Discussion:
Selection to upper case or lower case
Francisco Diaz Trepat - gmail
2008-10-30 18:19:41 UTC
Permalink
Hi all.
I wanted to know if there is a plugin to select some code (text) and
transform them to lowercase or to upper case, and more text hacks.

I am using netbeans 6.1, actually now working with 6.5.

Well, if some one knows, please let me know.

thanks,
f(t)
Karthik
2008-10-30 18:54:52 UTC
Permalink
From the online help:

http://hg.netbeans.org/main/raw-file/6a85f2452288/usersguide/javahelp/org/netbeans/modules/usersguide/shortcuts/editorcuts.html

* Multikey shortcuts are written in the following format: Ctrl-U, T.
To use this shortcut, hold down the Ctrl key and press U, then release
both keys and press T...

...Modifying Text..
Ctrl-U, U Makes the selected characters or the character
to the right of the insertion point uppercase.
Ctrl-U, L Makes the selected characters or the character
to the right of the insertion point lowercase.
Ctrl-U, S Reverses the case of the selected characters
or the character to the right of the insertion point...

regards,
karthik
Post by Francisco Diaz Trepat - gmail
Hi all.
I wanted to know if there is a plugin to select some code (text) and
transform them to lowercase or to upper case, and more text hacks.
I am using netbeans 6.1, actually now working with 6.5.
Well, if some one knows, please let me know.
thanks,
f(t)
Francisco Diaz Trepat - gmail
2008-10-30 19:06:30 UTC
Permalink
Thanks I found
http://www.netbeans.org/kb/articles/netbeans-hacks-1.html#uppercase
before sending the mail but couldn't make it work.

thanks again,
f(t)
Post by Karthik
http://hg.netbeans.org/main/raw-file/6a85f2452288/usersguide/javahelp/org/netbeans/modules/usersguide/shortcuts/editorcuts.html
* Multikey shortcuts are written in the following format: Ctrl-U, T.
To use this shortcut, hold down the Ctrl key and press U, then release
both keys and press T...
...Modifying Text..
Ctrl-U, U Makes the selected characters or the character
to the right of the insertion point uppercase.
Ctrl-U, L Makes the selected characters or the character
to the right of the insertion point lowercase.
Ctrl-U, S Reverses the case of the selected characters
or the character to the right of the insertion point...
regards,
karthik
Post by Francisco Diaz Trepat - gmail
Hi all.
I wanted to know if there is a plugin to select some code (text) and
transform them to lowercase or to upper case, and more text hacks.
I am using netbeans 6.1, actually now working with 6.5.
Well, if some one knows, please let me know.
thanks,
f(t)
Loading...