- 06 Jan, 2010 1 commit
-
-
Friedemann Kleint authored
As it causes dashed lists to be formatted as - i1 - i2 Just do paragraph formatting. Task-number: QTCREATORBUG-538 Initial-patch-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
- 05 Jan, 2010 1 commit
-
-
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>
-
- 21 Dec, 2009 1 commit
-
-
con authored
This uses the same UI as "Rename Symbol". Moves the actual rename implementation to a static method in BaseFileFind and uses it for rename symbol and search & replace. Moves the signal notification for the code model from VCSManager to the more general FileManager. Note that as for rename symbol, there's no undo yet. Task-number: QTCREATORBUG-73
-
- 17 Dec, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
Remember the read-only state so that it can be taken into account when changing the enabled state of the erase background button.
-
- 16 Dec, 2009 1 commit
-
-
mae authored
The dummy shortcut eater did not always work, we sometimes do have mutual exclusive shortcuts in the same context. The current solution is simpler: ignore text input when the control modifier is used. This seems to be in line with other toolkits and applications. Done with: thorbjorn
-
- 15 Dec, 2009 1 commit
-
-
Christian Kamm authored
If the first or last line in a selection ended up with nothing to highlight after whitespaces were trimmed, they'd use a codepath that only works correctly for inner 'empty' lines. Instead we now make sure the beginning and end of a selection are always highlighted.
-
- 14 Dec, 2009 1 commit
-
-
mae authored
QTCREATORBUG-456
-
- 09 Dec, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
It activates too easily for some people. Task-number: QTCREATORBUG-406
-
- 08 Dec, 2009 4 commits
-
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
It used to be hidden on the Display settings page. Task-number: QTCREATORBUG-135
-
con authored
-
Thorbjørn Lindeijer authored
Before, the selection was required to span multiple lines. Now, any selection will trigger the line indenting functionality of Tab/Shift+Tab. This should lead to less surprises. Also, Shift+Tab will now always unindent the current line, even if there is no selection, since there is nothing else sensible for this shortcut to do. Task-number: QTCREATORBUG-414 Reviewed-by: mae
-
- 04 Dec, 2009 1 commit
-
-
Roberto Raggi authored
Done with: mae
-
- 03 Dec, 2009 3 commits
-
-
mae authored
-
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.
-
Thorbjørn Lindeijer authored
When auto-indent is turned off, Qt Creator uses a simplistic approach of copying the indentation string from the previous line. This was broken when the cursor was positioned inside the indentation, since this caused part of the indentation to go to the next line, which was then prepended with the copied indentation, in effect increasing the indentation for each new line. The solution here was to copy the indentation from the previous block only after inserting the new block, which causes the indentation of the previous line to be cut off by exactly the right amount to keep the indentation constant. Task-number: QTCREATORBUG-396 Reviewed-by: mae
-
- 02 Dec, 2009 8 commits
- 01 Dec, 2009 7 commits
-
-
mae authored
-
mae authored
-
mae authored
-
mae authored
Convenient when you don't want to see all the big license headers.
-
mae authored
-
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
-
- 30 Nov, 2009 6 commits
-
-
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
-
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
-
mae authored
1. allow empty overlay selections 2. make it possible to bind a selection to a specified length
-
- 27 Nov, 2009 3 commits
-
-
con authored
Move the API to the progress manager. Added a first Mac implementation, other platforms are pending.
-
Friedemann Kleint authored
Separate category and trCategory and introduce sorting characters to the categories. Same for id/name.
-
Friedemann Kleint authored
Introduce new QString id() const-API and sort wizards by [untranslated] category and id. Introduce respective constants. Rubber-stamped-by:
con <qtc-committer@nokia.com>
-