Menu

#1182 "link with editor" in pydev editor broken with emacs+

open
nobody
None
5
2010-07-07
2010-07-07
No

The emacs+ plugin (<http://www.mulgasoft.com/>) adds additional cursor-movement keys. PyEdit.java, however, updates the 'link to editor' feature directly in keyReleased. It would be good if it could watch for key movement in some more abstract way, so that plugins which add additional keybindings for cursor movement will still update the outline and pydev package explorer.

Discussion