1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 10:16:03 +02:00

to much code was remove, the changing of the color was disable. fix now

This commit is contained in:
Alain Magloire 2005-02-22 21:51:57 +00:00
parent cdf3cc5492
commit 24a7dbbeb8

View file

@ -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() {
public void widgetDefaultSelected(SelectionEvent e) {
// do nothing