X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/phpeditor/PHPEditor.java b/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/phpeditor/PHPEditor.java index 4c14b95..8cc981c 100644 --- a/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/phpeditor/PHPEditor.java +++ b/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/phpeditor/PHPEditor.java @@ -3592,7 +3592,7 @@ public abstract class PHPEditor extends AbstractDecoratedTextEditor implements protected void createActions() { super.createActions(); - ActionGroup oeg, ovg, jsg, sg; + ActionGroup oeg/*, ovg, jsg, sg*/; fActionGroups = new CompositeActionGroup( new ActionGroup[] { oeg = new OpenEditorActionGroup(this), // sg= new ShowActionGroup(this), @@ -5603,9 +5603,9 @@ public abstract class PHPEditor extends AbstractDecoratedTextEditor implements * is true * @since 3.0 */ - private boolean getBoolean(IPreferenceStore store, String key) { - return key != null && store.getBoolean(key); - } +// private boolean getBoolean(IPreferenceStore store, String key) { +// return key != null && store.getBoolean(key); +// } protected boolean isPrefQuickDiffAlwaysOn() { return false; // never show change ruler for the non-editable java