summaryrefslogtreecommitdiff
path: root/src/plugins/fakevim
Commit message (Expand)AuthorAgeFilesLines
* FakeVim: Fix gcc warning about unused variableKai Koehne2012-01-061-3/+1
* fakevim: fix cursor column after up/down in replace modehjk2011-12-301-0/+1
* fakevim: rework undo/redo cursor positioninghjk2011-12-271-45/+61
* fakevim: implement ctrl-a and ctrl-xhjk2011-12-271-5/+46
* fakevim: more vim-ish cursor positioning after undo/redohjk2011-12-261-2/+3
* fakevim: record position before first keystroke as jump targethjk2011-12-261-0/+8
* Add commands :AS and :AVRainer Keller2011-12-121-0/+6
* fakevim: make <Esc> and <CR> case insensitivehjk2011-12-081-3/+11
* fakevim: bs=2 "has" starthjk2011-11-301-1/+3
* fakevim: fix off-by-one when creating range from current linehjk2011-11-291-4/+2
* fakevim: implement '&'hjk2011-11-281-66/+111
* fakevim: implement gmhjk2011-11-281-1/+8
* fakevim: implement `. and '.hjk2011-11-281-2/+15
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-251-1/+1
|\
| * fakevim: fix cursor positioning after ]] etc.hjk2011-11-181-0/+1
| * tr() fix in fakevimpluginRobert Loehning2011-11-181-1/+1
* | UI files: Do not polute the global Ui namespaceTobias Hunger2011-11-241-3/+3
* | fakevim: fix cursor positioning after ]] etc.hjk2011-11-171-0/+1
* | mostly core and analyzer: more id-ficationhjk2011-11-151-1/+1
* | fakevim: refactor register handlinghjk2011-11-121-14/+39
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-116-12/+12
|\ \ | |/
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-036-12/+12
* | fakevim: improve reading of mappings from .vimrchjk2011-11-101-3/+9
* | more Id type fixeshjk2011-11-101-11/+11
* | fakevim: properly split commands in source'd fileshjk2011-11-102-11/+16
* | fakevim: allow extra colons at the start of an ex commandhjk2011-11-101-0/+4
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-011-0/+1
|\ \ | |/
| * fakevim: fix replacement of '\&'hjk2011-11-011-0/+1
* | fakevim: implement :<x>%hjk2011-10-281-0/+9
|/
* Implement Code Style schemesJarek Kobus2011-09-231-6/+9
* s/error_message/errorMessage/ghjk2011-09-211-1/+1
* fakevim: string literalshjk2011-09-131-13/+13
* fakevim: make toggle action scriptablehjk2011-09-131-1/+1
* core: rename uniqueidmanager.{cpp,h} as the class UniqueIdManager is gonehjk2011-09-051-1/+1
* fakevim: save a few string->int->string roundtripshjk2011-09-051-43/+37
* core: progress on the QString->QByteArray for Core::Id, remove UniqueIDManagerhjk2011-09-051-9/+4
* Editors: Enhance smart backspace behaviorLeandro Melo2011-08-181-1/+2
* Merge remote-tracking branch 'origin/2.3'Eike Ziller2011-08-162-5/+4
|\
| * fakevim: fix action used in Edit->Advancedhjk2011-08-151-4/+4
| * Revert "fakevim: also set foreground color for search matches"hjk2011-08-111-1/+0
| * fakevim: v in visual mode actually leave visual modehjk2011-08-041-15/+19
| * fakevim: handle cursor keys in Replace modehjk2011-08-041-0/+15
| * fakevim: also set foreground color for search matcheshjk2011-08-041-0/+1
| * fakevim: fix endless loop in certain search&replace operationshjk2011-08-041-1/+1
* | fakevim: remove now unneeded oldTabSettingshjk2011-08-051-1/+0
* | Refactor: Get rid of BaseTextEditorWidget from IndenterJarek Kobus2011-08-051-4/+1
* | fakevim: remove visually selected contents before pasting.hjk2011-08-051-4/+23
* | fakevim: fix endless loop in certain search&replace operationshjk2011-08-031-1/+1
* | fakevim: also set foreground color for search matcheshjk2011-08-031-0/+1
* | fakevim: make <Esc> leave DeleteSubModehjk2011-08-031-5/+8