Option to Change Word/Char Case

General questions regarding the usage of CodeLite
hbr_in
CodeLite Expert
Posts: 113
Joined: Fri Jul 11, 2008 9:12 am
Contact:

Option to Change Word/Char Case

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Option to Change Word/Char Case

Post 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
Make sure you have read the HOW TO POST thread
Post Reply