- Jan 14, 2009
-
-
hjk authored
-
con authored
Details: - Naming convention
-
con authored
Details: - Conform to naming convention
-
Roberto Raggi authored
-
- Jan 13, 2009
-
-
Daniel Molkentin authored
-
Friedemann Kleint authored
-
Thorbjørn Lindeijer authored
The previous interface wasn't sufficient to properly support the Apply button, since it didn't separate applying the changes from the cleanup phase. Designer settings pages still need some fixing. Fixes Apply button causing problems for certain plugins, for example the QuickOpen.
-
con authored
Details: - Conform to conventions.
-
con authored
-
con authored
Details: - To make it conform to naming convention.
-
Thorbjørn Lindeijer authored
It didn't make sure its Function* stayed valid. Now it does, by keeping a copy of the list of CppDocuments (the snapshot) around.
-
- Jan 08, 2009
-
-
Thorbjørn Lindeijer authored
Reviewed-by: Roberto Raggi
-
- Jan 06, 2009
-
-
con authored
Task: - 237723 Details: - Look in the same directory first, then go through project's files.
-
- Jan 05, 2009
-
-
Roberto Raggi authored
-
- 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
-