forked from qt-creator/qt-creator
polishing of block highlighting, and a new folder bar.
This commit is contained in:
@@ -40,7 +40,7 @@ static const char * const showWrapColumnKey = "ShowWrapColumn";
|
||||
static const char * const wrapColumnKey = "WrapColumn";
|
||||
static const char * const visualizeWhitespaceKey = "VisualizeWhitespace";
|
||||
static const char * const displayFoldingMarkersKey = "DisplayFoldingMarkersV2";
|
||||
static const char * const highlightCurrentLineKey = "HighlightCurrentLineKey";
|
||||
static const char * const highlightCurrentLineKey = "HighlightCurrentLineKeyV2";
|
||||
static const char * const highlightBlocksKey = "HighlightBlocksKeyV2";
|
||||
static const char * const groupPostfix = "DisplaySettings";
|
||||
|
||||
@@ -53,7 +53,7 @@ DisplaySettings::DisplaySettings() :
|
||||
m_wrapColumn(80),
|
||||
m_visualizeWhitespace(false),
|
||||
m_displayFoldingMarkers(false),
|
||||
m_highlightCurrentLine(true),
|
||||
m_highlightCurrentLine(false),
|
||||
m_highlightBlocks(true)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user