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
Option to Change Word/Char Case
-
- CodeLite Expert
- Posts: 113
- Joined: Fri Jul 11, 2008 9:12 am
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Option to Change Word/Char Case
This already exist in CodeLite (you need to upgrade your version, i saw you are using rev1789 - v1.0)hbr_in wrote:CTRL + U --> Change to Upper case
SHIFT + CTRL + U --> Change to Lower Case
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