- Jan 05, 2010
-
-
hjk authored
-
Martin Aumüller authored
Merge-request: 96 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
Merge-request: 96 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
- the indented region has been off by one line as lineForPosition returns 1-based line numbers but QTextDocument::findBlockByNumber expects base 0 - all lines (including first and last line) have to be indented - if text is collapsed, then findBlockByNumber has to be used instead of findBlockByLineNumber for getting the block containing a line Merge-request: 96 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
previously, indenting would have been undone line by line Merge-request: 96 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
make sure that when deleting line-wise, a complete line is deleted, even at the end of the document Merge-request: 96 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
Merge-request: 96 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
Merge-request: 96 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
Merge-request: 96 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
Merge-request: 96 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
Merge-request: 96 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
Merge-request: 96 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
Merge-request: 96 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
previously, the insertion point would have stayed just in front of the last character instead of in front of the last but first character Merge-request: 96 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
Merge-request: 96 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
'O' would have opened the new line after the first line instead of before Merge-request: 96 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
Merge-request: 96 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
atomically undo command that entered insert mode together with undoing the insertion of new characters Merge-request: 96 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
Merge-request: 96 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
Merge-request: 96 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
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>
-
hjk authored
-
hjk authored
-
hjk authored
-
-
ck authored
The old approach is still enabled by default.
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
ck authored
Currently deactivated via #ifdef, but has been tested successfully.
-
Friedemann Kleint authored
-
Daniel Molkentin authored
Platform-dependent behavior is not good enough for a lot of people it seems. Reviewed-By: con
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Defaulting to true. Task-number: QTCREATORBUG-502
-
Jarek Kobus authored
If the command's shortcut is changed all context actions are updated accordingly. When the new context action is added its shortcut is automatically updated (taken from command's shortcut). Reviewed-by: con Task-number: QTCREATORBUG-471
-
Daniel Molkentin authored
-