forked from qt-creator/qt-creator
new text editor option "Highlight blocks"
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user