Menu

#292 CamelCase support for Ctrl-Del etc.

open
None
5
2010-02-10
2008-05-16
No

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.

Discussion

  • Steffen Siebert

    Steffen Siebert - 2010-02-05

    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 ;)

     
  • Fabio Zadrozny

    Fabio Zadrozny - 2010-02-10
    • assigned_to: nobody --> fabioz
     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.