Uses of Class
ca.cgjennings.ui.textedit.CodeEditorBase
-
-
Uses of CodeEditorBase in ca.cgjennings.apps.arkham
Methods in ca.cgjennings.apps.arkham that return CodeEditorBase Modifier and Type Method Description CodeEditorBase
MarkupTarget. getCodeEditor()
If the markup target is inside of a code editing component, returns the code editor containing the target. -
Uses of CodeEditorBase in ca.cgjennings.apps.arkham.editors
Methods in ca.cgjennings.apps.arkham.editors that return CodeEditorBase Modifier and Type Method Description CodeEditorBase
CodeEditor. getEditor()
Methods in ca.cgjennings.apps.arkham.editors with parameters of type CodeEditorBase Modifier and Type Method Description protected javax.swing.JPopupMenu
CodeEditor. createPopupMenu(CodeEditorBase editor, javax.swing.JPopupMenu menu)
Returns a popup menu of actions that are appropriate for the editor type. -
Uses of CodeEditorBase in ca.cgjennings.apps.arkham.plugins
Subclasses of CodeEditorBase in ca.cgjennings.apps.arkham.plugins Modifier and Type Class Description static class
UILibraryHelper.CodeArea
Methods in ca.cgjennings.apps.arkham.plugins that return CodeEditorBase Modifier and Type Method Description CodeEditorBase
QuickscriptPlugin. getEditor()
Returns the editor component used to edit script files. -
Uses of CodeEditorBase in ca.cgjennings.apps.arkham.plugins.typescript
Methods in ca.cgjennings.apps.arkham.plugins.typescript with parameters of type CodeEditorBase Modifier and Type Method Description void
FileTextChanges. apply(CodeEditorBase editor)
void
TextChange. apply(CodeEditorBase editor)
Applies the change to an open editor. -
Uses of CodeEditorBase in ca.cgjennings.ui.textedit
Methods in ca.cgjennings.ui.textedit with parameters of type CodeEditorBase Modifier and Type Method Description javax.swing.JPopupMenu
CodeEditorBase.PopupMenuBuilder. buildMenu(CodeEditorBase editor, javax.swing.JPopupMenu menu)
Called to create the popup menu for the current editor state.boolean
AbbreviationTable. expandAbbreviation(CodeEditorBase ed)
Expands an abbreviation inline in the specified editor.void
CodeSupport. install(CodeEditorBase editor)
Adds support for a code type to the editor.void
CssCodeSupport. install(CodeEditorBase editor)
void
DefaultCodeSupport. install(CodeEditorBase editor)
void
HtmlCodeSupport. install(CodeEditorBase editor)
void
MarkdownSupport. install(CodeEditorBase editor)
void
PlainTextSupport. install(CodeEditorBase editor)
void
ScriptCodeSupport. install(CodeEditorBase editor)
void
TypeScriptCodeSupport. install(CodeEditorBase editor)
protected java.lang.String
DefaultCodeSupport. languageIdFor(CodeEditorBase editor)
Returns a syntax area language ID for the specified editor.void
CodeSupport. uninstall(CodeEditorBase editor)
Removes the previously added support.void
CssCodeSupport. uninstall(CodeEditorBase editor)
void
DefaultCodeSupport. uninstall(CodeEditorBase editor)
void
HtmlCodeSupport. uninstall(CodeEditorBase editor)
void
MarkdownSupport. uninstall(CodeEditorBase editor)
void
PlainTextSupport. uninstall(CodeEditorBase editor)
void
TypeScriptCodeSupport. uninstall(CodeEditorBase editor)
Constructors in ca.cgjennings.ui.textedit with parameters of type CodeEditorBase Constructor Description CompletionRenderer(CodeEditorBase editor)
-