aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fakevim
Commit message (Expand)AuthorAgeFilesLines
* fakevim: Incorrect commands with nested parentheseshluk2012-07-181-8/+81
* Fix qbs code styleYuchen Deng2012-06-191-1/+1
* ActionManager API cleanup.Eike Ziller2012-05-251-15/+6
* Mac: Avoid more Opt+<char> shortcuts.Eike Ziller2012-05-231-2/+2
* Get rid of lots of ifdef Q_OS_MAC for shortcuts.Eike Ziller2012-05-231-4/+2
* IOptionsPage: replace virtual fuctions by data membershjk2012-05-231-29/+27
* editormanager: simplify use of interfacehjk2012-05-111-11/+7
* fakevim: fix :!cmd if there is no selectionhjk2012-05-081-13/+18
* Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-05-074-12/+31
|\
| * fakevim: restrict tabstop and shiftwidth spinbox to range 1..80hjk2012-05-031-2/+8
| * fakevim: don't allow non-positive numbers for tabstop and shiftwidthhjk2012-05-033-10/+23
* | Add FakeVim category icon to all option pagesDaniel Teske2012-05-031-2/+4
* | Compile after qt5/qtbase commit 75a0c7f9Bradley T. Hughes2012-04-301-1/+1
* | fakevim: make sure pending input is only processed oncehjk2012-04-171-7/+6
* | Merge remote-tracking branch 'origin/2.5'Oswald Buddenhagen2012-04-161-2/+2
|\|
| * fakevim: respect count for < and > in visual modehjk2012-04-111-2/+2
* | qbs files: use Qt5 module dependenciesJoerg Bornemann2012-04-101-1/+1
* | Added TextEditor commands FollowSymbol and JumpToFile.Konstantin Tokarev2012-03-281-3/+1
* | Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-03-121-1/+1
|\|
| * fakevim: fix handling of the 'Enter' key on the number blockhjk2012-03-091-1/+1
* | Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-03-081-1/+1
|\|
| * Replaced one-char-stringsRobert Loehning2012-03-071-1/+1
* | Port Qt Creator to the new plugin system of Qt 5.Friedemann Kleint2012-03-021-0/+1
|/
* qbs: CleanupOrgad Shaneh2012-02-281-4/+1
* fakevim: fix repeating 'ciw'Martin Aumùˆller2012-02-211-1/+4
* add qbs filesJoerg Bornemann2012-02-201-0/+33
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-8/+8
* Removed module names from #include directives.Erik Verbruggen2012-02-155-53/+53
* Long live the king!hjk2012-01-266-6/+6
* Replace Q_WS_MAC with Q_OS_MAC.Morten Johan Sorvig2012-01-261-1/+1
* Core::Filemanager: make some methods statichjk2012-01-251-4/+3
* Use new static ICore interface.hjk2012-01-241-22/+19
* Let Command construct its description (former defaultText) itself.Eike Ziller2012-01-121-10/+1
* FakeVim: Fix gcc warning about unused variableKai Koehne2012-01-061-3/+1
* fakevim: fix cursor column after up/down in replace modehjk2011-12-301-0/+1
* fakevim: rework undo/redo cursor positioninghjk2011-12-271-45/+61
* fakevim: implement ctrl-a and ctrl-xhjk2011-12-271-5/+46
* fakevim: more vim-ish cursor positioning after undo/redohjk2011-12-261-2/+3
* fakevim: record position before first keystroke as jump targethjk2011-12-261-0/+8
* Add commands :AS and :AVRainer Keller2011-12-121-0/+6
* fakevim: make <Esc> and <CR> case insensitivehjk2011-12-081-3/+11
* fakevim: bs=2 "has" starthjk2011-11-301-1/+3
* fakevim: fix off-by-one when creating range from current linehjk2011-11-291-4/+2
* fakevim: implement '&'hjk2011-11-281-66/+111
* fakevim: implement gmhjk2011-11-281-1/+8
* fakevim: implement `. and '.hjk2011-11-281-2/+15
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-251-1/+1
|\
| * fakevim: fix cursor positioning after ]] etc.hjk2011-11-181-0/+1
| * tr() fix in fakevimpluginRobert Loehning2011-11-181-1/+1
* | UI files: Do not polute the global Ui namespaceTobias Hunger2011-11-241-3/+3