Skip to content
GitLab
Menu
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
cf6bf872
Commit
cf6bf872
authored
Mar 30, 2010
by
dt
Browse files
Fix CMake highlighting with dark theme
parent
2cb95148
Changes
1
Show whitespace changes
Inline
Side-by-side
src/plugins/cmakeprojectmanager/cmakeeditor.cpp
View file @
cf6bf872
...
...
@@ -102,6 +102,7 @@ TextEditor::BaseTextEditorEditable *CMakeEditor::createEditableInterface()
void
CMakeEditor
::
setFontSettings
(
const
TextEditor
::
FontSettings
&
fs
)
{
TextEditor
::
BaseTextEditor
::
setFontSettings
(
fs
);
CMakeHighlighter
*
highlighter
=
qobject_cast
<
CMakeHighlighter
*>
(
baseTextDocument
()
->
syntaxHighlighter
());
if
(
!
highlighter
)
return
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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