- Jul 13, 2009
-
-
Alessandro Portale authored
There were both variants, with and without extra semicolon.
-
- Jun 16, 2009
-
-
con authored
Reviewed-by: Trust Me Conflicts: src/libs/cplusplus/CppBindings.cpp src/libs/cplusplus/CppBindings.h src/libs/cplusplus/FastPreprocessor.cpp src/libs/cplusplus/FastPreprocessor.h src/plugins/cpptools/cppcurrentdocumentfilter.cpp src/plugins/cpptools/cppcurrentdocumentfilter.h src/plugins/cpptools/cppsemanticsearch.cpp src/plugins/cpptools/cppsemanticsearch.h src/plugins/duieditor/parser/qmljs.g src/plugins/duieditor/parser/qmljsast.cpp src/plugins/duieditor/parser/qmljsast_p.h src/plugins/duieditor/parser/qmljsastfwd_p.h src/plugins/duieditor/parser/qmljsastvisitor.cpp src/plugins/duieditor/parser/qmljsastvisitor_p.h src/plugins/duieditor/parser/qmljsengine_p.cpp src/plugins/duieditor/parser/qmljsengine_p.h src/plugins/duieditor/parser/qmljsgrammar.cpp src/plugins/duieditor/parser/qmljsgrammar_p.h src/plugins/duieditor/parser/qmljslexer.cpp src/plugins/duieditor/parser/qmljslexer_p.h src/plugins/duieditor/parser/qmljsmemorypool_p.h src/plugins/duieditor/parser/qmljsnodepool_p.h src/plugins/duieditor/parser/qmljsparser.cpp src/plugins/duieditor/parser/qmljsparser_p.h src/plugins/duieditor/parser/qmljsprettypretty.cpp src/plugins/duieditor/parser/qmljsprettypretty_p.h src/plugins/duieditor/rewriter/rewriter.cpp src/plugins/duieditor/rewriter/rewriter_p.h src/plugins/duieditor/rewriter/textwriter.cpp src/plugins/duieditor/rewriter/textwriter_p.h src/shared/cplusplus/ASTClone.cpp tests/manual/cplusplus/main.cpp
-
Jason McDonald authored
Reviewed-by: Trust Me
-
- Jun 09, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Jun 03, 2009
-
-
Roberto Raggi authored
-
- Jun 02, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- May 30, 2009
-
-
Christian Hoenig authored
-
- May 26, 2009
-
-
Thorbjørn Lindeijer authored
Since we're automatically inserting several kinds of brackets, but not braces ({ }).
-
- May 04, 2009
-
-
con authored
-
- Apr 29, 2009
-
-
Friedemann Kleint authored
In CppTools, keep cpp file settings in plugin and settings page via shared pointer and apply to mime DB in extensionsInitialized() (after CppEditor has loaded and registered the mime types). Task-number: 252299
-
- Mar 18, 2009
-
-
Friedemann Kleint authored
Fixes: Introduce a cpp settingspage containing file naming conventions (lower case and suffixes). Reorder VCS settings pages. Task: 241959, 248085 RevBy: Optics/Naming checked by con Details: Give IOptionPage an id() to differentiate from trName(). Make showOptionsDialog return a bool (applied) and give it an optional parent. Change Cpp and form class wizards, give them a Configure... button to change those settings.
-
- 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