Uses of Class
editor.GosuEditor
-
Packages that use GosuEditor Package Description editor editor.debugger editor.search -
-
Uses of GosuEditor in editor
Subclasses of GosuEditor in editor Modifier and Type Class Description classGosuFieldFields in editor declared as GosuEditor Modifier and Type Field Description private GosuEditorEditorBasedPopup. _editorprivate GosuEditorJavadocPopup. _editorprivate GosuEditorParameterInfoPopup. _editorprivate GosuEditorScopeHighlighter. _editorprivate GosuEditorExtractVariablePopup. _gosuEditorprivate GosuEditorSmartFixManager. _gosuEditorprivate GosuEditorAbstractPathCompletionHandler. _gsEditorprivate GosuEditorCodeRefactorManager. _gsEditorprivate GosuEditorDynamicSelectionManager. _gsEditorFields in editor with type parameters of type GosuEditor Modifier and Type Field Description private java.util.function.Supplier<GosuEditor>CommonMenus.RunToCursorActionHandler. _editorprivate static java.util.WeakHashMap<GosuEditor,java.util.List<? extends IPathCompletionHandler>>PathCompletionIntellisense. HANDLERS_BY_EDITORMethods in editor that return GosuEditor Modifier and Type Method Description GosuEditorGosuPanel. getCurrentGosuEditor()protected GosuEditorEditorBasedPopup. getEditor()GosuEditorAbstractPathCompletionHandler. getGosuEditor()GosuEditorIParseExceptionResolver. getGosuEditor()GosuEditorIPathCompletionHandler. getGosuEditor()GosuEditorSmartFixManager. getGosuEditor()private static GosuEditorEditorFactory. initEditorMode(java.nio.file.Path file, GosuEditor editor)Methods in editor with parameters of type GosuEditor Modifier and Type Method Description voidNavigationHistory. addNavigationHistory(GosuEditor editor, int prevCaretPos, int currentCaretPos)voidPathCompletionIntellisense. complete(GosuEditor gsEditor, ISymbolTable transientSymTable)(package private) static voidExtractVariablePopup. extractVariable(GosuEditor gosuEditor, java.lang.String varName, boolean replaceAll)private static IParsedElementExtractVariablePopup. findValidRootScopeElement(GosuEditor gosuEditor)private static GosuEditorEditorFactory. initEditorMode(java.nio.file.Path file, GosuEditor editor)private java.util.List<? extends IPathCompletionHandler>PathCompletionIntellisense. initHandlers(GosuEditor gsEditor)static ParameterInfoPopupParameterInfoPopup. invoke(GosuEditor gsEditor, int iPosition)voidAbstractPathCompletionHandler. setGosuEditor(GosuEditor gsEditor)voidIParseExceptionResolver. setGosuEditor(GosuEditor gsEditor)voidIPathCompletionHandler. setGosuEditor(GosuEditor gsEditor)voidSmartFixManager. setGosuEditor(GosuEditor gosuEditor)voidExtractVariablePopup. showNow(GosuEditor gosuEditor)private static booleanExtractVariablePopup. verifyExpressionSelected(GosuEditor gosuEditor)Method parameters in editor with type arguments of type GosuEditor Modifier and Type Method Description static javax.swing.JMenuItemCommonMenus. makeCodeComplete(java.util.function.Supplier<GosuEditor> editor)static javax.swing.JMenuItemCommonMenus. makeExpressionType(java.util.function.Supplier<GosuEditor> editor)static javax.swing.JMenuItemCommonMenus. makeGotoDeclaration(java.util.function.Supplier<GosuEditor> editor)static javax.swing.JMenuItemCommonMenus. makeParameterInfo(java.util.function.Supplier<GosuEditor> editor)static javax.swing.JMenuItemCommonMenus. makePasteJavaAsGosu(java.util.function.Supplier<GosuEditor> editor)static javax.swing.JMenuItemCommonMenus. makeQuickDocumentation(java.util.function.Supplier<GosuEditor> editor)Constructors in editor with parameters of type GosuEditor Constructor Description BeanInfoPopup(IType classBean, java.lang.String strMemberPath, boolean bConstrainByLastPathElement, GosuEditor editor, IFeatureFilter filter)BeanInfoPopup(IType classBean, java.lang.String strMemberPath, boolean bConstrainByLastPathElement, GosuEditor editor, IFeatureFilter filter, boolean bExpansion)BeanInfoPopup(IType classBean, java.lang.String strMemberPath, boolean bConstrainByLastPathElement, GosuEditor editor, IFeatureFilter filter, boolean bExpansion, boolean bForFeatureLiteral)BeanInfoPopup(IType classBean, java.lang.String strMemberPath, GosuEditor editor)CodeRefactorManager(GosuEditor gsEditor)DynamicSelectionManager(GosuEditor parent)EditorBasedPopup(GosuEditor editor)JavadocPopup(java.lang.String strHelpText, GosuEditor editor)MetaInfoPopup(PackageType type, java.lang.String strMemberPath, boolean bConstrainByLastPathElement, GosuEditor editor)MetaInfoPopup(IMetaType type, java.lang.String strMemberPath, boolean bConstrainByLastPathElement, GosuEditor editor)ParameterInfoPopup(GosuEditor editor)ScopeHighlighter(GosuEditor gosuEditor)SmartFixManager(GosuEditor gosuEditor)SymbolPopup(ISymbol[] symbols, java.lang.String strPrefix, GosuEditor editor, IType expectedType)TypePopup(java.lang.String strPrefix, GosuEditor editor, boolean annotationsOnly) -
Uses of GosuEditor in editor.debugger
Fields in editor.debugger declared as GosuEditor Modifier and Type Field Description private GosuEditorBreakpointsDialog. _fieldExprprivate GosuEditorEvaluateDialog. _fieldExprprivate GosuEditorBreakpointsDialog. _fieldRunScriptMethods in editor.debugger that return GosuEditor Modifier and Type Method Description private GosuEditorEvaluateDialog. createFieldExpr(com.sun.jdi.Location loc)private GosuEditorDebugPanel. getCurrentGosuEditor()Methods in editor.debugger with parameters of type GosuEditor Modifier and Type Method Description private voidBreakpointsDialog. addEscapeHandler(GosuEditor gosuEditor)private voidEvaluateDialog. addKeyHandler(GosuEditor gosuEditor)voidBreakpointManager. runToCursor(GosuEditor editor) -
Uses of GosuEditor in editor.search
Methods in editor.search that return GosuEditor Modifier and Type Method Description private static GosuEditorUsageTarget. getCurrentGosuEditor()
-