summaryrefslogtreecommitdiff
path: root/src/plugins/fakevim/fakevimhandler.h
Commit message (Expand)AuthorAgeFilesLines
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-2/+2
* Long live the king!hjk2012-01-261-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
* | fakevim: properly split commands in source'd fileshjk2011-11-101-0/+1
|/
* fakevim: more interaction for entering ex commandshjk2011-08-011-1/+1
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Merge branch '2.2'Oswald Buddenhagen2011-04-141-14/+13
|\
| * Update license.hjk2011-04-131-14/+13
* | fakevim: allow main texteditor to call into fakevimhjk2011-04-051-0/+1
|/
* fakevim: work on 'dumb' completionhjk2011-02-181-0/+1
* It's 2011 now.con2011-01-121-1/+1
* fakevim: start with work on Ctrl-N/Ctrl-Phjk2010-12-211-0/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Removed stray tokens and fixed warnings/errors when compiling with pedantic C...Roberto Raggi2010-12-161-1/+1
* | Compile fix for pedantic C++ compilers.Roberto Raggi2010-12-161-1/+1
|/
* fakevim: use QTextCursor for fakevim markshjk2010-09-151-1/+0
* fakevim: use main editor selectionhjk2010-09-141-0/+2
* Fix krazy issues: Use explicit constructorsTobias Hunger2010-08-271-1/+1
* fakevim: make recognition of ex command names similar to vi'shjk2010-07-141-0/+2
* fakevim: implement some of the :bn/bp commandshjk2010-07-141-1/+2
* fakevim: use basetext indentation access instead of the cppeditor based onehjk2010-06-031-1/+2
* fakevim: prepare for better integration with creator corehjk2010-05-191-4/+38
* fakevim: start working on some syntax highlighting infrastructurehjk2010-04-281-1/+1
* fakevim: hot fix for the 'must change tabsize in fakevim, too'-problemhjk2010-03-261-2/+2
* Long live the king!hjk2010-03-051-1/+1
* fakevim: make sure that FakeVimHandler has returned before being deletedMartin Aumüller2010-01-221-0/+3
* fakevim: change Find plugin's case sensitivity with ':set (no)ignorecase'Martin Aumüller2010-01-211-0/+1
* fakevim: use BaseTextEditor's isElectricCharacterMartin Aumüller2010-01-061-0/+1
* fakevim: improve some basic tab/space/indentation handlinghjk2009-12-111-1/+6
* long live the kinghjk2009-08-141-1/+1
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* fakevim: some re-organization of ex mode command handlinghjk2009-06-151-2/+4
* Map n and N in FakeVim to the FIND_NEXT and FIND_PREVIOUS actions.Rhys Weatherley2009-06-011-0/+1
* Add :q/:w/:x commands that are normally expected in vi'sRhys Weatherley2009-06-011-0/+1
* Make FakeVim use the default find box instead of mini-bufferRhys Weatherley2009-06-011-0/+1
* fakevim: fix split windowhjk2009-04-031-0/+1
* fakevim: re-use the undo/redo capability of QTextDocument instead ofhjk2009-04-011-2/+3
* fakevim: distinquish :q and :q!hjk2009-03-311-2/+1
* fakevim: make Alt-V Alt-V a global togglehjk2009-03-301-4/+2
* fakevim: move settings/action related code to files of their ownhjk2009-03-301-55/+1
* fakevim: re-organize settings handlinghjk2009-03-301-1/+52
* fakevim: trigger autocompletion on '.' and '>'hjk2009-03-251-0/+1
* Fixes: fakevim: work on indentationhjk2009-03-061-2/+1
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
* fakevim: implement indenting a block and autoindentMartin Aumueller2009-02-111-0/+2
* fakevim: implement paren matching w/o making FakeVimHandler depend on Qt Crea...Martin Aumueller2009-02-111-0/+1
* Fixes: fakevim: use one handler per editorhjk2009-01-231-13/+18