mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 02:36:01 +02:00
to much code was remove, the changing of the color was disable. fix now
This commit is contained in:
parent
cdf3cc5492
commit
24a7dbbeb8
1 changed files with 10 additions and 0 deletions
|
@ -363,6 +363,16 @@ public class MakefileEditorPreferencePage extends AbstractMakefileEditorPreferen
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
foregroundColorButton.addSelectionListener(new SelectionListener() {
|
||||||
|
public void widgetDefaultSelected(SelectionEvent e) {
|
||||||
|
// do nothing
|
||||||
|
}
|
||||||
|
public void widgetSelected(SelectionEvent e) {
|
||||||
|
HighlightingColorListItem item= getHighlightingColorListItem();
|
||||||
|
PreferenceConverter.setValue(getOverlayStore(), item.getColorKey(), fSyntaxForegroundColorEditor.getColorValue());
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
fBoldCheckBox.addSelectionListener(new SelectionListener() {
|
fBoldCheckBox.addSelectionListener(new SelectionListener() {
|
||||||
public void widgetDefaultSelected(SelectionEvent e) {
|
public void widgetDefaultSelected(SelectionEvent e) {
|
||||||
// do nothing
|
// do nothing
|
||||||
|
|
Loading…
Add table
Reference in a new issue