Column mode of CodeLite...

General questions regarding the usage of CodeLite
jiapei100
CodeLite Expert
Posts: 115
Joined: Wed Dec 30, 2009 8:29 am
Genuine User: Yes
IDE Question: C++
Location: Surrey, BC, Canada
Contact:

Column mode of CodeLite...

Post 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
Welcome to Vision Open
http://www.visionopen.com
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Column mode of CodeLite...

Post 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
Make sure you have read the HOW TO POST thread
jiapei100
CodeLite Expert
Posts: 115
Joined: Wed Dec 30, 2009 8:29 am
Genuine User: Yes
IDE Question: C++
Location: Surrey, BC, Canada
Contact:

Re: Column mode of CodeLite...

Post by jiapei100 »

Is it possible for me to use the column mode by setting "keyboard shortcuts" ?

Best Regards
JIA
Welcome to Vision Open
http://www.visionopen.com
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Column mode of CodeLite...

Post by eranif »

No, You need to re-assign the Alt key under Linux

Eran
Make sure you have read the HOW TO POST thread
jiapei100
CodeLite Expert
Posts: 115
Joined: Wed Dec 30, 2009 8:29 am
Genuine User: Yes
IDE Question: C++
Location: Surrey, BC, Canada
Contact:

Re: Column mode of CodeLite...

Post by jiapei100 »

Done.
Reassign "Alt" and reopen codelite, it works now

Cheers
JIA
Welcome to Vision Open
http://www.visionopen.com
FrancescoA
CodeLite Enthusiast
Posts: 12
Joined: Fri Dec 11, 2009 12:23 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Column mode of CodeLite...

Post by FrancescoA »

in scite edit controls, you can mark columns (by default, if not assigned otherweise) with Alt-Shift-Cursor keys.
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Column mode of CodeLite...

Post 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
Make sure you have read the HOW TO POST thread
FrancescoA
CodeLite Enthusiast
Posts: 12
Joined: Fri Dec 11, 2009 12:23 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Column mode of CodeLite...

Post by FrancescoA »

Yes, in that way I meant that. I confused scite (the "demo" for the control) with scintilla control.
Post Reply