CamelCase support for Ctrl-Del etc.
Brought to you by:
fabioz
When editing Java files in Eclipse, Ctrl-Del, Ctrl-Left and Ctrl-Right are supporting camel case and stop at the next camel hump. Unfortunatly this seem to be a JDT feature and is not available when editing Python scripts.
Could you please add/port this feature to PyDev, because I'm constantly deleting too much when using Ctrl-Del.
Patch for camel case support
Hi,
since nobody bothered to implement this, I took the effort to locate the JDT code which implements the feature for the java editor and copied it into PyDev. See attached file for the patch.
There is some commented code which would check a setting to toggle this behaviour; I leave it as an exercise for the reader to add such a setting ;)