Hi:
Does CodeLite editor support column mode?
Say, if I want to select a block from column 4 to 10 ...
Best Regards
JIA
Column mode of CodeLite...
-
- 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...
Welcome to Vision Open
http://www.visionopen.com
http://www.visionopen.com
- 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...
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
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
-
- 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...
Is it possible for me to use the column mode by setting "keyboard shortcuts" ?
Best Regards
JIA
Best Regards
JIA
Welcome to Vision Open
http://www.visionopen.com
http://www.visionopen.com
- 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...
No, You need to re-assign the Alt key under Linux
Eran
Eran
Make sure you have read the HOW TO POST thread
-
- 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...
Done.
Reassign "Alt" and reopen codelite, it works now
Cheers
JIA
Reassign "Alt" and reopen codelite, it works now
Cheers
JIA
Welcome to Vision Open
http://www.visionopen.com
http://www.visionopen.com
-
- CodeLite Enthusiast
- Posts: 12
- Joined: Fri Dec 11, 2009 12:23 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Column mode of CodeLite...
in scite edit controls, you can mark columns (by default, if not assigned otherweise) with Alt-Shift-Cursor keys.
- 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...
You can do this in codelite as well.FrancescoA wrote:in scite edit controls, you can mark columns (by default, if not assigned otherweise) with Alt-Shift-Cursor keys.
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Enthusiast
- Posts: 12
- Joined: Fri Dec 11, 2009 12:23 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Column mode of CodeLite...
Yes, in that way I meant that. I confused scite (the "demo" for the control) with scintilla control.