Community
Participate
Working Groups
Build Identifier: 20110218-0911 the text style combo box for c++ breakpoints is always inactive (grey), users can not customise the text style of breakpoint lines. But in other development environment (such as JDT), this style can be customised. Reproducible: Always Steps to Reproduce: 1.Tool->Preference->Editors->TextEditors->Annotations 2.choose: breakpoints(org.eclipse.cdt.debug.core.breakpoint) 3.the combo box beside the "text as" is always inactive.
CQ:WIND00060166
Created attachment 208718 [details] Allow changing Text style, Include in next/previous navigation preferences This patch fixes the problem as well as "Include in next/previous navigation" being unchangeable. I notice that the preference keys are the same as org.eclipse.cdt.core.breakpoint which means that any change in one's preference will affect the other. I wonder if that's intended?
(In reply to comment #2) > I notice that the preference keys are the same as > org.eclipse.cdt.core.breakpoint which means that any change in one's preference I meant same as org.eclipse.debug.core.breakpoint
Fixed in 8.0.2 and master > 2012-01-03.