mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
breakpoints ui. non-active breakpoints uses softer colors in preview-editor.
This commit is contained in:
+1
@@ -522,6 +522,7 @@ public abstract class BreakpointWithHighlighter extends Breakpoint {
|
||||
if (!highlighter.isValid()) {
|
||||
return null;
|
||||
}
|
||||
highlighter.putUserData(DebuggerColors.BREAKPOINT_HIGHLIGHTER_KEY, Boolean.TRUE);
|
||||
highlighter.setErrorStripeTooltip(DebuggerBundle.message("breakpoint.tooltip.text", lineIndex + 1));
|
||||
return highlighter;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user