summaryrefslogtreecommitdiff
path: root/src/plugins/fakevim/fakevimplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixes: change license headers to LGPLhjk2009-02-251-21/+17
* Fixes: commands: rename FakeVim.InstallHandler -> TextEditor.FakeVimHandlerhjk2009-02-201-2/+2
* Fixes: fakevim: fix crash when installed on binary editorhjk2009-02-041-0/+4
* Fixes: fakevim: fix crash when trying to install on empty editorhjk2009-02-041-0/+5
* Fixes: fakevim: code cosmeticshjk2009-01-281-26/+5
* Fixes: fakevim: use proper QObject parent for handlerhjk2009-01-271-1/+1
* Fixes: fakevim: link fixhjk2009-01-261-2/+7
* Fixes: fakevim: provide an option in the text editor settingshjk2009-01-231-6/+13
* Fixes: fakevim: add flags to settings pagehjk2009-01-231-2/+8
* Fixes: fakwvim: fix recently broken selection in standalone applicationhjk2009-01-231-1/+2
* Fixes: fakevim: use one handler per editorhjk2009-01-231-77/+80
* Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlinehjk2009-01-201-1/+1
|\
| * Added some structure to the advanced edit menuThorbjørn Lindeijer2009-01-201-1/+1
* | replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() ...hjk2009-01-201-2/+1
|/
* Remove #include <extensionsystem/pluginmanager.h> from icore.h, ahjk2009-01-191-0/+1
* fakevim: partial implementation of :historyhjk2009-01-151-5/+5
* fakevim: compile fixhjk2009-01-151-2/+1
* fakevim: remove core dependencies from fakevimhandler.cpp. breakshjk2009-01-151-0/+29
* Fixes: - ICommand --> Commandcon2009-01-141-1/+1
* Fixes: - IActionContainer --> ActionContainercon2009-01-141-1/+1
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
* debugger: move 'Views' menu to menu bar. nobody found it were it was...hjk2009-01-131-2/+1
* fakevim: refactoring, pimpl FakeVimPluginhjk2009-01-131-21/+88
* Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlinehjk2009-01-131-2/+2
|\
| * Fixes: - Rename ActionManagerInterface --> ActionManagercon2009-01-131-2/+2
* | fakevim: do something on "Quit"hjk2009-01-131-1/+1
|/
* fakevim: make visual selections also visual in creatorhjk2009-01-131-3/+13
* fakevim: remove some basetextedit dependencieshjk2009-01-131-2/+2
* fix warningshjk2009-01-131-0/+2
* fakevim: listen to editor opening and closinghjk2009-01-091-12/+28
* fakevim: use tab settings from creator base text editorhjk2009-01-091-12/+22
* fakevim: mv handler.{cpp,h} fakevimhandler.{cpp,h}hjk2009-01-091-2/+3
* fakevim: begin work on tab/space configurationhjk2009-01-091-0/+10
* fakevim: provide a means to see configuration variableshjk2009-01-091-0/+8
* work on fakevim integrationhjk2009-01-071-4/+5
* somewhat better intergration of fakevim into creatorhjk2009-01-071-27/+14
* Fixes: fix signature of FakeVimPlugin::removeHandlerhjk2009-01-051-5/+5
* restore overwrite mode hack.hjk2008-12-191-2/+5
* use QTextEdit's "overwriteMode" instead of playing around with thehjk2008-12-191-5/+2
* Add some sandbox for hjkl folks.hjk2008-12-191-0/+189