Does anyone know how (or if it is possible) to toggle the case of selected text? For example from all caps (capital letters) to lower. I could not find it in the menus, the docs or here.
Here some examples of key combinations from other editors that do the same thing:
================ =============== ===============
editor UPPER lower
================ =============== ===============
MATLAB ctr-shift-U ctrl-U
---------------- --------------- ---------------
Notepad++ ctr-shift-U ctrl-U
---------------- --------------- ---------------
eclipse PyDev ctrl-shift-X ctrl-shift-Y
---------------- --------------- ---------------
Sublime-Text-2 ctrl-K, ctrl-U ctrl-K, ctrl-L
---------------- --------------- ---------------
Thanks!