Given:

class A {
    void a() {
        int a;
        int aa;
        int b = a|
    }
}

Hitting CTRL-Space at | will yield a drop down box with two entries: "a" 
and "aa".  However, "aa" is selected rather than "a".  I find this 
behavior confusing as I would expect the more exact match (and the 
shorter match, and the first match) to be selected.

Kirk


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to