- Jun 15, 2010
-
-
Thorbjørn Lindeijer authored
In comments and strings, electric characters have no syntactical significance and the unnecessary automatic reindent can be annoying. Reviewed-by: Erik Verbruggen
-
- Jun 14, 2010
-
-
Thorbjørn Lindeijer authored
Reviewed-by: ogoffart
-
- Jun 01, 2010
-
-
Thorbjørn Lindeijer authored
The various text editor overlays and the text cursor were being painted on top of the collapsed block popup. Reviewed-by: mae
-
- 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>
-
- May 07, 2010
-
-
mae authored
Task-number: QTCREATORBUG-61
-
- 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 23, 2010
-
-
con authored
Reviewed-by: Thorbjørn Lindeijer Task-number: QTCREATORBUG-1261
-
- 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
-
- Apr 08, 2010
-
-
Thorbjørn Lindeijer authored
Signal is called contentsChangedBecauseOfUndo
-
- Mar 29, 2010
- Mar 10, 2010
-
-
hjk authored
editor or re-used an existing one
-
- Mar 05, 2010
-
-
hjk authored
-
- Feb 26, 2010
-
-
Lasse Holmstedt authored
Moved Qt Designer to open from Design Mode. Also, Design mode is now global, and created in coreplugin. Other plugins can register themselves to it.
-
- Feb 19, 2010
-
-
file:///Thorbjørn Lindeijer authored
On some desktop environments, dragging and dropping a file gives us the url to the file in multiple mime types, including text/plain. This causes the url to be inserted as text by default. Work around this issue by explicitly ignoring drop events for the text editor when they also come with urls. Task-number: QTCREATORBUG-728 Reviewed-by: Friedemann Kleint
-
- Feb 08, 2010
-
-
con authored
Separating navigation history logic from updating of highlights.
-
- Feb 03, 2010
-
-
Erik Verbruggen authored
Reviewed-by: Roberto Raggi
-
- Feb 01, 2010
-
-
Roberto Raggi authored
Done with: Thorbjorn.
-
- Jan 21, 2010
-
-
Thorbjørn Lindeijer authored
It was a bit confusing, since it reversed the order of the lines. When this would be fixed, the added value of this action is very small, since you can then also simply move your cursor one up before joining the lines.
-
Falco Hirschenberger authored
Merge-request: 1823 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> Task-number: QTCREATORBUG-510
-
- Jan 19, 2010
-
-
Roberto Raggi authored
-
mae authored
-
- Jan 12, 2010
-
-
Roberto Raggi authored
-
- Jan 11, 2010
-
-
Tobias Hunger authored
Reviewed-by: thorbjorn
-
- Jan 07, 2010
-
-
Tobias Hunger authored
* Use id() for methods returning a string used to represent some type of object. * Use displayName() for strings that are meant to be user visible. * Quieten some warnings while touching the files anyway. * Move Factories to their products in the plugins where that was not done before. Reviewed-by: dt
-
- Jan 06, 2010
-
-
Martin Aumüller authored
the fakevim plugin needs access to this method for automatic indenting as the implementation differs across the different types of editors Merge-request: 98 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
- 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
-
Thorbjørn Lindeijer authored
It used to be hidden on the Display settings page. Task-number: QTCREATORBUG-135
-
- Dec 03, 2009
-
-
mae authored
the new approach makes it possible to use more edit features inside the rename selection like cut/copy/paste. Furthermore it compresses rename operations better on the undo stack.
-
- Dec 01, 2009
- Nov 30, 2009
-
-
mae authored
the fix makes the mouse cursor visible when the editor loses focus. This fixes an issue with the completion box, where on mac and windows no mouse cursor would be visible (it worked on X11 due to the way X11 does mouse grabbing for popup windows).
-
mae authored
Introduce "Reset Font Size" action, bound to Ctrl+0
-
mae authored
Remove overlap. Add extra selection tooltips for the cpp hover handler.
-
Roberto Raggi authored
-
- 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 18, 2009
-
-
Roberto Raggi authored
-