- May 11, 2010
-
-
Thorbjørn Lindeijer authored
When automatic insertion of brackets is disabled in the completion settings, it is reasonable to expect the automatic matching of brackets is also disabled. Task-number: QTCREATORBUG-454 Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- Apr 26, 2010
-
-
Thorbjørn Lindeijer authored
The Parentheses, TextBlockUserData and TextEditDocumentLayout classes and their member function implementations were spread around the BaseTextEditor class. Moving them to their own file to make the code a bit better organized. Reviewed-by: mae
-
- Apr 13, 2010
-
-
mae authored
We now use two cursors, with the first one being positioned at the character before the find scope starts. This makes it possible to extend the scope when typing at the beginning or the end of it. This is more what the user expects. The effect is noticable with find&replace of words at the beginning or end of the scope.
-
- Apr 12, 2010
-
-
mae authored
-
- Mar 29, 2010
-
-
mae authored
Fixed colors to use the same as refactoring rename, and a few fixes for undo and document changes outside the tab areas. Reviewed-by: Roberto Raggi
-
- Mar 05, 2010
-
-
hjk authored
-
- Feb 04, 2010
-
-
hjk authored
-
- Jan 19, 2010
-
-
mae authored
-
- Jan 12, 2010
-
-
Roberto Raggi authored
-
- Dec 09, 2009
-
-
Thorbjørn Lindeijer authored
It activates too easily for some people. Task-number: QTCREATORBUG-406
-
- Dec 08, 2009
-
-
Thorbjørn Lindeijer authored
-
- Dec 02, 2009
-
-
mae authored
-
- Dec 01, 2009
-
-
mae authored
Convenient when you don't want to see all the big license headers.
-
mae authored
The extra area only updated the current *line* when the cursor moved, not the entire paragraph. This left bold line numbers behind. The fix adds the required update region when the cursor position changes blocks.
-
mae authored
done with thorbjorn
-
- Nov 26, 2009
-
-
Roberto Raggi authored
-
- Nov 25, 2009
-
-
mae authored
As side effect we can now play a bit with visualizing extra selections
-
- Nov 03, 2009
-
-
Thorbjørn Lindeijer authored
Only checking Ctrl and link availability on mouse release was triggering the navigation too easily. Now you have to press and release the mouse on the same link, having Ctrl pressed all the time. In addition, when changing the text selection the link is also cleared. Task-number: QTCREATORBUG-134 Reviewed-by: con
-
- Sep 15, 2009
-
-
mae authored
its only turned on in the cpp editor.
-
- Sep 08, 2009
-
-
Thorbjørn Lindeijer authored
For implementing mouse navigation in the QML editor.
-
- Aug 14, 2009
-
-
hjk authored
-
- Jun 17, 2009
-
-
mae authored
-
- 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
-
- May 29, 2009
-
-
con authored
-
- May 08, 2009
-
-
Roberto Raggi authored
Done with: mae
-
Roberto Raggi authored
Done with: mae
-
- Apr 29, 2009
-
-
mae authored
-
- Apr 28, 2009
- Apr 27, 2009
-
-
Thorbjørn Lindeijer authored
Recently it was made to highlight black or write, which isn't nice for everybody. Now it is dark gray by default, and can be customized. Bold and italic are also supported.
-
- Apr 24, 2009
-
-
mae authored
-
- Apr 23, 2009
- Apr 22, 2009
-
-
mae authored
-
- Apr 02, 2009
-
-
con authored
Regression coming from the new navigation history mechanism.
-
- Mar 30, 2009
-
-
hjk authored
page of its own now
-
- Mar 25, 2009
-
-
Thorbjørn Lindeijer authored
The BaseTextEditor was unconditionally setting the mouse cursor on each mouse move event, after which the CPPEditor would set it as well when the mouse was above a link. This caused some mouse cursor flickering, so now the cursor is only set when it's supposed to change. Also fixed an issue where the link wasn't removed when leaving the text editor with the mouse while Ctrl was pressed.
-
- Mar 19, 2009
-
-
con authored
Task: 240811
-
- Mar 17, 2009
-
-
Thorbjørn Lindeijer authored
Introduce setCodeFoldingSupported to the BaseTextEditor, and only enabled it for the C++ and QtScript editors. This removes the useless margin meant for code folding markers from the plain text editor and .pro file editor.
-