|
Deprecated Methods |
org.gjt.sp.jedit.MiscUtilities.compareVersions(String, String)
Call compareStrings() instead |
org.gjt.sp.jedit.EditPlugin.createMenuItems(Vector)
Instead of overriding this method, define properties
as specified in the description of this class. |
org.gjt.sp.jedit.EditPlugin.createOptionPanes(OptionsDialog)
Instead of overriding this method, define properties
as specified in the description of this class. |
org.gjt.sp.jedit.BeanShell.eval(View, NameSpace, String, boolean)
The rethrowBshErrors parameter is now
obsolete; call _eval() or eval() instead. |
org.gjt.sp.jedit.BeanShell.eval(View, String, boolean)
The rethrowBshErrors parameter is now
obsolete; call _eval() or eval() instead. |
org.gjt.sp.jedit.PluginJAR.getActions()
Call getActionSet() instead |
org.gjt.sp.jedit.jEdit.getActions()
Call getActionNames() instead |
org.gjt.sp.jedit.jEdit.getActionSetForAction(EditAction)
Use the form that takes a String instead |
org.gjt.sp.jedit.BufferHistory.getBufferHistory()
Call BufferHistory.getHistory() 55 instead. |
org.gjt.sp.jedit.Buffer.getDefaultRootElement()
Use getLineOfOffset(),
getLineStartOffset(), and
getLineEndOffset() instead. |
org.gjt.sp.jedit.Buffer.getFile()
Do not call this method, use Buffer.getPath() 55
instead. |
org.gjt.sp.jedit.MiscUtilities.getFileParent(String)
Call getParentOfPath() instead |
org.gjt.sp.jedit.MiscUtilities.getFileProtocol(String)
Call getProtocolOfURL() instead |
org.gjt.sp.jedit.EditPlugin.getJAR()
Call getPluginJAR() instead. |
org.gjt.sp.jedit.Buffer.getParagraphElement(int)
|
org.gjt.sp.jedit.Buffer.getRootElements()
|
org.gjt.sp.jedit.EditAction.getView(Component)
Call GUIUtilities.getView() instead. |
org.gjt.sp.jedit.JARClassLoader.getZipFile()
Call PluginJAR.getZipFile() instead. |
org.gjt.sp.jedit.Buffer.indentLine(int, boolean, boolean)
Use Buffer.indentLine(int,boolean) 55 instead. |
org.gjt.sp.jedit.Buffer.insertString(int, String, AttributeSet)
Call insert() instead. |
org.gjt.sp.jedit.EBMessage.isVetoed()
Returns false. |
org.gjt.sp.jedit.Buffer.markTokens(int)
Use the other form of markTokens() instead |
org.gjt.sp.jedit.jEdit.openFile(View, String, String, boolean, boolean)
The openFile() forms with the readOnly parameter
should not be used. The readOnly prameter is no longer supported. |
org.gjt.sp.jedit.jEdit.openFile(View, String, String, boolean, boolean, Hashtable)
The openFile() forms with the readOnly parameter
should not be used. The readOnly prameter is no longer supported. |
org.gjt.sp.jedit.Buffer.putBooleanProperty(String, boolean)
Call setBooleanProperty() instead |
org.gjt.sp.jedit.Buffer.putProperty(Object, Object)
Call setProperty() instead. |
org.gjt.sp.jedit.BeanShell.runScript(View, String, boolean, boolean)
The rethrowBshErrors parameter is now
obsolete; call _runScript() or runScript()
instead. |
org.gjt.sp.jedit.BeanShell.runScript(View, String, Reader, boolean, boolean)
The rethrowBshErrors parameter is now
obsolete; call _runScript() or runScript()
instead. |
org.gjt.sp.jedit.MiscUtilities.stringsEqual(String, String)
Call objectsEqual() instead. |
org.gjt.sp.jedit.EBMessage.veto()
Does nothing. |