Commit Graph

266 Commits

Author SHA1 Message Date
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
9d8fc28706 Fixes: fakevim: show column/line information in standalone application 2009-01-27 14:08:17 +01:00
hjk
f449bc6f91 Fixes: fakevim: fix cursor positioning after search 2009-01-27 13:23:02 +01:00
hjk
21f15207fb Fixes: fakevim: more 'z' commands 2009-01-27 12:44:42 +01:00
hjk
ccfbdf5b1b Fixes: fakevim: implement 'zz' 2009-01-27 12:29:14 +01:00
hjk
598df2baba Fixes: fakevim: implement 'z.' 2009-01-27 12:11:08 +01:00
hjk
6058a885f2 Fixes: fakevim: improvements for 'o' and 's' 2009-01-27 09:46:57 +01:00
hjk
1e6a62942a Fixes: fakevim: fix 'y' in visual line mode; also try to hide
cursor when in ex mode.
2009-01-26 12:08:39 +01:00
hjk
fb1da77ef5 Fixes: fakevim: implement ';'
Details:  also provide an inactive implementaion for ','
2009-01-26 10:48:37 +01:00
hjk
c97dfb8b32 Fixes: fakevim: suppress cursor when in ex mode 2009-01-26 10:31:49 +01:00
hjk
292d4bc3d5 Fixes: fakevim: provide an option in the text editor settings 2009-01-23 19:13:00 +01:00
hjk
8b3136f8b0 Fixes: fakevim: work on writing 2009-01-23 17:02:22 +01:00
hjk
2d67b9a0a1 Fixes: fakevim: clear selection after :w 2009-01-23 16:42:45 +01:00
hjk
ab8c038ed7 Fixes: fakwvim: fix recently broken selection in standalone application 2009-01-23 16:37:32 +01:00
hjk
8867568cb7 Fixes: fakevim: implement first approximation of Ctrl-D and Ctrl-U 2009-01-23 16:22:29 +01:00
hjk
4f1dd94945 Fixes: fakevim: work on 'e', 'w', 'b'... 2009-01-23 16:04:53 +01:00
hjk
153fd8a87b Fixes: fakevim: 'w' broken again.
Details:  exclusive motions seem to require extra thought
2009-01-23 15:40:43 +01:00
hjk
02ea86b5c2 Fixes: fakevim: use one handler per editor 2009-01-23 15:12:04 +01:00
hjk
51089fba74 Fixes: fakevim: fix behaviour of 'a' at the end of line as
reported by J Hseu

    Details:  also rename 'atEol' to 'atEndOfLine'
2009-01-23 10:13:12 +01:00
hjk
8d932e2adc Fixes: fakevim: improve handling of 'p' and 'Y'
Details:  tank count() into account, fix cursor positioning after undo
2009-01-22 15:38:03 +01:00
hjk
42a70000d1 Fixes: fakevim: 'x' was broken(!) 2009-01-22 15:15:42 +01:00
hjk
9a224d7e46 Fixes: fakevim: 'r' and 'R' revisited 2009-01-22 15:08:50 +01:00
hjk
d11475ad08 Fixes: fakevim
Details:  fix behaviour of 'r'
2009-01-22 14:19:42 +01:00
hjk
695aa639ca Fixes: fakevim: fix undo behaviour for Key_Delete
Details:  was not recorded onh the undo stck
2009-01-22 13:44:25 +01:00
hjk
bc0717d06a Fixes: fakevim: work on undo 2009-01-21 17:08:47 +01:00
hjk
7ce2676c6a Fixes: fakevim: better undo behaviour
Details:  prevent creation of empty "groups" that required
additional 'u' key strokes to 'undo'
2009-01-21 16:18:20 +01:00
hjk
64d058a81b Fixes: fakevim: fix df<x>
Details:  was broken due to wrong cursor selection approach
2009-01-21 16:04:34 +01:00
hjk
d55d570d66 fakevim: compile fix for windows 2009-01-16 17:51:44 +01:00
hjk
dc7a94fc83 fakevim: code de-obfuscation 2009-01-16 17:44:24 +01:00
hjk
62c2688ce6 fakevim: fix 'Y' 2009-01-16 17:38:15 +01:00
hjk
ceb37c06e2 fakevim: fix 'ce' 2009-01-16 16:57:00 +01:00
hjk
d78d5f564e fakevim: fix 'e' and 'E' 2009-01-16 16:42:31 +01:00
hjk
34583ce5c1 fakevim: improve behaviour of 'cc' 2009-01-16 16:15:01 +01:00
hjk
5dc72af097 fakevim: code cosmetics 2009-01-16 14:11:44 +01:00
hjk
b75fa636d8 fakevim: fix undo of 'J' 2009-01-16 13:10:42 +01:00
hjk
5b2b015d66 fakevim: fix compilation with -no-stl 2009-01-16 09:56:08 +01:00
hjk
30c1a046f2 fakevim: partial implementation of :history 2009-01-15 17:29:30 +01:00
hjk
0b22e71fee fakevim: improve behaviour of <Return> in various modes 2009-01-15 16:57:11 +01:00
hjk
3ce094e474 fakevim: improve logic for setting the '<' mark 2009-01-15 16:42:10 +01:00
hjk
f5cd469d18 fakevim: fix access to ConfigStartOfLine 2009-01-15 15:52:14 +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
hjk
68b28bb3b6 fakevim: add a comment regarding unwanted dependencies 2009-01-15 13:32:36 +01:00
hjk
049514a66e Merge commit 'fred/fakevim-write' 2009-01-15 13:05:15 +01:00
Fred Emmott
ed61e0b5bd Block the "this file has been changed outside of qt creator" popup in the fakevim ":w" command. 2009-01-13 23:31:08 +00:00
Fred Emmott
3d3ff54ddf Make ":w" work in fakevim without needing a filename to be specified when file is not new.
Unfortunately, the "this file has been edited outside of Qt Creator" dialog pops up.
2009-01-13 23:12:54 +00:00
Daniel Molkentin
59affcfffc Bump year in licence header. 2009-01-13 19:22:14 +01:00
hjk
1263660507 fakevim: update state after pressing <Return> 2009-01-13 14:02:05 +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