mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-123641 Breakpoints groups: for the java/javascriptExceptions nodes the MoveToGroup action is enabled but doesn't move AnyException subnodes
This commit is contained in:
+1
-1
@@ -468,7 +468,7 @@ public class BreakpointsDialog extends DialogWrapper {
|
||||
}
|
||||
for (BreakpointItem item : myTreeController.getSelectedBreakpoints()) {
|
||||
Object breakpoint = item.getBreakpoint();
|
||||
if (item.allowedToRemove() && breakpoint instanceof XBreakpointBase) {
|
||||
if (breakpoint instanceof XBreakpointBase) {
|
||||
((XBreakpointBase)breakpoint).setGroup(groupName);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user