summaryrefslogtreecommitdiff
path: root/src/plugins/fakevim
Commit message (Expand)AuthorAgeFilesLines
* Typos spotted while translatingJarek Kobus2010-08-191-1/+1
* fakevim: slightly better support for regular expressions in search patternshjk2010-08-161-5/+13
* fakevim: Fix mark interpretion for d'a etc.hjk2010-08-111-0/+4
* fakevim: improve selection interaction with main text editorhjk2010-08-115-7/+67
* fakevim: fix indentation of first line after >iB and >ibhjk2010-08-111-1/+3
* Get rid of the old deprecated indenter.Roberto Raggi2010-08-102-2/+0
* fakevim: make recognition of ex command names similar to vi'shjk2010-07-143-33/+39
* fakevim: implement :onlyhjk2010-07-141-0/+3
* fakevim: implement :nohlsearchhjk2010-07-141-0/+13
* fakevim: implement some of the :bn/bp commandshjk2010-07-143-34/+33
* fakevim: reduce line noisehjk2010-07-141-30/+32
* fakevim: implement Ctrl-J, Ctrl-N, Ctrl-Phjk2010-07-141-2/+3
* fakevim: implement [( and ])hjk2010-07-141-0/+4
* fakevim: implement [{ and ]}hjk2010-07-142-14/+85
* Add flag to IPlugin::aboutToShutdown that allows asynchronous shutdown.con2010-07-132-2/+3
* Merge commit '52b9fcca2ddd5d5e95c6e13cbded018699c7dd68' (origin/2.0)con2010-07-131-35/+51
|\
| * fakevim: fix mark positions after <Delete>hjk2010-07-061-16/+21
| * fakevim: fix backspace in the presence of physical tabshjk2010-07-061-7/+14
| * fakevim: fix insertion of tabs in insert modehjk2010-07-061-7/+11
| * fakevim: fix insert of tabs when shifting to the righthjk2010-07-061-5/+5
| * fakevim: make Ctrl-V <Tab> and Ctrl-V <Return> work in Insert and Ex modehjk2010-07-061-21/+46
| * fakevim: fix up/down movement in the presence of real tabshjk2010-07-061-58/+88
| * fakevim: fix insert of Tabshjk2010-07-061-1/+1
| * fakevim: fix Delete key in command modehjk2010-06-231-4/+4
| * fakevim: fix '$' handling on Finnish keyboardshjk2010-06-231-1/+3
* | fakevim: fix up/down movement in the presence of real tabshjk2010-07-061-58/+88
* | fakevim: fix insert of Tabshjk2010-07-061-1/+1
* | fakevim: make Ctrl-V <Tab> and Ctrl-V <Return> work in Insert and Ex modehjk2010-07-061-21/+46
* | Core::Context: remove special handling of C_GLOBAL_ID/C_GLOBALhjk2010-06-281-1/+1
* | core: use a class derived from QList<int> instead of a QList<int> for Core::C...hjk2010-06-251-2/+1
* | fakevim: fix Delete key in command modehjk2010-06-231-4/+4
* | fakevim: fix '$' handling on Finnish keyboardshjk2010-06-231-1/+3
* | Merge branch '2.0'Thorbjørn Lindeijer2010-06-151-2/+2
|\ \ | |/
| * Fixed handling of text wrapping and a text layout corner caseThorbjørn Lindeijer2010-06-151-2/+2
| * Version update to match the planned version naming.con2010-06-111-5/+5
* | Version update to match the planned version naming.con2010-06-111-5/+5
* | Fix preprocessor directivesTobias Hunger2010-06-101-2/+2
* | Merge remote branch 'origin/2.0'con2010-06-081-1/+8
|\ \ | |/
| * Version bump.con2010-06-071-5/+5
| * fakevim: fix cursor keys on Mac.hjk2010-06-041-0/+6
| * fakevim: clear opcount and mvcount on escapehjk2010-06-041-1/+2
| * fakevim: synchronize with masterhjk2010-06-026-970/+1385
* | fakevim: implement {}/[]/<>-block text objectshjk2010-06-041-4/+22
* | fakevim: use basetext indentation access instead of the cppeditor based onehjk2010-06-033-32/+44
* | fakevim: code cosmetics.hjk2010-06-021-2/+1
* | fakevim: fix (again) 'r' at last position of a linehjk2010-05-281-4/+13
* | fakevim: cleanup 'r' handlinghjk2010-05-281-36/+31
* | fakevim: fix undo after cjaaa<Esc>hjk2010-05-201-4/+19
* | fakevim: implement :reg[isters]hjk2010-05-201-1/+36
* | Merge remote branch 'origin/2.0'con2010-05-201-9/+10
|\ \ | |/