"link with editor" in pydev editor broken with emacs+
Brought to you by:
fabioz
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.