Class TypeScriptLanguageSupport
java.lang.Object
org.fife.rsta.ac.AbstractLanguageSupport
org.fife.rsta.ac.ts.TypeScriptLanguageSupport
- All Implemented Interfaces:
LanguageSupport
Language support for TypeScript.
- Version:
- 1.0
-
Field Summary
FieldsFields inherited from interface LanguageSupport
PROPERTY_LANGUAGE_PARSER -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractLanguageSupport
createAutoCompletion, createDefaultCompletionCellRenderer, getAutoActivationDelay, getAutoCompletionFor, getDefaultCompletionCellRenderer, getShowDescWindow, getTextAreas, installImpl, isAutoActivationEnabled, isAutoCompleteEnabled, isParameterAssistanceEnabled, setAutoActivationDelay, setAutoActivationEnabled, setAutoCompleteEnabled, setDefaultCompletionCellRenderer, setParameterAssistanceEnabled, setShowDescWindow, uninstallImpl
-
Field Details
-
provider
-
-
Constructor Details
-
TypeScriptLanguageSupport
public TypeScriptLanguageSupport()
-
-
Method Details
-
createAutoCompletion
private org.fife.ui.autocomplete.AutoCompletion createAutoCompletion() -
install
public void install(org.fife.ui.rsyntaxtextarea.RSyntaxTextArea textArea) Description copied from interface:LanguageSupportInstalls this support.- Parameters:
textArea- The text area to install onto.- See Also:
-
uninstall
public void uninstall(org.fife.ui.rsyntaxtextarea.RSyntaxTextArea textArea) Description copied from interface:LanguageSupportUninstalls this support.- Parameters:
textArea- The text area to uninstall from.- See Also:
-