summaryrefslogtreecommitdiff
path: root/src/plugins/fakevim
Commit message (Expand)AuthorAgeFilesLines
* Always pass Core::Id by value.Christian Kandeler2014-07-011-5/+5
* Editor: Blockselection rewrite.David Schulz2014-06-203-23/+45
* CleanUp usage of QtAlgorithmsNikita Baryshnikov2014-06-171-3/+2
* Make document model API more consistent with entry vs documentEike Ziller2014-06-131-2/+2
* FakeVim: Move setting category icon from Core to FakeVimAlessandro Portale2014-06-025-1/+10
* FakeVim: Fix conditionsOrgad Shaneh2014-05-191-2/+2
* DocumentModel: Make interface statichjk2014-05-131-3/+3
* FakeVim: Share some data among editors with same documenthluk2014-05-051-164/+216
* FakeVim: Allow to jump to the first quoted block on linehluk2014-05-052-1/+10
* FakeVim: Explicitly use DirectConnection for slots that return valuesOrgad Shaneh2014-05-051-4/+4
* Merge remote-tracking branch 'origin/3.1'Eike Ziller2014-05-021-1/+1
|\
| * FakeVim: Don't handle command mapping further if editor was closedhluk2014-04-281-1/+1
* | FakeVim: Allow unicode input using Ctrl-V in insert modehjk2014-04-281-13/+89
* | FakeVim: Commands 'v', 'V' and 'C-v' work in visual modehluk2014-04-281-3/+2
* | FakeVim: Command 'gv' restores visual selection after yankinghluk2014-04-281-2/+3
* | FakeVim: Move cursor when repeating 't' command once with ';'hluk2014-04-282-21/+28
* | Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-221-1/+1
|/
* FakeVim: Check handler pointer before using ithjk2014-04-021-0/+1
* FakeVim: Show command output in new editor instead of dialoghluk2014-04-011-4/+6
* FakeVim: Fix cw on white spacehjk2014-03-251-1/+1
* Fix tooltips, add lacking dotsJarek Kobus2014-03-131-1/+1
* use new base import style in qbs filesJoerg Bornemann2014-03-111-1/+1
* FakeVim: Fix punctuation of messagesLeena Miettinen2014-03-061-1/+1
* Fix some typosSergio Ahumada2014-03-051-1/+1
* FakeVim: Allow to insert space on <S-SPACE>hluk2014-02-271-2/+2
* FakeVim: Save and restore cursor if handling custom Ex commandhluk2014-02-211-3/+15
* FakeVim: Keep visual selection when focusing editorhluk2014-02-191-1/+5
* FakeVim: Update text cursor when leaving search sub-modehluk2014-02-191-0/+2
* Use PathChooser on FakeVimOptionPageRobert Loehning2014-02-192-36/+18
* CodeAssistant: Replace virtual with QTC_OVERRIDEOrgad Shaneh2014-02-171-6/+7
* Qbs/qmake: Fix dependencies of pluginsTobias Hunger2014-02-112-1/+8
* FakeVim: Fixes for insert/change in visual modehluk2014-02-113-121/+274
* FakeVim: Differentiate between <S-SPACE> and <SPACE> and othershluk2014-02-111-2/+11
* FakeVim: Don't touch cursor on focus in.hjk2014-02-021-1/+1
* Provide parent to getOpenFileName() and getSaveFileName()Robert Loehning2014-01-311-1/+1
* DocumentManager: Refactor saveModified methodsTobias Hunger2014-01-231-2/+3
* Fix FakeVim tests compilationOrgad Shaneh2014-01-222-0/+27
* FakeVim: Support for relative line numberinghluk2014-01-224-1/+165
* FakeVim: Toggle boolean option and print optionhluk2014-01-211-24/+36
* FakeVim: Remove redundant variablehluk2014-01-211-18/+15
* FakeVim: Select matched text when searching backwardshluk2014-01-211-0/+1
* TextEditors: Remove tabSettings() from widgetEike Ziller2014-01-211-3/+3
* TextEditors: Move indenter to document.Eike Ziller2014-01-151-2/+2
* Core: Merge Find and Locator into Core pluginhjk2014-01-143-18/+15
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-088-28/+57
|\
| * Incremented year in copyright infoRobert Loehning2014-01-088-8/+8
| * FakeVim: Reset FakeVim properly after user commandhluk2013-12-201-20/+49
* | FakeVim: Fix mappings in insert modehluk2013-12-302-6/+23
* | FakeVim: Use registers 0, 1 and -hluk2013-12-302-2/+60
* | FakeVim: Command % jumps to first known parenthesis characterhluk2013-12-303-4/+100