summaryrefslogtreecommitdiff
path: root/src/plugins/fakevim
Commit message (Expand)AuthorAgeFilesLines
* fakevim: fix cursor positioning after ]] etc.hjk2011-11-181-0/+1
* tr() fix in fakevimpluginRobert Loehning2011-11-181-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-036-12/+12
* fakevim: fix replacement of '\&'hjk2011-11-011-0/+1
* 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
* | fakevim: handle cursor keys in Replace modehjk2011-08-031-0/+15
* | fakevim: v in visual mode actually leave visual modehjk2011-08-021-15/+19
* | fakevim: more interaction for entering ex commandshjk2011-08-013-50/+148
|/
* New QTC_CHECK warning replacing QTC_ASSERT(x, /**/)Kai Koehne2011-07-291-4/+4
* fakevim: fix <n>r<Return>hjk2011-07-141-2/+9
* UI text: check capitalization and tooltipsLeena Miettinen2011-06-221-1/+1
* tr()-Fixes for 2.3: No contractions, spelling.Friedemann Kleint2011-06-141-1/+1
* tr()-fixes for 2.3.Friedemann Kleint2011-06-141-0/+1
* Make C++ code style configurable.Christian Kamm2011-05-241-1/+2
* New code assist APILeandro Melo2011-05-181-103/+109
* fakevim: parse <Esc> from script fileshjk2011-05-171-0/+3
* fakevim: further split 'handleCommand'hjk2011-05-161-3/+14
* fakevim: compile fix on windowshjk2011-05-161-1/+13
* fakevim: implement Ctrl-yhjk2011-05-131-0/+6
* Fix/add copyright headersTobias Hunger2011-05-066-6/+6
* fakevim: fix searching for |hjk2011-05-031-22/+28
* remove superfluous argumentOswald Buddenhagen2011-04-181-1/+1
* file manager: introduce saveFile() and remove blockFileChange() & unblockFile...Oswald Buddenhagen2011-04-181-4/+1
* Merge branch '2.2'Oswald Buddenhagen2011-04-146-84/+78
|\
| * Update license.hjk2011-04-136-84/+78
* | fakevim: Enforce use of RealControlModifier by breaking the compilation other...hjk2011-04-081-0/+3
* | fakevim: Try to fix Ctrl on Mac. Again.hjk2011-04-071-28/+14
* | fakevim: support snippets, by doing nothing.hjk2011-04-061-0/+7
* | Compile fixFriedemann Kleint2011-04-061-1/+1
* | FakeVim: Add missing endArray() to settings readingdt2011-04-061-0/+1