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
70f60506
Commit
70f60506
authored
Aug 04, 2010
by
Roberto Raggi
Browse files
Show the predefined macros in the completion box.
parent
6905b6a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cpptools/cppcodecompletion.cpp
View file @
70f60506
...
...
@@ -1105,6 +1105,7 @@ void CppCodeCompletion::globalCompletion(Scope *currentScope)
completeNamespace
(
b
);
addKeywords
();
addMacros
(
QLatin1String
(
"<configuration>"
),
context
.
snapshot
());
addMacros
(
context
.
thisDocument
()
->
fileName
(),
context
.
snapshot
());
}
...
...
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