hjk
dc8045f5be
Fixes: fakevim: work on indentation
2009-03-06 13:03:33 +01:00
hjk
2deb735367
Fixes: fakevim/editorview: move the 'minibuffer' to the bottom of the
...
editor
2009-03-05 12:30:10 +01:00
hjk
8ca887aae2
Fixes: change file license headers to include LGPL
2009-02-25 09:15:00 +01:00
Oswald Buddenhagen
3fca94780a
Merge branch '1.0.0' into master
...
Conflicts:
src/plugins/debugger/gdbengine.cpp
2009-02-23 17:03:25 +01:00
hjk
bddd9fa31e
Fixes: commands: rename FakeVim.InstallHandler -> TextEditor.FakeVimHandler
2009-02-20 15:58:14 +01:00
Martin Aumueller
f2940adb4d
fakevim: implement indenting a block and autoindent
2009-02-11 14:48:18 +01:00
Martin Aumueller
23a9971ad2
fakevim: implement paren matching w/o making FakeVimHandler depend on Qt Creator's TextEditor
2009-02-11 14:48:18 +01:00
hjk
50661f994d
Fixes: fakevim: fix crash when installed on binary editor
2009-02-04 16:48:03 +01:00
hjk
7693d44876
Fixes: fakevim: fix crash when trying to install on empty editor
2009-02-04 16:42:55 +01:00
hjk
3e6cf4e96c
Fixes: fakevim: code cosmetics
2009-01-28 12:44:46 +01:00
hjk
e71c9807e3
Fixes: fakevim: use proper QObject parent for handler
...
Details: before that it was the plugin, so there was a lot of
inactive handlers left around
2009-01-27 14:50:36 +01:00
hjk
24aef0aecc
Fixes: fakevim: link fix
...
Details: the installHandler() overload was missing an implementation
2009-01-26 10:24:36 +01:00
hjk
292d4bc3d5
Fixes: fakevim: provide an option in the text editor settings
2009-01-23 19:13:00 +01:00
hjk
15ac83eda4
Fixes: fakevim: add flags to settings page
2009-01-23 18:21:36 +01:00
hjk
ab8c038ed7
Fixes: fakwvim: fix recently broken selection in standalone application
2009-01-23 16:37:32 +01:00
hjk
02ea86b5c2
Fixes: fakevim: use one handler per editor
2009-01-23 15:12:04 +01:00
hjk
67437acf49
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-01-20 11:54:28 +01:00
hjk
113b81e9db
replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() by Core::ICore::instance()
2009-01-20 11:52:04 +01:00
Thorbjørn Lindeijer
e0a4789081
Added some structure to the advanced edit menu
...
It was getting a bit cluttered without any grouping of the different
actions. Also, the collapse and expand actions have been added, mainly
for discoverability.
2009-01-20 09:51:56 +01:00
hjk
cc5ff1ec74
Remove #include <extensionsystem/pluginmanager.h> from icore.h, a
...
forward declaration is sufficient.
2009-01-19 12:39:20 +01:00
hjk
30c1a046f2
fakevim: partial implementation of :history
2009-01-15 17:29:30 +01:00
hjk
50d06fe7c1
fakevim: compile fix
2009-01-15 15:34:35 +01:00
hjk
f08c67b465
fakevim: remove core dependencies from fakevimhandler.cpp. breaks
...
writing of partial files for now.
2009-01-15 15:27:14 +01:00
con
fbfcc9a484
Fixes: - ICommand --> Command
...
Details: - Naming convention
2009-01-14 13:18:25 +01:00
con
1e4c48a173
Fixes: - IActionContainer --> ActionContainer
...
Details: - Conform to naming convention
2009-01-14 13:18:24 +01:00
Daniel Molkentin
59affcfffc
Bump year in licence header.
2009-01-13 19:22:14 +01:00
hjk
4d5ce2b49c
debugger: move 'Views' menu to menu bar. nobody found it were it was...
2009-01-13 17:41:23 +01:00
hjk
a83421234a
fakevim: refactoring, pimpl FakeVimPlugin
2009-01-13 16:38:05 +01:00
hjk
e6f7cb68a5
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-01-13 15:57:43 +01:00
hjk
947b680741
fakevim: do something on "Quit"
2009-01-13 15:57:18 +01:00
con
c9889120c3
Fixes: - Rename ActionManagerInterface --> ActionManager
...
Details: - To make it conform to naming convention.
2009-01-13 15:44:25 +01:00
hjk
45d9cca1d6
fakevim: make visual selections also visual in creator
2009-01-13 13:47:00 +01:00
hjk
5b3b765827
fakevim: remove some basetextedit dependencies
2009-01-13 12:35:43 +01:00
hjk
74d09256a8
fix warnings
2009-01-13 11:15:34 +01:00
hjk
fb8e1bb205
fakevim: listen to editor opening and closing
2009-01-09 17:57:48 +01:00
hjk
b1f4889ac4
fakevim: use tab settings from creator base text editor
2009-01-09 17:31:20 +01:00
hjk
5f9669d8d2
fakevim: mv handler.{cpp,h} fakevimhandler.{cpp,h}
2009-01-09 16:54:06 +01:00
hjk
80748aa73b
fakevim: begin work on tab/space configuration
2009-01-09 16:48:36 +01:00
hjk
67f31135e5
fakevim: provide a means to see configuration variables
2009-01-09 15:36:02 +01:00
hjk
993be401ef
work on fakevim integration
2009-01-07 18:05:45 +01:00
hjk
634edf2aab
somewhat better intergration of fakevim into creator
2009-01-07 17:41:09 +01:00
hjk
d54e8d95d4
Fixes: fix signature of FakeVimPlugin::removeHandler
...
Details: QObject * -> QWidget *
2009-01-05 13:56:31 +01:00
hjk
4af0768042
restore overwrite mode hack.
...
cursor looks better at the end of a line this way...
2008-12-19 14:02:27 +01:00
hjk
93c60417aa
use QTextEdit's "overwriteMode" instead of playing around with the
...
cursor width manually.
2008-12-19 13:03:39 +01:00
hjk
220cf0d2e2
Add some sandbox for hjkl folks.
...
Note that <Esc> is called <Shift-Esc>.
2008-12-19 12:20:04 +01:00