summaryrefslogtreecommitdiff
path: root/src/plugins/fakevim
Commit message (Expand)AuthorAgeFilesLines
* Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-2/+2
* FakeVim: Compile fixRobert Loehning2015-01-051-1/+1
* FakeVim: Update inserted text data only in focused editorLukas Holecek2015-01-051-1/+15
* fix spelling commmand -> commandTim Jenssen2014-12-191-4/+4
* Merge remote-tracking branch 'origin/3.3'Eike Ziller2014-12-101-4/+7
|\
| * FakeVim: Relative numbering is enabled only in FakeVim modeLukas Holecek2014-12-021-4/+7
* | FakeVim: Set correct cursor shape if submitted search failedLukas Holecek2014-12-081-2/+8
* | FakeVim: Select and modify paragraph objectLukas Holecek2014-11-253-16/+558
* | FakeVim: Fix invalid cursor position warningsLukas Holecek2014-11-251-1/+1
* | FakeVim: Uppercase register appends to lowercaseLukas Holecek2014-11-212-9/+57
* | FakeVim: Stop waiting for incomplete mapping after intervalLukas Holecek2014-11-211-1/+1
* | FakeVim: Use correct text cursor position when focusing editorLukas Holecek2014-11-211-1/+2
* | fix MSVC2010 buildTim Jenssen2014-11-191-1/+1
* | FakeVim: Monitor external cursor movement only with FakeVim enabledLukas Holecek2014-11-192-2/+6
* | FakeVim: Remove superfluous dot command changesLukas Holecek2014-11-191-55/+60
* | FakeVim: Refactor text transformation and yankLukas Holecek2014-11-191-141/+58
* | FakeVim: Indent block correctlyLukas Holecek2014-11-182-7/+75
* | FakeVim: Text cursor is thin when selecting text with mouseLukas Holecek2014-11-181-25/+109
* | FakeVim: Added helper function to retrieve character at a positionLukas Holecek2014-11-181-22/+19
* | FakeVim: Correct behavior of command "D" in visual block modeLukas Holecek2014-11-183-7/+24
* | FakeVim: Remove superfluous cursor shape changesLukas Holecek2014-11-171-24/+18
* | FakeVim: Removed unneeded variableLukas Holecek2014-11-171-18/+0
* | FakeVim: Save last change position directly to marksLukas Holecek2014-11-171-8/+9
* | FakeVim: Remove superfluous status bar updatesLukas Holecek2014-11-171-27/+6
* | FakeVim: Update internal cursor if it changes externallyLukas Holecek2014-11-171-203/+160
* | FakeVim: Allow to use "i<C-O>v"Lukas Holecek2014-11-172-1/+5
* | Fakevim: Refactor entering and leaving modesLukas Holecek2014-11-171-65/+64
* | FakeVim: Fix indentation commandsLukas Holecek2014-11-171-3/+12
* | FakeVim: Fix target column when leaving insert modeLukas Holecek2014-11-121-2/+6
* | FakeVim: Set correct target column for "|" commandLukas Holecek2014-11-121-1/+4
* | FakeVim: Fix target column for visual movement commandsLukas Holecek2014-11-121-0/+3
* | FakeVim: Added tests for cursor target columnLukas Holecek2014-11-122-0/+147
* | FakeVim: Remove default escape key press from testsLukas Holecek2014-11-121-5/+23
* | Merge remote-tracking branch 'origin/3.3'Eike Ziller2014-11-121-2/+0
|\ \ | |/
| * qbs build: Remove unneeded import statements.Christian Kandeler2014-11-101-2/+0
* | FakeVim: Handle more commands as aliasesLukas Holecek2014-11-101-46/+19
* | FakeVim: Test some sub-modes in functionsLukas Holecek2014-11-101-68/+78
* | FakeVim: Added helper functionsLukas Holecek2014-11-101-35/+57
* | Merge remote-tracking branch 'origin/3.3'Eike Ziller2014-11-061-4/+8
|\ \ | |/
| * FakeVim: Fix line selection for wrapped lineshjk2014-11-031-4/+5
| * FakeVim: Properly replay macro with insert modeLukas Holecek2014-11-031-0/+3
* | FakeVim: Refactor cutting textLukas Holecek2014-11-051-77/+34
* | FakeVim: Move common movement operations to functionsLukas Holecek2014-11-051-114/+69
* | FakeVim: Don't change cursor column after 'yy' commandLukas Holecek2014-11-052-0/+5
* | FakeVim: Properly replay macro with command lineLukas Holecek2014-11-032-1/+24
* | FakeVim: Simpler handling for command synonymsLukas Holecek2014-11-031-38/+21
* | FakeVim: Yank wrapped lines with 'Y' an 'yy'Lukas Holecek2014-11-031-39/+37
|/
* FakeVim: Use a bool to indicate recording, not QString::isNullhjk2014-10-211-14/+18
* Debugger: Consolidate RunControl creationhjk2014-10-201-1/+0
* Remove probably outdated QShortcut includeNikita Baryshnikov2014-10-151-9/+3