#include <qextscintillalexerruby.h>
Inherits QextScintillaLexer.
|
|
This enum defines the different conditions that can cause indentations to be displayed as being bad.
|
|
Construct a QextScintillaLexerRuby with parent parent and name name. parent is typically the QextScintilla instance. |
|
Destroys the QextScintillaLexerRuby 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 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 the condition that will cause bad indentations to be displayed.
|
|
Sets the condition that will cause bad indentations to be displayed.
|
|
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.
|