Class TypeScriptLanguageSupport

    • Constructor Detail

      • TypeScriptLanguageSupport

        public TypeScriptLanguageSupport()
    • Method Detail

      • createAutoCompletion

        private org.fife.ui.autocomplete.AutoCompletion createAutoCompletion()
      • uninstall

        public void uninstall​(org.fife.ui.rsyntaxtextarea.RSyntaxTextArea textArea)
        Description copied from interface: LanguageSupport
        Uninstalls this support.
        Parameters:
        textArea - The text area to uninstall from.
        See Also:
        LanguageSupport.install(RSyntaxTextArea)