forked from qt-creator/qt-creator
new text editor option "Highlight blocks"
This commit is contained in:
@@ -52,6 +52,7 @@ struct TEXTEDITOR_EXPORT DisplaySettings
|
||||
bool m_visualizeWhitespace;
|
||||
bool m_displayFoldingMarkers;
|
||||
bool m_highlightCurrentLine;
|
||||
bool m_highlightBlocks;
|
||||
|
||||
bool equals(const DisplaySettings &ds) const;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user