import java.util.ArrayList;
+import net.sourceforge.phpeclipse.preferences.PHPPreferencesMessages;
+
import org.eclipse.jface.preference.BooleanFieldEditor;
import org.eclipse.jface.preference.DirectoryFieldEditor;
import org.eclipse.jface.preference.IPreferenceStore;
import org.eclipse.ui.IWorkbench;
import org.eclipse.ui.IWorkbenchPreferencePage;
-import net.sourceforge.phpeclipse.preferences.PHPPreferencesMessages;
-
public class PHPEclipseBasePreferencePage extends PreferencePage implements IWorkbenchPreferencePage {
private SelectionListener SelectionListener;