- Jan 21, 2010
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
The project selector also allows to select targets. However, this is not yet used, since the necessary changes are still being stabilized. Done-with: con
-
Daniel Molkentin authored
-
Marco Bubke authored
In the model should be written once at time. The Locker is there to detect other cases. Many calls are commented out because this is now the case.
-
Marco Bubke authored
-
Marco Bubke authored
-
Martin Aumüller authored
ex commands might depend on current cursor position and might modifiy it, thus set the editor's text cursor to fakevim's before initiating the command and use the editor's text cursor afterwards Merge-request: 101 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
this behaviour seems more natural to me, but it has one draw-back: if an action associated to a shortcut is not enabled, typing that shortcut won't leave passing mode
-
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
-
kh1 authored
Task-number: QTCREATORBUG-235
-
hjk authored
-
Martin Aumüller authored
- cursor position should be the start of the yanked region - the number of lines yanked should be displayed, even when motion was not linewise Merge-request: 99 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
Merge-request: 99 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
Merge-request: 99 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
Merge-request: 99 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
Merge-request: 99 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
Merge-request: 99 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
expected cursor position is on last character which was replaced Merge-request: 99 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
Merge-request: 99 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
Merge-request: 99 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
Merge-request: 99 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
mostly cursor positions have been changed Merge-request: 99 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
Merge-request: 99 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
Merge-request: 99 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
- apparently one additional empty line is added to the document at its end, if the last line ends with \n Merge-request: 99 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
- previously, if the visible vi cursor is on the last character of a line, the corresponding QTextCursor might have been positioned before and after the character - code becomes simpler if the QTextCursor is always positioned before the vi cursor Merge-request: 99 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
Merge-request: 99 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
fixed by using finishMovement instead of doing all the work Merge-request: 99 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
Merge-request: 99 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
Merge-request: 99 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
the lines touched by the motion have to be removed completely except for one newline (whereas 'd' removes them including all newlines) Merge-request: 99 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
Merge-request: 99 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
undoing still does not work correctly: cursor position is not correctly restored Merge-request: 99 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
Merge-request: 99 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
Merge-request: 99 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
Merge-request: 99 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
Merge-request: 99 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
Merge-request: 99 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
- make '~' repeatable with '.' - implement operators 'gu'/'gU'/'g~' for down-casing/up-casing/case-inversion - visual char/line/block modes for the above Merge-request: 99 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
Merge-request: 99 Reviewed-by:
hjk <qtc-committer@nokia.com>
-