public class ShellLanguageSupport extends AbstractLanguageSupport
PROPERTY_LANGUAGE_PARSER| Constructor and Description |
|---|
ShellLanguageSupport()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected javax.swing.ListCellRenderer |
createDefaultCompletionCellRenderer()
Creates the default cell renderer to use when none is specified.
|
boolean |
getUseLocalManPages()
Returns whether the local system's man pages should be used for
descriptions of functions.
|
void |
install(RSyntaxTextArea textArea)
Installs this support.
|
void |
setUseLocalManPages(boolean use)
Sets whether the local system's man pages should be used for
descriptions of functions.
|
void |
uninstall(RSyntaxTextArea textArea)
Uninstalls this support.
|
createAutoCompletion, getAutoActivationDelay, getAutoCompletionFor, getDefaultCompletionCellRenderer, getShowDescWindow, getTextAreas, installImpl, isAutoActivationEnabled, isAutoCompleteEnabled, isParameterAssistanceEnabled, setAutoActivationDelay, setAutoActivationEnabled, setAutoCompleteEnabled, setDefaultCompletionCellRenderer, setParameterAssistanceEnabled, setShowDescWindow, uninstallImplprotected javax.swing.ListCellRenderer createDefaultCompletionCellRenderer()
createDefaultCompletionCellRenderer in class AbstractLanguageSupportpublic boolean getUseLocalManPages()
setUseLocalManPages(boolean)public void install(RSyntaxTextArea textArea)
textArea - The text area to install onto.LanguageSupport.uninstall(RSyntaxTextArea)public void setUseLocalManPages(boolean use)
use - Whether to use the local man pages in function descriptions.getUseLocalManPages()public void uninstall(RSyntaxTextArea textArea)
textArea - The text area to uninstall from.LanguageSupport.install(RSyntaxTextArea)