fix(gui): results in usage search should be sorted by name (PR #1363)
This commit is contained in:
@@ -120,7 +120,7 @@ public class CodeNode extends JNode implements Comparable<CodeNode> {
|
||||
}
|
||||
|
||||
public static final Comparator<CodeNode> COMPARATOR = Comparator
|
||||
.comparing(CodeNode::getJParent)
|
||||
.comparing(CodeNode::makeLongString)
|
||||
.thenComparingInt(CodeNode::getPos);
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user