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
3f3a36b7
Commit
3f3a36b7
authored
Nov 11, 2009
by
Roberto Raggi
Browse files
Turned off the syntax highlighter for objc keywords.
parent
a1f9b051
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cppeditor/cpphighlighter.cpp
View file @
3f3a36b7
...
...
@@ -61,7 +61,7 @@ void CppHighlighter::highlightBlock(const QString &text)
SimpleLexer
tokenize
;
tokenize
.
setQtMocRunEnabled
(
false
);
tokenize
.
setObjCEnabled
(
tru
e
);
tokenize
.
setObjCEnabled
(
fals
e
);
int
initialState
=
state
;
const
QList
<
SimpleToken
>
tokens
=
tokenize
(
text
,
initialState
);
...
...
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