KateScriptIndent Class Reference
Inheritance diagram for KateScriptIndent:

Detailed Description
Definition at line 539 of file kateautoindent.h.
Public Member Functions | |
KateScriptIndent (KateDocument *doc) | |
~KateScriptIndent () | |
virtual void | processNewline (KateDocCursor &begin, bool needContinue) |
virtual void | processChar (QChar c) |
virtual void | processLine (KateDocCursor &line) |
virtual bool | canProcessLine () const |
virtual uint | modeNumber () const |
Member Function Documentation
|
Set to true if an actual implementation of 'processLine' is present. This is used to prevent a needless Undo action from being created. Reimplemented from KateNormalIndent. Definition at line 553 of file kateautoindent.h. |
|
Mode index of this mode.
Reimplemented from KateNormalIndent. Definition at line 555 of file kateautoindent.h. |
|
Called every time a character is inserted into the document.
Reimplemented from KateNormalIndent. Definition at line 2401 of file kateautoindent.cpp. |
|
Aligns/indents the given line to the proper indent position.
Reimplemented from KateNormalIndent. Definition at line 2421 of file kateautoindent.cpp. |
|
Called every time a newline character is inserted in the document.
Reimplemented from KateNormalIndent. Definition at line 2381 of file kateautoindent.cpp. |
The documentation for this class was generated from the following files: