Uses of Class
editor.GosuEditor
Packages that use GosuEditor
-
Uses of GosuEditor in editor
Subclasses of GosuEditor in editorFields in editor declared as GosuEditorModifier and TypeFieldDescriptionprivate GosuEditor
EditorBasedPopup._editor
private GosuEditor
JavadocPopup._editor
private GosuEditor
ParameterInfoPopup._editor
private GosuEditor
ScopeHighlighter._editor
private GosuEditor
ExtractVariablePopup._gosuEditor
private GosuEditor
SmartFixManager._gosuEditor
private GosuEditor
AbstractPathCompletionHandler._gsEditor
private GosuEditor
CodeRefactorManager._gsEditor
private GosuEditor
DynamicSelectionManager._gsEditor
Fields in editor with type parameters of type GosuEditorModifier and TypeFieldDescriptionprivate final Supplier<GosuEditor>
CommonMenus.RunToCursorActionHandler._editor
private static final WeakHashMap<GosuEditor,
List<? extends IPathCompletionHandler>> PathCompletionIntellisense.HANDLERS_BY_EDITOR
Methods in editor that return GosuEditorModifier and TypeMethodDescriptionGosuPanel.getCurrentGosuEditor()
protected GosuEditor
EditorBasedPopup.getEditor()
AbstractPathCompletionHandler.getGosuEditor()
IParseExceptionResolver.getGosuEditor()
IPathCompletionHandler.getGosuEditor()
SmartFixManager.getGosuEditor()
private static GosuEditor
EditorFactory.initEditorMode
(Path file, GosuEditor editor) Methods in editor with parameters of type GosuEditorModifier and TypeMethodDescriptionvoid
NavigationHistory.addNavigationHistory
(GosuEditor editor, int prevCaretPos, int currentCaretPos) void
PathCompletionIntellisense.complete
(GosuEditor gsEditor, ISymbolTable transientSymTable) (package private) static void
ExtractVariablePopup.extractVariable
(GosuEditor gosuEditor, String varName, boolean replaceAll) private static IParsedElement
ExtractVariablePopup.findValidRootScopeElement
(GosuEditor gosuEditor) private static GosuEditor
EditorFactory.initEditorMode
(Path file, GosuEditor editor) private List<? extends IPathCompletionHandler>
PathCompletionIntellisense.initHandlers
(GosuEditor gsEditor) 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) private static boolean
ExtractVariablePopup.verifyExpressionSelected
(GosuEditor gosuEditor) Method parameters in editor with type arguments of type GosuEditorModifier and TypeMethodDescriptionstatic 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 GosuEditorModifierConstructorDescriptionBeanInfoPopup
(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
Fields in editor.debugger declared as GosuEditorModifier and TypeFieldDescriptionprivate GosuEditor
BreakpointsDialog._fieldExpr
private GosuEditor
EvaluateDialog._fieldExpr
private GosuEditor
BreakpointsDialog._fieldRunScript
Methods in editor.debugger that return GosuEditorModifier and TypeMethodDescriptionprivate GosuEditor
EvaluateDialog.createFieldExpr
(com.sun.jdi.Location loc) private GosuEditor
DebugPanel.getCurrentGosuEditor()
Methods in editor.debugger with parameters of type GosuEditorModifier and TypeMethodDescriptionprivate void
BreakpointsDialog.addEscapeHandler
(GosuEditor gosuEditor) private void
EvaluateDialog.addKeyHandler
(GosuEditor gosuEditor) void
BreakpointManager.runToCursor
(GosuEditor editor) -
Uses of GosuEditor in editor.search
Methods in editor.search that return GosuEditor