import net.sourceforge.phpdt.ui.text.PHPSourceViewerConfiguration;
import net.sourceforge.phpdt.ui.text.folding.IJavaFoldingStructureProvider;
import net.sourceforge.phpeclipse.PHPeclipsePlugin;
+import net.sourceforge.phpeclipse.ui.editor.ShowExternalPreviewAction;
import org.eclipse.core.resources.IMarker;
import org.eclipse.core.resources.IResource;
JavaTextTools textTools = PHPeclipsePlugin.getDefault().getJavaTextTools();
setSourceViewerConfiguration(new PHPSourceViewerConfiguration(textTools.getColorManager(), store, this,
IPHPPartitions.PHP_PARTITIONING));
+
// TODO changed in 3.x ?
// setRangeIndicator(new DefaultRangeIndicator());
// if (PreferenceConstants.getPreferenceStore().getBoolean(PreferenceConstants.EDITOR_SYNC_OUTLINE_ON_CURSOR_MOVE))