protected void createFieldEditors() {
final IPreferenceStore store = PHPeclipsePlugin.getDefault().getPreferenceStore();
+
BooleanFieldEditor outlineShowClass =
new BooleanFieldEditor(PHPeclipsePlugin.PHP_OUTLINE_CLASS, "Show classes in outline", getFieldEditorParent());
BooleanFieldEditor outlineShowFunc =