public class PhpLanguageSupport extends AbstractMarkupLanguageSupport
INSERT_CLOSING_TAG_ACTIONPROPERTY_LANGUAGE_PARSER| Constructor and Description |
|---|
PhpLanguageSupport()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected javax.swing.ListCellRenderer |
createDefaultCompletionCellRenderer()
Creates the default cell renderer to use when none is specified.
|
void |
install(RSyntaxTextArea textArea)
Installs this support.
|
protected boolean |
shouldAutoCloseTag(java.lang.String tag)
Subclasses should override this method to return whether a specified
tag should have its closing tag auto-inserted.
|
void |
uninstall(RSyntaxTextArea textArea)
Uninstalls this support.
|
getAutoAddClosingTags, installKeyboardShortcuts, setAutoAddClosingTags, uninstallKeyboardShortcutscreateAutoCompletion, getAutoActivationDelay, getAutoCompletionFor, getDefaultCompletionCellRenderer, getShowDescWindow, getTextAreas, installImpl, isAutoActivationEnabled, isAutoCompleteEnabled, isParameterAssistanceEnabled, setAutoActivationDelay, setAutoActivationEnabled, setAutoCompleteEnabled, setDefaultCompletionCellRenderer, setParameterAssistanceEnabled, setShowDescWindow, uninstallImplprotected javax.swing.ListCellRenderer createDefaultCompletionCellRenderer()
createDefaultCompletionCellRenderer in class AbstractLanguageSupportpublic void install(RSyntaxTextArea textArea)
textArea - The text area to install onto.LanguageSupport.uninstall(RSyntaxTextArea)protected boolean shouldAutoCloseTag(java.lang.String tag)
shouldAutoCloseTag in class AbstractMarkupLanguageSupporttag - The name of the tag to check.public void uninstall(RSyntaxTextArea textArea)
textArea - The text area to uninstall from.LanguageSupport.install(RSyntaxTextArea)