- Aug 03, 2010
-
-
Roberto Raggi authored
Done with: Thorbjørn Lindeijer
-
- 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
-
- May 31, 2010
-
-
Erik Verbruggen authored
Reviewed-by: Christian Kamm
-
Erik Verbruggen authored
Task-number: QTCREATORBUG-1425 Reviewed-by: Christian Kamm
-
- May 17, 2010
-
-
Thorbjørn Lindeijer authored
This is pretty common in other editors, and the application font looks weird if the text editor font is significantly larger. Task-number: QTCREATORBUG-1424 Reviewed-by: Olivier Goffart
-
- Apr 16, 2010
-
-
Thorbjørn Lindeijer authored
It's annoying and not very useful if they get grabbed and handled by the completion list. This happened as a side effect of fc1780f1.
-
- Apr 15, 2010
-
-
Thorbjørn Lindeijer authored
Done with mae and Jens Bache-Wiig.
-
Thorbjørn Lindeijer authored
Reviewed-by: mae
-
- Apr 09, 2010
- Mar 29, 2010
-
-
mae authored
-
Roberto Raggi authored
-
- Mar 05, 2010
-
-
hjk authored
-
- Feb 19, 2010
-
-
con authored
-
- Feb 17, 2010
-
-
Thorbjørn Lindeijer authored
Broke in f14c50da
-
Thorbjørn Lindeijer authored
Done-with: Roberto Raggi <roberto.raggi@nokia.com>
-
- Jan 28, 2010
-
-
Roberto Raggi authored
Yeah, now it looks as bad as the native completion widget :) Reported by Nigel.
-
- Jan 21, 2010
-
-
Martin Aumüller authored
forwarding keys with empty text() does not restrict the matching items, but updating the list of possible completions resets the currently selected item to the first one
-
con authored
-
- Jan 05, 2010
-
-
Martin Aumüller authored
- this is compatible with choosing completion items in vim - especially when using FakeVim mode, this makes it unnecessary to move the hands from the main row to the arrow keys Merge-request: 2158 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
- Nov 23, 2009
-
-
Thorbjørn Lindeijer authored
It can be a bit disturbing if the list suddenly jumps when you don't release the down or up key in time. Done with mae.
-
- Nov 20, 2009
-
-
Roberto Raggi authored
Task-number: QTCREATORBUG-199 Reviewed-by: thorbjorn
-
- Oct 05, 2009
-
-
Roberto Raggi authored
-
- Sep 11, 2009
-
-
Daniel Molkentin authored
Reviewed-by: Thorbjorn Lindeijer
-
- Aug 14, 2009
-
-
hjk authored
-
- 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 08, 2009
-
-
Roberto Raggi authored
-
- Jun 03, 2009
-
-
Oswald Buddenhagen authored
- clear up some Q_OS_LINUX vs. Q_OS_UNIX - clear up Q_WS_* vs. Q_OS_* (relatively theoretical exercise) - use proper #if-#else cascades instead of free-standing #ifs
-
- Feb 25, 2009
- Jan 13, 2009
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
- Jan 08, 2009
-
-
Daniel Molkentin authored
-
- Dec 19, 2008
-
-
Thorbjørn Lindeijer authored
Most desktops allow popups to overlap the taskbar. We should allow this additional space to be used by the completion popup.
-
- Dec 18, 2008
-
-
Thorbjørn Lindeijer authored
Pop it upwards when it would otherwise go below the screen and shift it to the left when it would otherwise exit the screen on the right.
-
- Dec 16, 2008
-
-
hjk authored
-