Camel Case Movement and Selection module
I have uploaded the Camel Case Movement and Selection module to my NetBeans 5.0 update center described (here). The term camel case refers to the Java identifier naming convension.
This module enables quick movement of caret to the camel case boundaries. For example if you have the following Java code then you can use the supported actions to move the caret to the locations marked by |:
Character.|is|Upper|Case|(char);
The caret movement and selection is supported.
This module provides the following actions:
| Action | Key binding |
| Previous Camel Case Position | Ctrl+Alt+Left |
| Next Camel Case Position | Ctrl+Alt+Right |
| Select to Previous Camel Case Position | Ctrl+Alt+Shift+Left |
| Select to Next Camel Case Position | Ctrl+Alt+Shift+Right |
I have tested it for Java sources.
Sources
DISCLAIMER: This module is experimental. So no guarantees. Use the module at your own risk.
Posted by sandipchitale
( Mar 27 2006, 01:59:27 PM PST ) Permalink