#include <qextscintillalexerbash.h>
Inherits QextScintillaLexer.
|
|
Construct a QextScintillaLexerBash with parent parent and name name. parent is typically the QextScintilla instance. |
|
Destroys the QextScintillaLexerBash instance.
|
|
Returns the name of the language.
Implements QextScintillaLexer.
|
|
Returns the name of the lexer. Some lexers support a number of languages. Implements QextScintillaLexer.
|
|
Returns the style used for braces for brace matching.
Reimplemented from QextScintillaLexer.
|
|
Returns the string of characters that comprise a word.
Reimplemented from QextScintillaLexer.
|
|
Returns the foreground colour of the text for style number style.
Reimplemented from QextScintillaLexer.
|
|
Returns the end-of-line fill for style number style.
Reimplemented from QextScintillaLexer.
|
|
Returns the font for style number style.
Reimplemented from QextScintillaLexer.
|
|
Returns the set of keywords for the keyword set recognised by the lexer as a space separated string. Reimplemented from QextScintillaLexer.
|
|
Returns the descriptive name for style number style. If the style is invalid for this language then QString::null is returned. This is intended to be used in user preference dialogs. Implements QextScintillaLexer.
|
|
Returns the background colour of the text for style number style.
Reimplemented from QextScintillaLexer.
|
|
Causes all properties to be refreshed by emitting the propertyChanged() signal as required. Reimplemented from QextScintillaLexer.
|
|
Returns TRUE if multi-line comment blocks can be folded.
|
|
Returns TRUE if trailing blank lines are included in a fold block.
|
|
If fold is TRUE then multi-line comment blocks can be folded. The default is FALSE.
|
|
If fold is TRUE then trailing blank lines are included in a fold block. The default is TRUE.
|
|
The lexer's properties are read from the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. TRUE is returned if there is no error. Reimplemented from QextScintillaLexer.
|
|
The lexer's properties are written to the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. TRUE is returned if there is no error. Reimplemented from QextScintillaLexer.
|