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 CodeEditorBaseMarkupTarget. 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 CodeEditorBaseCodeEditor. getEditor()Methods in ca.cgjennings.apps.arkham.editors with parameters of type CodeEditorBase Modifier and Type Method Description protected javax.swing.JPopupMenuCodeEditor. 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 classUILibraryHelper.CodeAreaMethods in ca.cgjennings.apps.arkham.plugins that return CodeEditorBase Modifier and Type Method Description CodeEditorBaseQuickscriptPlugin. 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 voidFileTextChanges. apply(CodeEditorBase editor)voidTextChange. 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.JPopupMenuCodeEditorBase.PopupMenuBuilder. buildMenu(CodeEditorBase editor, javax.swing.JPopupMenu menu)Called to create the popup menu for the current editor state.booleanAbbreviationTable. expandAbbreviation(CodeEditorBase ed)Expands an abbreviation inline in the specified editor.voidCodeSupport. install(CodeEditorBase editor)Adds support for a code type to the editor.voidCssCodeSupport. install(CodeEditorBase editor)voidDefaultCodeSupport. install(CodeEditorBase editor)voidHtmlCodeSupport. install(CodeEditorBase editor)voidMarkdownSupport. install(CodeEditorBase editor)voidPlainTextSupport. install(CodeEditorBase editor)voidScriptCodeSupport. install(CodeEditorBase editor)voidTypeScriptCodeSupport. install(CodeEditorBase editor)protected java.lang.StringDefaultCodeSupport. languageIdFor(CodeEditorBase editor)Returns a syntax area language ID for the specified editor.voidCodeSupport. uninstall(CodeEditorBase editor)Removes the previously added support.voidCssCodeSupport. uninstall(CodeEditorBase editor)voidDefaultCodeSupport. uninstall(CodeEditorBase editor)voidHtmlCodeSupport. uninstall(CodeEditorBase editor)voidMarkdownSupport. uninstall(CodeEditorBase editor)voidPlainTextSupport. uninstall(CodeEditorBase editor)voidTypeScriptCodeSupport. uninstall(CodeEditorBase editor)Constructors in ca.cgjennings.ui.textedit with parameters of type CodeEditorBase Constructor Description CompletionRenderer(CodeEditorBase editor)
-