import org.eclipse.core.runtime.IPath;
import org.eclipse.core.runtime.IProgressMonitor;
import org.eclipse.core.runtime.IStatus;
-import org.eclipse.core.runtime.Path;
+//import org.eclipse.core.runtime.Path;
//import org.eclipse.core.runtime.Platform;
import org.eclipse.core.runtime.Plugin;
import org.eclipse.core.runtime.Status;
/*private MembersOrderPreferenceCache fMembersOrderPreferenceCache;*/
- private IFile fLastEditorFile = null;
+ //private IFile fLastEditorFile = null;
/* private JavaEditorTextHoverDescriptor[] fJavaEditorTextHoverDescriptors;*/
// return getDefault().internalGetImageDescriptorRegistry();
// }
- static IPath getInstallLocation() {
- return new Path(getDefault().getBundle().getEntry("/").getFile());
- }
+// static IPath getInstallLocation() {
+// return new Path(getDefault().getBundle().getEntry("/").getFile());
+// }
// public static int getJVM() {
// return jvm;
// return fJavaTextTools;
// }
- public IFile getLastEditorFile() {
- return fLastEditorFile;
- }
+// public IFile getLastEditorFile() {
+// return fLastEditorFile;
+// }
/**
* Returns the string from the plugin's resource bundle, or 'key' if not
// }
public void setLastEditorFile(IFile textEditor) {
- this.fLastEditorFile = textEditor;
+ //this.fLastEditorFile = textEditor;
}
/*