- Dec 31, 2008
-
-
Roberto Raggi authored
-
- Dec 30, 2008
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Dec 29, 2008
-
-
Roberto Raggi authored
-
- Dec 22, 2008
-
-
Roberto Raggi authored
-
Roberto Raggi authored
Introduced pp-scanner.cpp, renamed `pp' to `Preprocessor' and removed useless #includes.
-
- Dec 18, 2008
-
-
goro authored
-
Thorbjørn Lindeijer authored
-
- Dec 16, 2008
-
-
dt authored
Details: in all pluginspecs.
-
hjk authored
-
Thorbjørn Lindeijer authored
Some people don't like this.
-
Thorbjørn Lindeijer authored
Necessary because the CppHoverHandler uses QtHelp and moved from CppTools to CppEditor.
-
Thorbjørn Lindeijer authored
It used to be in CppTools, but since the hover handler only makes sense in the context of the C++ editor, this is a better place.
-
- Dec 15, 2008
-
-
Thorbjørn Lindeijer authored
Save settings instead of crashing. Sorry about that!
-
Thorbjørn Lindeijer authored
It is now possible to choose between case-sensitive or case-insensitive completion. Also, you can now disable the automatic insertion of braces.
-
Thorbjørn Lindeijer authored
To match the class name, CppToolsPlugin.
-
- Dec 12, 2008
-
-
mae authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
This change removes a number of wrong usages of the CppModelManager::documents()/document().
-
- Dec 11, 2008
-
-
Roberto Raggi authored
-
- Dec 10, 2008
-
-
Roberto Raggi authored
-
Thorbjørn Lindeijer authored
Enables F1 for opening their help pages. Seems to work nicely.
-
Thorbjørn Lindeijer authored
The macro tooltip is supposed to be a fallback, since otherwise you won't be able to see type information for macro parameters. Reviewed-by: Roberto Raggi
-
- Dec 09, 2008
-
-
Thorbjørn Lindeijer authored
In this case it's fast enough and sorting the list makes it easier to find what you're looking for. Though because of the substring matching, what you're looking for might still be way down the list. Reviewed-by: con
-
Thorbjørn Lindeijer authored
In the GUI this is currently called "Methods" with the shortcut 'm'.
-
Thorbjørn Lindeijer authored
They're not overly useful to have in there, since they don't have a name you could type to jump to them. Reviewed-by: Roberto Raggi
-
Roberto Raggi authored
-
hjk authored
-
Roberto Raggi authored
-
- Dec 08, 2008
-
-
Roberto Raggi authored
-
Thorbjørn Lindeijer authored
The code completion was keeping around references to old documents after the completion finished. This caused documents to stay in memory when unloading projects, up until the next time you used the completion.
-
Thorbjørn Lindeijer authored
Avoid creating a copy of the list of projects.
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Dec 05, 2008
-
-
hjk authored
-