new text editor option "Highlight blocks"

This commit is contained in:
mae
2009-04-22 20:04:38 +02:00
parent ebfcd35ace
commit 4d708fa408
7 changed files with 72 additions and 15 deletions

View File

@@ -267,9 +267,13 @@ public:
void setHighlightCurrentLine(bool b);
bool highlightCurrentLine() const;
void setHighlightBlocks(bool b);
bool highlightBlocks() const;
void setLineNumbersVisible(bool b);
bool lineNumbersVisible() const;
void setMarksVisible(bool b);
bool marksVisible() const;