Issue OBJS108 (regression in jump-to-declaration) has just been modified by user rob...@ma...
You can view the issue detail at the following URL:
<http://icandy.homeunix.org:443/scarab/issues/id/OBJS108>
The following modifications were made to this issue:
seems like osMode.cleanupFrame() is getting called in EditorFrame#setMode(), which removes the frame from the table... the problem is there is no corresponding EditorFrame#installFrame... this is related to not wanting to change the EditorKit (and hence the Document) whenever we switch mode.
probably a good solution is to generalize the editor kit implementation to work for any mode, and always use the same EditorKit regardless of the mode. While I'm at it, I should split all the static utility crap out of the editor kit
|