mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
when sorting alphabetically, display start matches first (IDEA-97189)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
class Goo {
|
||||
{
|
||||
int xxfoo;
|
||||
int fooxx;
|
||||
int xxgoo;
|
||||
int gooxx;
|
||||
int xxbar;
|
||||
int barxx;
|
||||
xx<caret>
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user