summaryrefslogtreecommitdiff
path: root/src/plugins/fakevim/fakevimplugin.h
Commit message (Collapse)AuthorAgeFilesLines
* fakevim: work on 'dumb' completionhjk2011-02-181-1/+0
|
* It's 2011 now.con2011-01-121-1/+1
| | | | Reviewed-by: hjk
* License headers.con2010-12-171-7/+11
|
* Add flag to IPlugin::aboutToShutdown that allows asynchronous shutdown.con2010-07-131-1/+1
| | | | | | | If a plugin requests asyncronous shutdown, the shutdown sequence does not continue to deleting the plugins before it has sent a asynchronousShutdownFinished signal. During that time an event loop is running.
* Rename IPlugin::shutdown --> IPlugin::aboutToShutdowncon2010-04-281-1/+1
| | | | Discussed-with: hjk
* Long live the king!hjk2010-03-051-1/+1
|
* long live the kinghjk2009-08-141-1/+1
|
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
|
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
|
* fakevim: refactoring, pimpl FakeVimPluginhjk2009-01-131-38/+5
|
* fakevim: make visual selections also visual in creatorhjk2009-01-131-0/+4
|
* fakevim: listen to editor opening and closinghjk2009-01-091-0/+3
|
* fakevim: use tab settings from creator base text editorhjk2009-01-091-4/+0
|
* fakevim: mv handler.{cpp,h} fakevimhandler.{cpp,h}hjk2009-01-091-1/+1
|
* fakevim: begin work on tab/space configurationhjk2009-01-091-0/+2
|
* fakevim: provide a means to see configuration variableshjk2009-01-091-0/+1
|
* somewhat better intergration of fakevim into creatorhjk2009-01-071-4/+16
|
* Fixes: fix signature of FakeVimPlugin::removeHandlerhjk2009-01-051-1/+1
| | | | Details: QObject * -> QWidget *
* restore overwrite mode hack.hjk2008-12-191-0/+1
| | | | cursor looks better at the end of a line this way...
* use QTextEdit's "overwriteMode" instead of playing around with thehjk2008-12-191-1/+0
| | | | cursor width manually.
* Add some sandbox for hjkl folks.hjk2008-12-191-0/+83
Note that <Esc> is called <Shift-Esc>.