breakpoints ui. non-active breakpoints uses softer colors in preview-editor.

This commit is contained in:
andrey.zaytsev
2012-05-29 13:24:53 +04:00
parent 1a0e96bbdd
commit 723ba25708
7 changed files with 33 additions and 17 deletions
@@ -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;
}