Page 1 of 1

Column mode of CodeLite...

Posted: Sun Jan 10, 2010 6:35 pm
by jiapei100
Hi:

Does CodeLite editor support column mode?
Say, if I want to select a block from column 4 to 10 ...

Best Regards
JIA

Re: Column mode of CodeLite...

Posted: Sun Jan 10, 2010 6:47 pm
by eranif
Yes.
Hold down ALT while selecting.

If you are on UBUNTU, you will need to re-assign the Alt key, since on Linux it is set to Move Window by default.

On Gnome:
I think it from the Panel menu -> Preferences -> Windows

And choose another key for moving Windows ( I am using the Windows key for this on Linux )
http://codelite.org/images/multi-select ... ction.html
Eran

Re: Column mode of CodeLite...

Posted: Sun Jan 10, 2010 7:30 pm
by jiapei100
Is it possible for me to use the column mode by setting "keyboard shortcuts" ?

Best Regards
JIA

Re: Column mode of CodeLite...

Posted: Sun Jan 10, 2010 8:04 pm
by eranif
No, You need to re-assign the Alt key under Linux

Eran

Re: Column mode of CodeLite...

Posted: Mon Jan 11, 2010 11:23 am
by jiapei100
Done.
Reassign "Alt" and reopen codelite, it works now

Cheers
JIA

Re: Column mode of CodeLite...

Posted: Tue Jan 19, 2010 3:42 pm
by FrancescoA
in scite edit controls, you can mark columns (by default, if not assigned otherweise) with Alt-Shift-Cursor keys.

Re: Column mode of CodeLite...

Posted: Tue Jan 19, 2010 4:33 pm
by eranif
FrancescoA wrote:in scite edit controls, you can mark columns (by default, if not assigned otherweise) with Alt-Shift-Cursor keys.
You can do this in codelite as well.

Eran

Re: Column mode of CodeLite...

Posted: Tue Jan 19, 2010 5:30 pm
by FrancescoA
Yes, in that way I meant that. I confused scite (the "demo" for the control) with scintilla control.