I noticed a problem with "finally".
As I typed in some sample code, I hit several other problems.
Here is the code, but see also the attached word doc.
/*
Several problems.
#1: "Package" completion doesn't make sense. .
.
#2: Adding "Finally" clause to them .
After tying the "y" of finally, Slick inserts the { and } on the following two .
lines. The cursor stays at the "y". .
Typing <space> inserts another pair of { } .
Everytime I press <space>, another pair of { } appear. .
.
#3: Slick attempts completions inside comments if you pause for a second or two .
.
#4: As I was typing #3, the "." periods in the previous lines magically appeared .
Until then, there were no periods in this file .
Undo / Redo did *not* removing them .
*/
// Start typing in a new JAVA file, "package porkka.", and then slick suggested completion is "new()"
// What?
package porkka.test.code;
class sample {
try
{
} catch(Exception e) {
} finally
{
}
{
}
{
}
}