Community
Participate
Working Groups
Build Identifier: When in a Java Editor there is a "Source" main menu and a "Source" context menu which contains actions such as toggle comment, indent selection, etc. This is not present for an IMP editor Reproducible: Always Steps to Reproduce: Open IMP editor
Created attachment 175848 [details] Here's a possible implementation based upon JDT
Created attachment 175850 [details] SWTBot test plugin for the proposed patch
Created attachment 175871 [details] missing test plugin dependency
This patch looks like it was all copied/adapted from the JDT. Was any part of this taken from anywhere else?
That's correct, it all came from the JDT.
Reviewed patches; they all looked reasonable to me. Applied to HEAD of SVN trunk. Will go out as part of the next IMP release. Thanks!