mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-200972 View Breakpoints: Show breakpoint icons in the tree view to distinguish between suspend options
This commit is contained in:
+1
-3
@@ -38,9 +38,7 @@ class XBreakpointItem extends BreakpointItem {
|
||||
|
||||
@Override
|
||||
public void setupGenericRenderer(SimpleColoredComponent renderer, boolean plainView) {
|
||||
if (plainView) {
|
||||
renderer.setIcon(getIcon());
|
||||
}
|
||||
renderer.setIcon(getIcon());
|
||||
final SimpleTextAttributes attributes =
|
||||
myBreakpoint.isEnabled() ? SimpleTextAttributes.SIMPLE_CELL_ATTRIBUTES : SimpleTextAttributes.GRAYED_ATTRIBUTES;
|
||||
renderer.append(StringUtil.notNullize(getDisplayText()), attributes);
|
||||
|
||||
Reference in New Issue
Block a user