private Button UnderlineCheckBox;
private FileFieldEditor userdefPHPSyntaxFileFFE;
// private BooleanFieldEditor showLineNumber;
- private IntegerFieldEditor formatterTabSize;
- private BooleanFieldEditor spacesForTabs;
+ // private IntegerFieldEditor formatterTabSize;
+ // private BooleanFieldEditor spacesForTabs;
public PHPSyntaxEditorPreferencePage() {
setDescription(PHPPreferencesMessages.getString("PHPEditorSyntaxPreferencePage.description")); //$NON-NLS-1$
PHPeclipsePlugin.getDefault().savePluginPreferences();
userdefPHPSyntaxFileFFE.store();
// showLineNumber.store();
- spacesForTabs.store();
- formatterTabSize.store();
+ // spacesForTabs.store();
+ // formatterTabSize.store();
return true;
}
handleSyntaxColorListSelection();
userdefPHPSyntaxFileFFE.loadDefault();
// showLineNumber.loadDefault();
- spacesForTabs.loadDefault();
+ // spacesForTabs.loadDefault();
// showLineNumber.loadDefault();
- formatterTabSize.loadDefault();
+ // formatterTabSize.loadDefault();
super.performDefaults();
}