- Mar 16, 2009
-
-
Thorbjørn Lindeijer authored
For example when a file was called test.something.cpp, it would search for test.h instead of test.something.h.
-
- Mar 04, 2009
-
-
hjk authored
-
- Feb 25, 2009
- Jan 28, 2009
-
-
hjk authored
-
- Jan 21, 2009
-
-
Thorbjørn Lindeijer authored
Many singletons have their own instance() method, in which case there is no need to use ICore::instance() to get access to them.
-
- Jan 20, 2009
-
-
hjk authored
replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() by Core::ICore::instance()
-
- Jan 19, 2009
-
-
hjk authored
forward declaration is sufficient.
-
- Jan 14, 2009
- Jan 13, 2009
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
con authored
Details: - To make it conform to naming convention.
-
- Jan 06, 2009
-
-
con authored
Task: - 237723 Details: - Look in the same directory first, then go through project's files.
-
- Dec 16, 2008
-
-
Thorbjørn Lindeijer authored
Some people don't like this.
-
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 09, 2008
-
-
Thorbjørn Lindeijer authored
In the GUI this is currently called "Methods" with the shortcut 'm'.
-
- Dec 04, 2008
-
-
Thorbjørn Lindeijer authored
Invokable with 'c', currently shows all classes it can find.
-
- Dec 02, 2008