"README.md" did not exist on "7017e95531db91b3e6168fef52fd2e7f2462ef64"
- Nov 01, 2010
-
-
Friedemann Kleint authored
- Unexport Core::Internal::MainWindow and remove its includes. - Move RssFetcher from Core::Internal to Core. - Unexport CopyTaskHandler. - Move TextEditor's completion support and Refactor Overlay helper classes from TextEditor::Internal to TextEditor as they are exported. - Move internal BaseTextBlockSelection into private header. - Unexport TextEditorOverlay as they are not used.
-
- Aug 03, 2010
-
-
Roberto Raggi authored
Done with: Thorbjørn Lindeijer
-
Thorbjørn Lindeijer authored
There should be no need for the text editor to request an update of the completion box, since when it's there it will have focus and update itself. Reviewed-by: Roberto Raggi
-
- Jul 15, 2010
-
-
Thorbjørn Lindeijer authored
Now it's possible to choose between having completion popup manually, when triggered or always.
-
- Jul 09, 2010
-
-
Thorbjørn Lindeijer authored
Now you can type characters like ., ( and : to complete the selected item, depending on the type of the completion item. Task-number: QTCREATORBUG-271 Reviewed-by: Roberto Raggi
-
- Mar 05, 2010
-
-
hjk authored
-
- Jan 28, 2010
-
-
Roberto Raggi authored
-
- Dec 02, 2009
-
-
Roberto Raggi authored
Moved Completion::getCompletion() in ICompletionCollector and made the filtering of completion items more C++ friendly.
-
- Oct 05, 2009
-
-
Roberto Raggi authored
-
- Aug 14, 2009
-
-
hjk authored
-
- Jul 24, 2009
-
-
Thorbjørn Lindeijer authored
The completion for the directory wasn't triggered because one of the items matched the typed string, so the list of completion wasn't empty and no new trigger was allowed. By not matching items when a trailing slash is typed, the list is allowed to trigger again from the new location. Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- 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
-
- Jun 09, 2009
-
-
Roberto Raggi authored
-
- Jun 08, 2009
-
-
Roberto Raggi authored
-
- Apr 07, 2009
-
-
Thorbjørn Lindeijer authored
isValid -> supportsEditor
-
- Apr 02, 2009
-
-
Roberto Raggi authored
-
- Mar 26, 2009
-
-
Thorbjørn Lindeijer authored
This is for the case of function overloads where one overload takes no parameters. Solved by keeping track of the duplicate count. Done with Roberto Raggi.
-
- Feb 25, 2009
- 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
-
-
Thorbjørn Lindeijer authored
The _ is usually used to prefix internal and/or private methods and members. Having those turn up at the top of the list of suggestions for completion isn't too useful. Improves the autocompletion for example for the STL. Done together with Roberto Raggi.
-
- Jan 13, 2009
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
- Dec 16, 2008
-
-
hjk authored
-
- Dec 09, 2008
-
-
hjk authored
-
- Dec 02, 2008