mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-19061 Integrate the Rearranger-plugin into core-IDEA
Auto-expanding nodes added during rules editing
This commit is contained in:
+2
@@ -297,6 +297,8 @@ public class ArrangementRuleTree {
|
||||
}
|
||||
|
||||
private void onModelChange(@NotNull ArrangementTreeNode topMost, @NotNull ArrangementTreeNode bottomMost) {
|
||||
expandAll(myTree, new TreePath(topMost.getPath()));
|
||||
mySelectionModel.clearSelection();
|
||||
mySkipSelectionChange = true;
|
||||
try {
|
||||
for (ArrangementTreeNode node = bottomMost; node != null; node = node.getParent()) {
|
||||
|
||||
Reference in New Issue
Block a user