summaryrefslogtreecommitdiff
path: root/src/plugins/fakevim
Commit message (Expand)AuthorAgeFilesLines
* Fixes: change file license headers to include LGPLhjk2009-02-255-105/+85
* Merge branch '1.0.0' into master-masterOswald Buddenhagen2009-02-241-5/+5
|\
| * Fixes: - Updated version numbercon2009-02-241-5/+5
* | Merge branch '1.0.0' into masterOswald Buddenhagen2009-02-231-2/+2
|\ \ | |/
| * Fixes: commands: rename FakeVim.InstallHandler -> TextEditor.FakeVimHandlerhjk2009-02-201-2/+2
* | fakevim: fix repetition for dh/j/k/lMartin Aumueller2009-02-171-4/+4
* | fakevim: fix backward deletion/changeMartin Aumueller2009-02-171-0/+5
* | fakevim: 'I' would replace text between current position and first non-blank ...Martin Aumueller2009-02-171-1/+1
* | fakevim: let Esc correctly cancel not yet complete commandsMartin Aumueller2009-02-171-2/+7
* | fakevim: indent correctly after return keyMartin Aumueller2009-02-171-1/+2
* | fakevim: remove dead codeMartin Aumueller2009-02-171-73/+0
* | fakevim: make 'c$' repeatable with '.'Martin Aumueller2009-02-171-1/+1
* | fakevim: also repeat insertion with '.'Martin Aumueller2009-02-171-1/+6
* | fakevim: d$ and D would delete newlineMartin Aumueller2009-02-171-1/+3
* | fakevim: use QTextDocument's undo/redo operationsMartin Aumueller2009-02-171-0/+26
* | fakevim: 0 would go to first non-blank instead of first character of a line,Martin Aumueller2009-02-111-1/+4
* | fakevim: implement indenting a block and autoindentMartin Aumueller2009-02-113-3/+52
* | fakevim: dj/dk would not delete whole linesMartin Aumueller2009-02-111-0/+4
* | fakevim: implement 'gg' for moving to first lineMartin Aumueller2009-02-111-1/+9
* | fakevim: implement paren matching w/o making FakeVimHandler depend on Qt Crea...Martin Aumueller2009-02-113-0/+50
* | fakevim: if Escape key serves no function, ignore it and let it be handled by...Martin Aumueller2009-02-111-0/+2
* | Fixes: fakevim: <Space> moves right nowhjk2009-02-091-1/+1
* | Fixes: fakevim: keep selection when moving in and out fakevimhjk2009-02-051-14/+53
|/
* Fixes: fakevim: fix crash when installed on binary editorhjk2009-02-041-0/+4
* Fixes: fakevim: fix crash when trying to install on empty editorhjk2009-02-041-0/+5
* Fixes: - Copyright datecon2009-02-041-1/+1
* Fixes: fakevim: rough Ctrl-O/Ctrl-I implementationhjk2009-01-281-0/+25
* Fixes: fakevim: 'dd' and 'cc' are linewise motionshjk2009-01-281-5/+2
* Fixes: fakevim: fix cWhjk2009-01-281-1/+7
* Fixes: fakevim: 'cw' was off by one againhjk2009-01-281-5/+9
* Fixes: fakevim: explicitly make 'l' an 'exclusive' motionhjk2009-01-281-0/+2
* Fixes: fakevim: code cosmeticshjk2009-01-281-26/+5
* Fixes: debugger: sort array and list indices numericallyhjk2009-01-281-0/+1
* Fixes: fakevim: ignore remaining Ctrl combinations in insert modehjk2009-01-271-0/+2
* Fixes: fakevim: put text cut by 'X' into proper registerhjk2009-01-271-5/+1
* Fixes: fakevim: remove '-- PASSING --' message when 'passing'hjk2009-01-271-0/+1
* Fixes: fakevim: make 'd' use the yank buffer also in visual line modehjk2009-01-271-3/+2
* Fixes: fakevim: disable main cursor in search modehjk2009-01-271-0/+1
* Fixes: fakevim: use proper QObject parent for handlerhjk2009-01-272-5/+1
* Fixes: fakevim: show column/line information in standalone applicationhjk2009-01-271-14/+15
* Fixes: fakevim: fix cursor positioning after searchhjk2009-01-271-0/+6
* Fixes: fakevim: more 'z' commandshjk2009-01-271-7/+17
* Fixes: fakevim: implement 'zz'hjk2009-01-271-0/+3
* Fixes: fakevim: implement 'z.'hjk2009-01-271-0/+4
* Fixes: fakevim: improvements for 'o' and 's'hjk2009-01-271-7/+12
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-1/+1
* Fixes: fakevim: fix 'y' in visual line mode; also try to hidehjk2009-01-261-6/+24
* Fixes: fakevim: implement ';'hjk2009-01-261-1/+24
* Fixes: fakevim: suppress cursor when in ex modehjk2009-01-261-15/+11
* Fixes: fakevim: link fixhjk2009-01-261-2/+7