Page 1 of 1

Option to Change Word/Char Case

Posted: Wed Jul 23, 2008 7:01 am
by hbr_in
Hi,

Is it possible to provide a shortcut (or in edit menu) an option to change selected Char/Word Case (Uppercase to Smaller Case & vice versa).

In Other Popular Editors, Shortcut are present as below.

CTRL + U --> Change to Upper case
SHIFT + CTRL + U --> Change to Lower Case

Codelite uses "CTRL + U" to duplicate a line.

In Other Popular Editors, Shortcut are present as below.

CTRL + D --> Duplicate Selected Word/Char. If noting is selected then Present line is Duplicated.

I have already filled a feature reguest here https://sourceforge.net/tracker/index.p ... tid=979963

Thanks for Consideration

Regards
Gururaja

Re: Option to Change Word/Char Case

Posted: Wed Jul 23, 2008 9:43 am
by eranif
hbr_in wrote:CTRL + U --> Change to Upper case
SHIFT + CTRL + U --> Change to Lower Case
This already exist in CodeLite (you need to upgrade your version, i saw you are using rev1789 - v1.0)


In general, shortcuts are matter of choice, you can set whatever shortcut to any action. I prefer Ctrl+U for line duplication, if you prefer Ctrl-D, you can change it from 'Settings -> Keyboard shortcuts...'

Make sure you dont overrun an existing shortcut. For example: Ctrl-D is currently assigned to 'Find Symbol' (Search -> Find Symbol)


Eran