Commit Graph

20593 Commits

Author SHA1 Message Date
hjk
a387eed44c visual feedback for block selection. othewise block selection still does
not work..
2009-01-06 11:52:40 +01:00
hjk
8c23bb3cf7 some visual feedback for visual line mode 2009-01-06 11:52:05 +01:00
hjk
2d7c5de370 more status line work 2009-01-06 11:51:24 +01:00
hjk
d90dc9e3f2 work on command line display 2009-01-06 11:51:03 +01:00
hjk
69475d708d add status line feedback for :r 2009-01-06 11:50:30 +01:00
hjk
2584bb928c fix missing status line updates in insert mode 2009-01-06 11:49:33 +01:00
hjk
2f1e09ccc5 progress on homegrown undo/redo 2009-01-06 11:48:55 +01:00
hjk
b46d8faf29 Start with own undo/redo without depending on QTextEdit/QPlainTextEdit's undo/redo. 2009-01-06 11:45:56 +01:00
hjk
8f4818989a start with '.' 2009-01-06 11:43:49 +01:00
hjk
1caa69f241 replace a macro with a proper function 2009-01-06 11:43:27 +01:00
hjk
417032d187 'd' works, but no visual feedback so far 2009-01-06 11:42:44 +01:00
hjk
c729ff0f0b use better a default range for :d 2009-01-06 11:37:24 +01:00
hjk
bdfd5cada1 implement :d, also uses ranges for :w! 2009-01-06 11:33:07 +01:00
hjk
d7bd3a0a2d whitespace fixes 2009-01-06 11:11:31 +01:00
hjk
af6c607c54 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-06 10:22:41 +01:00
hjk
37c67ccd98 remove unused mode.ui 2009-01-06 10:22:21 +01:00
con
8e261e0b3c Fixes: - Start on API documentation generation 2009-01-05 18:05:33 +01:00
hjk
129a807f21 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-05 15:55:49 +01:00
hjk
8f5d55c3d8 remove dead code 2009-01-05 15:55:37 +01:00
Roberto Raggi
85babacb5a Replace a. with a[0]. when `a' has type array of T. 2009-01-05 15:25:44 +01:00
hjk
7fbc228600 Fixes: Fix starting external programs
Details: Was broken due to duplicate but not synchronized internal pid data
2009-01-05 14:56:59 +01:00
hjk
6705bc7e60 Fixes: simplify "Attach to Running Process" code
Details: also sorts by process name by default
2009-01-05 14:38:51 +01:00
hjk
75b7613203 Fixes: re-enable "Start External Application" in debug mode 2009-01-05 14:13:09 +01:00
hjk
d54e8d95d4 Fixes: fix signature of FakeVimPlugin::removeHandler
Details: QObject * -> QWidget *
2009-01-05 13:56:31 +01:00
hjk
6848155c7d Fixes: Add "Apply" button to Preferences dialog
RevBy:   con
2009-01-05 13:45:30 +01:00
hjk
808b5df55d Fixes: try __dlopen and dlopen to make systems like CentOS 4.6 happy
Task:   Message-ID: <b3dce35e57024e108c753d6fe40fdc23@7e24035161164d75927b8103ef1a2cdf> @qt-creator
2009-01-05 12:54:52 +01:00
hjk
c0344c6dac Fixes: make "Hello World" plugin compilabe
RevBy:  con

make "Hello World" plugin compilabe
2009-01-05 12:21:32 +01:00
Jens Bache-Wiig
b904780f0e Fixes: Fix painting of tabrect with -reverse
Details:
Still not perfect due to inverted gradients, but much better.
2009-01-05 11:58:38 +01:00
Jens Bache-Wiig
17722a6c79 Fixes: Fix hover on toolbuttons
RevBy:    trust me
Details:
Now that hover is correctly implemented for
toolbuttons, we actually have to check the sunken
state.
2009-01-05 10:43:35 +01:00
Jens Bache-Wiig
2ec448d1d7 Fixes: Fix a styling issue with toolbuttons
Details:
This ensures that the manhattan button arrow does not depend on the
menubutton indicator size, which it should not.
2009-01-05 10:43:35 +01:00
Roberto Raggi
f0ac751f4a Completion for typedef of pointer to struct. 2008-12-31 10:57:27 +01:00
Roberto Raggi
c7b023c0e1 Renamed SymbolsForDotAccess to ResolveClass. 2008-12-30 12:03:49 +01:00
Roberto Raggi
7c3d1a0158 Improved typedef support. 2008-12-30 11:54:42 +01:00
Roberto Raggi
12ee869eda Simple typedef support for T_ARROW member access. 2008-12-30 11:45:41 +01:00
Roberto Raggi
f6f0c81021 Improved CppCodeCompletion::completeScope(). Added simple support for typedefs. 2008-12-30 11:35:30 +01:00
hjk
2377567f26 basic mark handling (setting, jumping to) 2008-12-29 13:30:22 +01:00
hjk
6d03617cce implement 'I' and 'gI' 2008-12-29 13:30:22 +01:00
hjk
c480442a82 basic implementation of 'I' 2008-12-29 13:30:22 +01:00
hjk
0dc5a124bf basic implementation for 'O' 2008-12-29 13:30:22 +01:00
hjk
50cf2a7a06 basic implementation of 'o' 2008-12-29 13:30:22 +01:00
hjk
a705a8a322 improve range parsing for ex commands 2008-12-29 13:30:22 +01:00
hjk
8beff13ef6 add notion of currentFileName to support ':w' without file name 2008-12-29 13:30:22 +01:00
hjk
87aa0759b2 introduce history for ex commands 2008-12-29 13:30:22 +01:00
hjk
fd79edf7cf code cosmetics 2008-12-29 13:30:22 +01:00
hjk
fd76b100bd improve handling of tab searching 2008-12-29 13:30:22 +01:00
hjk
6bfe250e2c improve undo/redo block behaviour 2008-12-29 13:30:22 +01:00
hjk
bbe5332fce implement 'a' 2008-12-29 13:30:22 +01:00
hjk
f932c51a04 implement 'G' 2008-12-29 13:30:22 +01:00
hjk
a0a3830549 show postion in commandline 2008-12-29 13:30:21 +01:00
hjk
7e30c9eb5b partially handle :w and :w! 2008-12-29 13:30:21 +01:00