Uses of Class
editor.GosuEditor
-
Packages that use GosuEditor Package Description editor editor.debugger -
-
Uses of GosuEditor in editor
Subclasses of GosuEditor in editor Modifier and Type Class Description class
GosuField
Methods in editor that return GosuEditor Modifier and Type Method Description GosuEditor
GosuPanel. getCurrentGosuEditor()
protected GosuEditor
EditorBasedPopup. getEditor()
GosuEditor
AbstractPathCompletionHandler. getGosuEditor()
GosuEditor
IParseExceptionResolver. getGosuEditor()
GosuEditor
IPathCompletionHandler. getGosuEditor()
GosuEditor
SmartFixManager. getGosuEditor()
Methods in editor with parameters of type GosuEditor Modifier and Type Method Description void
NavigationHistory. addNavigationHistory(GosuEditor editor, int prevCaretPos, int currentCaretPos)
void
PathCompletionIntellisense. complete(GosuEditor gsEditor, ISymbolTable transientSymTable)
static ParameterInfoPopup
ParameterInfoPopup. invoke(GosuEditor gsEditor, int iPosition)
void
AbstractPathCompletionHandler. setGosuEditor(GosuEditor gsEditor)
void
IParseExceptionResolver. setGosuEditor(GosuEditor gsEditor)
void
IPathCompletionHandler. setGosuEditor(GosuEditor gsEditor)
void
SmartFixManager. setGosuEditor(GosuEditor gosuEditor)
void
ExtractVariablePopup. showNow(GosuEditor gosuEditor)
Method parameters in editor with type arguments of type GosuEditor Modifier and Type Method Description static JMenuItem
CommonMenus. makeCodeComplete(Supplier<GosuEditor> editor)
static JMenuItem
CommonMenus. makeExpressionType(Supplier<GosuEditor> editor)
static JMenuItem
CommonMenus. makeGotoDeclaration(Supplier<GosuEditor> editor)
static JMenuItem
CommonMenus. makeParameterInfo(Supplier<GosuEditor> editor)
static JMenuItem
CommonMenus. makePasteJavaAsGosu(Supplier<GosuEditor> editor)
static JMenuItem
CommonMenus. makeQuickDocumentation(Supplier<GosuEditor> editor)
Constructors in editor with parameters of type GosuEditor Constructor Description BeanInfoPopup(IType classBean, String strMemberPath, boolean bConstrainByLastPathElement, GosuEditor editor, IFeatureFilter filter)
BeanInfoPopup(IType classBean, String strMemberPath, boolean bConstrainByLastPathElement, GosuEditor editor, IFeatureFilter filter, boolean bExpansion)
BeanInfoPopup(IType classBean, String strMemberPath, boolean bConstrainByLastPathElement, GosuEditor editor, IFeatureFilter filter, boolean bExpansion, boolean bForFeatureLiteral)
BeanInfoPopup(IType classBean, String strMemberPath, GosuEditor editor)
CodeRefactorManager(GosuEditor gsEditor)
DynamicSelectionManager(GosuEditor parent)
EditorBasedPopup(GosuEditor editor)
JavadocPopup(String strHelpText, GosuEditor editor)
MetaInfoPopup(PackageType type, String strMemberPath, boolean bConstrainByLastPathElement, GosuEditor editor)
MetaInfoPopup(IMetaType type, String strMemberPath, boolean bConstrainByLastPathElement, GosuEditor editor)
ParameterInfoPopup(GosuEditor editor)
ScopeHighlighter(GosuEditor gosuEditor)
SmartFixManager(GosuEditor gosuEditor)
SymbolPopup(ISymbol[] symbols, String strPrefix, GosuEditor editor, IType expectedType)
TypePopup(String strPrefix, GosuEditor editor, boolean annotationsOnly)
-
Uses of GosuEditor in editor.debugger
Methods in editor.debugger with parameters of type GosuEditor Modifier and Type Method Description void
BreakpointManager. runToCursor(GosuEditor editor)
-