public class TypeScriptLanguageSupport extends AbstractLanguageSupport
PROPERTY_LANGUAGE_PARSER| Constructor and Description |
|---|
TypeScriptLanguageSupport() |
| Modifier and Type | Method and Description |
|---|---|
void |
install(RSyntaxTextArea textArea)
Installs this support.
|
void |
uninstall(RSyntaxTextArea textArea)
Uninstalls this support.
|
createAutoCompletion, createDefaultCompletionCellRenderer, getAutoActivationDelay, getAutoCompletionFor, getDefaultCompletionCellRenderer, getShowDescWindow, getTextAreas, installImpl, isAutoActivationEnabled, isAutoCompleteEnabled, isParameterAssistanceEnabled, setAutoActivationDelay, setAutoActivationEnabled, setAutoCompleteEnabled, setDefaultCompletionCellRenderer, setParameterAssistanceEnabled, setShowDescWindow, uninstallImplpublic void install(RSyntaxTextArea textArea)
LanguageSupporttextArea - The text area to install onto.LanguageSupport.uninstall(RSyntaxTextArea)public void uninstall(RSyntaxTextArea textArea)
LanguageSupporttextArea - The text area to uninstall from.LanguageSupport.install(RSyntaxTextArea)