aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fakevim
Commit message (Expand)AuthorAgeFilesLines
* FakeVim: Don't handle command mapping further if editor was closedhluk2014-04-281-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
* | FakeVim: Added Vim commands "g0", "g^" and "g$"hluk2013-12-301-27/+71
* | FakeVim: Added Vim commands "gj" and "gk"hluk2013-12-301-11/+72
* | Preferences: Add default implementation for filteringEike Ziller2013-12-101-128/+112
* | Fix tooltips' texts.jkobus2013-12-041-2/+2
* | Merge remote-tracking branch 'origin/3.0'Eike Ziller2013-12-032-1/+24
|\|
| * FakeVim: Fix infinite loop when replacing empty texthluk2013-12-032-1/+24
* | Merge remote-tracking branch 'origin/3.0'Eike Ziller2013-12-021-3/+12
|\|
| * FakeVim: Prevent crash in scrollToLine with Qt 4hjk2013-12-021-3/+12
* | FakeVim: Don't overwrite document with ":!..." commandshluk2013-11-282-20/+55
* | Merge remote-tracking branch 'origin/3.0'Eike Ziller2013-11-271-0/+3
|\|
| * Fakevim: Delete wordprovider againTobias Hunger2013-11-271-0/+3
* | Merge remote-tracking branch 'origin/3.0'Eike Ziller2013-11-251-5/+4
|\|
| * FakeVim: Fix control modifier testOrgad Shaneh2013-11-221-5/+4
* | Merge remote-tracking branch 'origin/3.0'Eike Ziller2013-11-221-3/+9
|\|
| * FakeVim: Get rid of signed/unsigned compare compiler warninghluk2013-11-211-3/+9
* | Merge remote-tracking branch 'origin/3.0'Eike Ziller2013-10-291-18/+11
|\|