summaryrefslogtreecommitdiff
path: root/src/plugins/fakevim/fakevimplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-251-1/+1
|\
| * tr() fix in fakevimpluginRobert Loehning2011-11-181-1/+1
* | mostly core and analyzer: more id-ficationhjk2011-11-151-1/+1
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\ \ | |/
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | more Id type fixeshjk2011-11-101-11/+11
|/
* Implement Code Style schemesJarek Kobus2011-09-231-6/+9
* fakevim: string literalshjk2011-09-131-13/+13
* fakevim: make toggle action scriptablehjk2011-09-131-1/+1
* core: rename uniqueidmanager.{cpp,h} as the class UniqueIdManager is gonehjk2011-09-051-1/+1
* fakevim: save a few string->int->string roundtripshjk2011-09-051-43/+37
* core: progress on the QString->QByteArray for Core::Id, remove UniqueIDManagerhjk2011-09-051-9/+4
* Editors: Enhance smart backspace behaviorLeandro Melo2011-08-181-1/+2
* Merge remote-tracking branch 'origin/2.3'Eike Ziller2011-08-161-4/+4
|\
| * fakevim: fix action used in Edit->Advancedhjk2011-08-151-4/+4
* | fakevim: remove now unneeded oldTabSettingshjk2011-08-051-1/+0
* | Refactor: Get rid of BaseTextEditorWidget from IndenterJarek Kobus2011-08-051-4/+1
* | fakevim: more interaction for entering ex commandshjk2011-08-011-10/+55
|/
* tr()-fixes for 2.3.Friedemann Kleint2011-06-141-0/+1
* Make C++ code style configurable.Christian Kamm2011-05-241-1/+2
* New code assist APILeandro Melo2011-05-181-103/+109
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* remove superfluous argumentOswald Buddenhagen2011-04-181-1/+1
* file manager: introduce saveFile() and remove blockFileChange() & unblockFile...Oswald Buddenhagen2011-04-181-4/+1
* Merge branch '2.2'Oswald Buddenhagen2011-04-141-14/+13
|\
| * Update license.hjk2011-04-131-14/+13
* | Compile fixFriedemann Kleint2011-04-061-1/+1
* | FakeVim: Add missing endArray() to settings readingdt2011-04-061-0/+1
* | fakevim: allow main texteditor to call into fakevimhjk2011-04-051-18/+269
|/
* fakevim: fix crash in ex command mappinghjk2011-03-171-12/+18
* fakevim: simplify pointer handling in ex command mappinghjk2011-03-171-67/+37
* fakevim: fix persistence of user defined :ex commandshjk2011-03-021-32/+39
* fakevim: fix leaking commanditemshjk2011-02-241-2/+1
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-18/+18
* Text editor: Introduce per project settingsLeandro Melo2011-02-211-3/+6
* completion: enable multiple completors for different use cases.hjk2011-02-211-6/+15
* fakevim: work on 'dumb' completionhjk2011-02-181-130/+189
* It's 2011 now.con2011-01-121-1/+1
* Start on some cleanup of EditorManager API and usage.con2011-01-051-1/+1
* fakevim: start with work on Ctrl-N/Ctrl-Phjk2010-12-211-0/+104
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Compile fix for pedantic C++ compilers.Roberto Raggi2010-12-161-10/+10
* | fakevim: add infrastructure for Ctrl-W + <Right> etchjk2010-12-131-16/+117
* | Update the filter matches for the settings dialog.con2010-12-011-12/+17
* | Editors: Continue refactoring indenters out of the editors.Leandro Melo2010-11-091-2/+3
* | Fix exported headers in Core and TextEditor.Friedemann Kleint2010-11-011-1/+1
* | fakevim: ':set noic'/':set ic' was invertedMartin Aumüller2010-10-261-2/+2
* | fakevim: don't send ':set ic' and ':set noic' to handler in order to avoid wa...Martin Aumüller2010-10-261-1/+1
* | Merge remote branch 'origin/2.1'Oswald Buddenhagen2010-10-251-0/+10
|\ \ | |/