summaryrefslogtreecommitdiff
path: root/src/plugins/fakevim
Commit message (Expand)AuthorAgeFilesLines
* Version bump.con2011-02-041-5/+5
* It's 2011 now.con2011-01-129-9/+9
* License headers.con2010-12-178-56/+88
* fakevim: Fix cursor movement in insert mode on Mac.Arvid Ephraim Picciani2010-12-131-1/+4
* Version bump.con2010-12-021-5/+5
* Version bump.con2010-11-021-5/+5
* Fix previous fakevim fix (make slot actually a slot)con2010-10-211-1/+1
* Prevent crash when closing Qt Creator while cdb session is running.con2010-10-201-0/+10
* fakevim: fix :wq complaint when writing to the current file.hjk2010-10-111-1/+3
* fakevim: fix 'Delete' in insert mode to delete exactly one char againhjk2010-10-111-0/+1
* version bump: 2.0.92 -> 2.0.93hjk2010-10-081-5/+5
* version bump: 2.0.91 -> 2.0.92v2.1.0-betahjk2010-10-071-5/+5
* fakevim: reset op count when leaving insert modehjk2010-10-011-0/+2
* fakevim: use more of base text's cursor handlinghjk2010-09-291-21/+7
* version bump 2.0.90 -> 2.0.91hjk2010-09-271-5/+5
* fakevim: disable Shift-Up style keyboard selection in insert mode.hjk2010-09-271-5/+2
* fakevim: fix anchor setting after %hjk2010-09-271-2/+2
* fakevim: add an option to pass Control + <x> directly to Creator corehjk2010-09-245-2/+24
* fakevim: disable completion on each keystroke.hjk2010-09-211-2/+2
* fakevim: fake tab completionhjk2010-09-211-0/+7
* fakevim: move "status line" to the main statusbarhjk2010-09-171-12/+20
* UI text - fix capitalizationLeena Miettinen2010-09-171-1/+1
* fakevim: bind automatic code completion to InsertModehjk2010-09-171-7/+2
* fakevim: fix 'O'hjk2010-09-161-6/+2
* fakevim: fix anchor positioning in insert modehjk2010-09-161-0/+1
* fakevim: co-operate with code completion againhjk2010-09-161-5/+11
* fakevim: fix '#'hjk2010-09-161-1/+1
* fakevim: fix backspace at start of line in insert modehjk2010-09-151-0/+1
* fakevim: handle editors that get removed during execution of a commandhjk2010-09-151-5/+4
* fakevim: use QTextCursor for fakevim markshjk2010-09-153-76/+12
* fakevim: fix 'o'hjk2010-09-141-0/+1
* fakevim: fix 'A'hjk2010-09-141-0/+1
* fakevim: fix undohjk2010-09-141-1/+2
* fakevim: more selection refactoringhjk2010-09-141-79/+67
* fakevim: more selection refactoringhjk2010-09-145-242/+180
* fakevim: cursor refactoringhjk2010-09-141-185/+209
* fakevim: create a document() accessor function.hjk2010-09-141-40/+35
* fakevim: use main editor selectionhjk2010-09-143-9/+54
* fakevim: make :q after :sp more vim-ishhjk2010-09-081-3/+10
* fakevim: code cosmeticshjk2010-09-081-18/+23
* replace version 2.1.80 by 2.0.90hjk2010-08-301-5/+5
* Fix krazy issues: Use explicit constructorsTobias Hunger2010-08-271-1/+1
* 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