when there are no green items, still preselect the most relevant one

This commit is contained in:
peter
2011-06-15 15:43:42 +02:00
parent 0bc84b6329
commit 5ab252bb58
5 changed files with 44 additions and 18 deletions
@@ -0,0 +1,17 @@
class Foo {
int ELEMENT_A = 1;
int ELEMENT_B = 1;
int ELEMENT_C = 1;
int ELEMENT_D = 1;
int ELEMENT_E = 1;
int ELEMENT_F = 1;
int ELEMENT_G = 1;
int ELEMENT_H = 1;
int ELEMENT_I = 1;
{
El<caret>
}
}