Commit Graph

707 Commits

Author SHA1 Message Date
Oswald Buddenhagen
6d5eeb7afb add missing tr()s, etc., add some //: comments 2009-04-20 16:51:10 +02:00
con
412a4b027d Merge commit 'origin/1.1'
Conflicts:
	src/plugins/debugger/debuggeractions.cpp
	src/plugins/debugger/gdboptionpage.ui
2009-04-17 15:17:31 +02:00
hjk
6f85959d06 fakevim: eat Ctrl-A to prevent the global "select all" shortcut to trigger 2009-04-17 14:58:01 +02:00
hjk
5076be59e3 fakevim: fix cursor position for <n>j or <n>k and end or begin of document 2009-04-16 11:52:58 +02:00
Thorbjørn Lindeijer
bc89f5dc4f Merge branch '1.1'
Conflicts:
	src/plugins/debugger/debuggeractions.cpp

Reviewed-by: hjk
2009-04-16 11:32:05 +02:00
hjk
c172e9b1a4 fakevim: autotests for 'e', 'dd', 'w', 'cc' 2009-04-16 11:26:12 +02:00
hjk
0c03179fac fakevim: compile fix 2009-04-14 15:47:45 +02:00
Friedemann Kleint
7f84a96e3a Compile on Windows. 2009-04-14 15:22:52 +02:00
Fred Emmott
b95af44c0d work on substitution command in fakevim 2009-04-14 13:59:46 +02:00
hjk
3e6285358d fakevim: fix positioning after 'w'
was broken during the changes to the "target column" logic
2009-04-14 09:38:16 +02:00
hjk
e76ba64f68 fakevim: work on autotests 2009-04-14 09:38:16 +02:00
hjk
57aad47460 fakevim: work on autotests 2009-04-09 13:49:22 +02:00
hjk
48dcc26d36 fakevim: work on autotests 2009-04-08 16:05:49 +02:00
hjk
0d803c5da8 fakevim: fix some target column related issues 2009-04-07 17:36:29 +02:00
hjk
7d48b523d5 fakevim: work on auto tests 2009-04-06 14:08:01 +02:00
hjk
05f0b60ff1 fakevim: fix split window 2009-04-03 16:33:59 +02:00
hjk
37ac1bee95 fakevim: fix several issues related to cursor column positioning, also
handle a few instances of "startofline" properly
2009-04-03 15:47:11 +02:00
hjk
b4b23ea981 fakevim: fix some autoindent issues 2009-04-03 13:40:17 +02:00
hjk
9d42fb36d7 fackevim: move cursor to first non-blank on line after 'p' 2009-04-02 12:04:29 +02:00
hjk
8285584f33 fakevim: handle '$s' properly 2009-04-01 16:50:21 +02:00
hjk
fbb4288eae fakevim: removing whitespace at end of line 2009-04-01 16:50:21 +02:00
hjk
a700c1f0c4 fakevim: re-use the undo/redo capability of QTextDocument instead of
rolling our own

This is reverting a previous decision and boils down to replacing one can of worms by another...
2009-04-01 16:50:21 +02:00
hjk
c3b3bd121a fakevim: distinquish :q and :q!
javascripteditor: compile fix Linux, compile fix namespaces
2009-03-31 11:53:42 +02:00
hjk
aedeadf01b fakevim: use :q to quit the editor, not fakevim mode.
Quitting the fakevim mode is still possible using the options, or
Alt-V,Alt-V, or clicking the button
2009-03-31 11:45:28 +02:00
hjk
3fe66ea628 fakevim: make Alt-V Alt-V a global toggle 2009-03-30 16:54:25 +02:00
hjk
f7c3b552af fakevim: progress on settings 2009-03-30 15:39:13 +02:00
hjk
e346c0d725 fakevim: move settings/action related code to files of their own 2009-03-30 15:39:13 +02:00
hjk
9963552876 fakevim: work on new settings dialog 2009-03-30 15:39:13 +02:00
hjk
765489f964 fakevim: work on settings dialog 2009-03-30 15:39:13 +02:00
hjk
c826e6dcfe fakevim: re-organize settings handling 2009-03-30 15:39:13 +02:00
hjk
b8e9f38ab0 fakevim: more scary initial message 2009-03-30 15:39:13 +02:00
hjk
5fcbd01288 fakevim: make search and command history static 2009-03-25 15:31:50 +01:00
hjk
6d8223517f fakevim: more vim-ish behaviour of page up and down 2009-03-25 15:17:58 +01:00
hjk
0807ca53c9 fakevim: fine-tune autocompletion 2009-03-25 14:52:45 +01:00
hjk
530967ea22 fakevim: trigger autocompletion on '.' and '>' 2009-03-25 13:31:30 +01:00
hjk
b75deb9aed fakevim: improve implementation of 'set' 2009-03-23 12:28:26 +01:00
hjk
3cab00249d fakevim: cache results of hlsearch 2009-03-20 09:26:34 +01:00
hjk
04731b79d9 fakevim: implement Ctrl-e 2009-03-20 08:45:13 +01:00
hjk
d2f07b967d fakevim: add another set of "default options" for easier testing 2009-03-19 18:03:48 +01:00
hjk
bda11da0e0 fakevim: introduce a 'backspace' setting and handle the 'start' option 2009-03-19 17:55:36 +01:00
hjk
1c3d2c35d5 fakevim: implement 'c' in (character) visual mode 2009-03-19 11:58:59 +01:00
hjk
408b533d08 Fixes: fakevim: implement 'x' and 'd' in (character) visual mode 2009-03-16 11:17:40 +01:00
hjk
a10d60a42f Fixes: fakevim: implement 'x' in visual line mode 2009-03-16 09:06:11 +01:00
hjk
e60befd66f Fixes: fakevim: implement hlsearch 2009-03-12 18:05:36 +01:00
hjk
782f42354b Fixes: fakevim: fix undo after insert 2009-03-12 17:25:43 +01:00
hjk
a17b57fa16 Fixes: fakevim: fix positioning after df<x>
Details: removes an old hack...
2009-03-12 15:05:33 +01:00
hjk
e3eec1eb86 Fixes: fakevim: implement . after 'f', 't', 'F', and 'T' 2009-03-12 15:05:33 +01:00
hjk
d47a001bc1 Fixes: fakevim: remove indentation after pressing 'J' 2009-03-12 14:36:58 +01:00
hjk
0c68708cbf Fixes: fakevim: improve behaviour of '.' after 'i' 2009-03-11 13:56:23 +01:00
Dean Dettman
29b1f841c4 Fixes: Doc - fixed a typo
RevBy: Kavindra
2009-03-10 15:31:52 +01:00