- Jun 01, 2010
-
-
Thorbjørn Lindeijer authored
Was broken in 915a07bd, which caused help links only to be resolved for expressions under the cursor. Task-number: QTCREATORBUG-159 Reviewed-by: ckamm
-
- Apr 21, 2010
-
-
Thorbjørn Lindeijer authored
Since the fix in 01a0ec16, sometimes & would turn up in the tooltips due to them being escaped but not interpreted as HTML.
-
- Apr 15, 2010
-
-
Thorbjørn Lindeijer authored
Turns out the <nobr> actually caused wrapping in some cases because the tag made the QToolTip turn on its wrapping feature due to the text being rich text. So avoid adding it to plain text tooltips unnecessarily. Reviewed-by: hunger Task-number: QTCREATORBUG-1169
-
- Apr 06, 2010
-
-
Christian Kamm authored
If the generated documentation doesn't contain the namespace name, we failed to look up the correct help page. Task-number: QTCREATORBUG-946 Reviewed-by: Erik Verbruggen
-
- Mar 23, 2010
-
-
con authored
Reviewed-by: Thorbjørn
-
- Mar 05, 2010
- Mar 04, 2010
-
-
kh1 authored
-
- Feb 01, 2010
-
-
Friedemann Kleint authored
foreach()-Loops.
-
- Dec 07, 2009
-
-
Roberto Raggi authored
Encapsulate the details.
-
- Dec 01, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Nov 30, 2009
-
-
mae authored
Remove overlap. Add extra selection tooltips for the cpp hover handler.
-
- Nov 17, 2009
-
-
Roberto Raggi authored
-
- Oct 26, 2009
-
-
Christian Kamm authored
Fixes a segfault when hovering over QtCleanUpFunction in qcoreapplication.h. Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- Oct 14, 2009
-
-
Roberto Raggi authored
-
- Oct 09, 2009
-
-
Roberto Raggi authored
-
- Aug 14, 2009
-
-
hjk authored
-
- Jul 22, 2009
-
-
Thorbjørn Lindeijer authored
-
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
-