Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
842d376e
Commit
842d376e
authored
Apr 28, 2009
by
dt
Browse files
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
parents
2b302332
0b816518
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/texteditor/displaysettings.cpp
View file @
842d376e
...
...
@@ -39,9 +39,9 @@ static const char * const textWrappingKey = "TextWrapping";
static
const
char
*
const
showWrapColumnKey
=
"ShowWrapColumn"
;
static
const
char
*
const
wrapColumnKey
=
"WrapColumn"
;
static
const
char
*
const
visualizeWhitespaceKey
=
"VisualizeWhitespace"
;
static
const
char
*
const
displayFoldingMarkersKey
=
"DisplayFoldingMarkers
V2
"
;
static
const
char
*
const
displayFoldingMarkersKey
=
"DisplayFoldingMarkers"
;
static
const
char
*
const
highlightCurrentLineKey
=
"HighlightCurrentLineKeyV2"
;
static
const
char
*
const
highlightBlocksKey
=
"HighlightBlocksKey
V2
"
;
static
const
char
*
const
highlightBlocksKey
=
"HighlightBlocksKey"
;
static
const
char
*
const
groupPostfix
=
"DisplaySettings"
;
namespace
TextEditor
{
...
...
@@ -52,9 +52,9 @@ DisplaySettings::DisplaySettings() :
m_showWrapColumn
(
false
),
m_wrapColumn
(
80
),
m_visualizeWhitespace
(
false
),
m_displayFoldingMarkers
(
fals
e
),
m_displayFoldingMarkers
(
tru
e
),
m_highlightCurrentLine
(
false
),
m_highlightBlocks
(
tru
e
)
m_highlightBlocks
(
fals
e
)
{
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment