import net.sourceforge.phpdt.internal.ui.util.SWTUtil;
import net.sourceforge.phpdt.ui.text.JavaTextTools;
import net.sourceforge.phpeclipse.PHPeclipsePlugin;
-import net.sourceforge.phpeclipse.phpeditor.PHPEditorEnvironment;
import net.sourceforge.phpeclipse.phpeditor.PHPSourceViewerConfiguration;
import org.eclipse.core.runtime.CoreException;
* @see PreferencePage#createContents(Composite)
*/
protected Control createContents(Composite ancestor) {
- PHPEditorEnvironment.connect(this);
+ // PHPEditorEnvironment.connect(this);
Composite parent = new Composite(ancestor, SWT.NONE);
GridLayout layout = new GridLayout();
layout.numColumns = 2;
}
PHPeclipsePlugin.getDefault().savePluginPreferences();
- PHPEditorEnvironment.disconnect(this);
+ // PHPEditorEnvironment.disconnect(this);
return super.performOk();
}
openReadErrorDialog(e);
}
- PHPEditorEnvironment.disconnect(this);
+ // PHPEditorEnvironment.disconnect(this);
return super.performCancel();
}