"README.md" did not exist on "45e514ca37ca8e5fa41378abe9a1c2a850e3333f"
- Jul 22, 2009
-
-
Thorbjørn Lindeijer authored
Makes context sensitive help work for valid expressions that happen to be part of a marked diagnostic error. However, for now you still can't get documentation for expressions that don't resolve. Also, context sensitive help now also works for includes where possible.
-
- 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 12, 2009
-
-
Thorbjørn Lindeijer authored
Didn't check whether the lookup actually returned a valid symbol before accessing the name. Reviewed-by: Roberto Raggi
-
Thorbjørn Lindeijer authored
-
- Jun 11, 2009
-
-
Roberto Raggi authored
-
- Apr 15, 2009
-
-
Alessandro Portale authored
-
- Feb 25, 2009
- Feb 16, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
Done with: bjorn
-
Roberto Raggi authored
-
- Feb 13, 2009
-
-
Roberto Raggi authored
-
- Feb 11, 2009
-
-
Roberto Raggi authored
-
- Feb 10, 2009
-
-
Thorbjørn Lindeijer authored
These checks are necessary cause of a recent change in the C++ engine. Reviewed-by: Roberto Raggi
- Feb 09, 2009
-
-
Roberto Raggi authored
-
- Feb 06, 2009
-
-
Thorbjørn Lindeijer authored
The helpId was working but the tooltip text was empty. Reviewed-by: Roberto
-
- 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 13, 2009
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
- Jan 06, 2009
-
-
con authored
-
- Dec 22, 2008
-
-
Roberto Raggi authored
-
- Dec 18, 2008
-
-
Roberto Raggi authored
-
- Dec 16, 2008
-
-
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 12, 2008
-
-
mae authored
-
Roberto Raggi authored
This change removes a number of wrong usages of the CppModelManager::documents()/document().
-
- 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
-
-
Roberto Raggi authored
-
- Dec 04, 2008
-
-
Patrick Star authored
-
- Dec 02, 2008