summaryrefslogtreecommitdiff
path: root/src/plugins/fakevim
Commit message (Expand)AuthorAgeFilesLines
* Update license.hjk2011-04-136-84/+78
* FakeVim: Fix Ctrl+ shortcuts on Mac.con2011-03-311-1/+7
* fakevim: update search history after <Esc> in incremental searchhjk2011-03-281-5/+10
* fakevim: fix :s, :d, :>, and :< in case of empty line specshjk2011-03-281-8/+25
* 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: prevent endless loop when highlighting search results for $hjk2011-03-021-1/+1
* Fix Krazy code scanning tool warnings (QString, loops, spelling).Friedemann Kleint2011-02-251-1/+1
* fakevim: fix leaking commanditemshjk2011-02-241-2/+1
* fix a few krazy warningshjk2011-02-231-3/+3
* 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-184-135/+202
* fakevim: remove dead codehjk2011-01-124-203/+0
* It's 2011 now.con2011-01-129-9/+9
* Compile fixcon2011-01-071-3/+0
* fakevim: remove dependencies on projectexplorer and cppeditorhjk2011-01-061-2/+0
* Start on some cleanup of EditorManager API and usage.con2011-01-051-1/+1
* fakevim: implement 's' in visual block modehjk2010-12-211-0/+12
* fakevim: start with work on Ctrl-N/Ctrl-Phjk2010-12-213-1/+120
* Merge branch '2.1'con2010-12-178-56/+88
|\
| * 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
* | Removed stray tokens and fixed warnings/errors when compiling with pedantic C...Roberto Raggi2010-12-162-7/+7
* | Compile fix for pedantic C++ compilers.Roberto Raggi2010-12-162-11/+11
* | fakevim: add infrastructure for Ctrl-W + <Right> etchjk2010-12-131-16/+117
* | Update the filter matches for the settings dialog.con2010-12-012-15/+20
* | Editors: Continue refactoring indenters out of the editors.Leandro Melo2010-11-091-2/+3
* | dynamically replace creator version during buildOswald Buddenhagen2010-11-031-5/+5
* | centralize addition of pluginspecs to OTHER_FILESOswald Buddenhagen2010-11-031-1/+0
* | Fix spelling in commentsTobias Hunger2010-11-031-1/+1
* | fakevim: Fix cursor movement in insert mode on Mac.Arvid Ephraim Picciani2010-11-021-1/+4
* | Fix exported headers in Core and TextEditor.Friedemann Kleint2010-11-011-1/+1
* | fakevim: don't swap cmd and ctrl keys on os xMartin Aumüller2010-10-261-4/+20
* | 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
* | fakevim: fixes for search using Core find dialogMartin Aumüller2010-10-261-9/+25
* | Merge remote branch 'origin/2.1'Oswald Buddenhagen2010-10-251-0/+10
|\ \ | |/
| * 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
* | Merge remote branch 'origin/2.1'Christian Kamm2010-10-112-1/+4
|\ \ | |/
| * 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: Allow ctrl+left/right to move word-wise in insert modeAdrien Bustany2010-10-081-0/+9