Hi,
I added a small plugin that:
1. Adds goto matching brace and select (Select to matching brace), goto line and select (Select to line).
2. Adds Ctrl-Shift-Alt Left/Right/Home/End - like Ctrl-Shift, but for rectangular selection.
3. Adds a "Column mode". While active, [Ctrl-]Shift-movement keys do rectangle selection. However, there are some known issues about it.
-- E-gards: Jimmy
Hi Dimitar,
On Tue, 11 May 2010 17:35:28 +0300 Dimitar Zhekov hamster@mbox.contact.bg wrote:
Hi,
I added a small plugin that:
- Adds goto matching brace and select (Select to matching brace),
goto line and select (Select to line).
- Adds Ctrl-Shift-Alt Left/Right/Home/End - like Ctrl-Shift, but for
rectangular selection.
- Adds a "Column mode". While active, [Ctrl-]Shift-movement keys do
rectangle selection. However, there are some known issues about it.
This sounds great. Could you add a bit more documentation how it works to README maybe? Would help new users to get a better feeling on what the plugin really can them do for.
Thanks, Frank
On Fri, 14 May 2010 22:45:27 +0200 Frank Lanitz frank@frank.uvena.de wrote:
I added a small plugin that: [...]
This sounds great. Could you add a bit more documentation how it works to README maybe? [...]
Will do.
BTW, does anyone know if the Shift + Keypad Arrows/Home/End... keys under Windows are reported as GTK_Key or GTK_KP_Key? I won't have access to Windows in the next ten days...
-- E-gards: Jimmy
On Sat, 15 May 2010 15:45:39 +0300, Dimitar wrote:
On Fri, 14 May 2010 22:45:27 +0200 Frank Lanitz frank@frank.uvena.de wrote:
I added a small plugin that: [...]
This sounds great. Could you add a bit more documentation how it works to README maybe? [...]
Will do.
BTW, does anyone know if the Shift + Keypad Arrows/Home/End... keys under Windows are reported as GTK_Key or GTK_KP_Key? I won't have access to Windows in the next ten days...
Just tested it on Windows XP:
0xff57 -> GDK_End
So, no GDK_KP_*. I tested it with Numpad enabled and disabled, it's always reported as the "normal" End key.
Regards, Enrico
On Sun, 16 May 2010 11:23:08 +0200 Enrico Tröger enrico.troeger@uvena.de wrote:
BTW, does anyone know if the Shift + Keypad Arrows/Home/End... keys under Windows are reported as GTK_Key or GTK_KP_Key?
Just tested it on Windows XP: [...] So, no GDK_KP_*.
Thank you. That was to be expected, judging from the scintilla sources, but I had to be sure.
-- E-gards: Jimmy