when lexicographic completion sorting is enabled, really sort the items lexicographically, without all the priority/grouping/etc stuff (IDEA-79651)

This commit is contained in:
peter
2012-01-09 19:36:46 +01:00
parent 263462f8dc
commit ef211da585
3 changed files with 35 additions and 11 deletions
@@ -0,0 +1,8 @@
class Foo {
void zoo() {}
{
new Foo().<caret>
}
}