summaryrefslogtreecommitdiff
path: root/src/plugins/fakevim
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Icon update.con2010-05-181-9/+10
* | fakevim: remove two global static objectshjk2010-05-191-35/+52
* | fakevim: refactor searchinghjk2010-05-191-144/+192
* | fakevim: prepare for better integration with creator corehjk2010-05-195-224/+219
* | fakevim: allow ':mak' shortcut for ':make'hjk2010-05-191-19/+19
* | fakevim: fix range parsing if only start line is givenhjk2010-05-191-2/+4
* | fakevim: uniformly use double quote around file names in status messageshjk2010-05-181-11/+9
* | fakevim: set target column and mark after undo/redo, 'o' and 'O' and Returnhjk2010-05-181-17/+24
* | Merge remote branch 'origin/2.0'con2010-05-172-4/+4
|\ \ | |/
| * Doc - UI - Fix UI text capitalization to follow the KDE Style Guide rules.Leena Miettinen2010-05-142-4/+4
* | fakevim: ~ uses 'exclusive' motionhjk2010-05-121-0/+3
* | fakevim: rework range passinghjk2010-05-121-119/+95
* | fakevim: rework support for markshjk2010-05-111-210/+272
* | fakevim: consolidate Key_Return and Key_Backspace handlinghjk2010-05-111-12/+22
* | fakevim: add option to show positions of marks in the main text editorhjk2010-05-115-18/+35
* | fakevim: add some debugging outputhjk2010-05-101-1/+1
* | fakevim: try to "export" also block selections.hjk2010-05-101-6/+8
* | fakevim: don't import a selection if there wasn't onehjk2010-05-101-1/+3
* | fakevim: small fixeshjk2010-05-101-8/+11
* | fakevim: fix crash on shutdownhjk2010-05-101-2/+6
* | fakevim: import texteditor selection from base text editor as soon as ithjk2010-05-071-20/+58
* | famevim: make <C-.> etc work in mappingshjk2010-05-071-28/+68
* | fakevim: add some debugging code to track down unexpected mark changeshjk2010-05-071-10/+18
* | fakevim: remove m_beginEditBlock hack. This is not needed with Qt 4.7 anymore.hjk2010-05-061-23/+11
* | fakevim: consolidate transformation related codehjk2010-05-061-75/+59