aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fakevim/fakevim_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* FakeVim: ModernizeAlessandro Portale2018-11-081-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-18/+13
* FakeVim: C-R {register, C-W} in command modeThorben Kroeger2015-04-141-0/+23
* FakeVim: implement C-r{register} in insert modeThorben Kroeger2015-04-141-0/+8
* FakeVim: add unit tests for recent commitsThorben Kroeger2015-03-261-0/+16
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | FakeVim: Select and modify paragraph objectLukas Holecek2014-11-251-0/+426
* | FakeVim: Uppercase register appends to lowercaseLukas Holecek2014-11-211-0/+37
* | FakeVim: Indent block correctlyLukas Holecek2014-11-181-0/+53
* | FakeVim: Correct behavior of command "D" in visual block modeLukas Holecek2014-11-181-0/+15
* | FakeVim: Allow to use "i<C-O>v"Lukas Holecek2014-11-171-0/+2
* | FakeVim: Added tests for cursor target columnLukas Holecek2014-11-121-0/+141
* | FakeVim: Remove default escape key press from testsLukas Holecek2014-11-121-5/+23
* | FakeVim: Don't change cursor column after 'yy' commandLukas Holecek2014-11-051-0/+3
* | FakeVim: Properly replay macro with command lineLukas Holecek2014-11-031-0/+19
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-291-1/+1
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
* | FakeVim: Factor out some test codehjk2014-09-231-33/+38
* | Remove Qt version checks.Christian Kandeler2014-09-081-5/+1
|/
* FakeVim: Allow to jump to the first quoted block on linehluk2014-05-051-0/+9
* FakeVim: Move cursor when repeating 't' command once with ';'hluk2014-04-281-0/+13
* FakeVim: Fixes for insert/change in visual modehluk2014-02-111-17/+98
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | FakeVim: Fix mappings in insert modehluk2013-12-301-0/+11
* | FakeVim: Use registers 0, 1 and -hluk2013-12-301-0/+39
* | FakeVim: Command % jumps to first known parenthesis characterhluk2013-12-301-0/+84
* | Merge remote-tracking branch 'origin/3.0'Eike Ziller2013-12-031-0/+11
|\|
| * FakeVim: Fix infinite loop when replacing empty texthluk2013-12-031-0/+11
* | FakeVim: Dot command works for letter case commands in visual modehluk2013-10-101-0/+13
|/
* FakeVim: Fix searching in visual mode and with commandshluk2013-09-191-0/+26
* FakeVim: Add another autotest for 'w'hjk2013-09-111-0/+6
* FakeVim: Explicitly enable some options for testshluk2013-09-051-1/+4
* EditorManager: Use static pattern, adjust surrounding codehjk2013-08-301-1/+1
* FakeVim: Escape '>' character in mappingshluk2013-08-291-0/+4
* FakeVim: Operator-pending mappingshluk2013-08-131-0/+15
* FakeVim: Check first character on line with 'F' and 'T' commandshluk2013-08-121-0/+11
* FakeVim: Bracket movement commandshluk2013-08-061-0/+128
* FakeVim: Monitor inserted text using signals from QTextDocumenthluk2013-08-051-7/+39
* FakeVim: Select/unselect line break in visual selectionhluk2013-05-311-0/+8
* FakeVim: Fix behavior of 'dw' commandhluk2013-05-311-0/+15
* FakeVim: Emulate insert mode more preciselyhluk2013-05-061-0/+15
* FakeVim: Fixes and more tests for visual block modehluk2013-04-241-0/+35
* FakeVim: Don't overuse cursor setting and scrolling in editorhluk2013-04-191-0/+354
* FakeVim: Reworked undo/redohluk2013-04-081-1/+2
* FakeVim: More precise scrollinghluk2013-04-081-7/+6
* FakeVim: Option 'passcharacters' (not in Vim)hluk2013-04-041-0/+1