when sorting alphabetically, display start matches first (IDEA-97189)

This commit is contained in:
peter
2013-01-22 17:13:08 +01:00
parent 9a04f2e8dc
commit 2f5e600044
3 changed files with 59 additions and 27 deletions

View File

@@ -0,0 +1,12 @@
class Goo {
{
int xxfoo;
int fooxx;
int xxgoo;
int gooxx;
int xxbar;
int barxx;
xx<caret>
}
}