Community
Participate
Working Groups
see bug 217644. Let's go further with Curtis work https://bugs.eclipse.org/bugs/show_bug.cgi?id=217644#c5
see https://bugs.eclipse.org/bugs/show_bug.cgi?id=217644#c12 >- Opening stack trace in Java Stack Trace console require action to be invoked >from popup menu (arguably less convenient), then previous content of that view >will be lost. Though this is probably the less intrusive middle ground.
*** Bug 235291 has been marked as a duplicate of this bug. ***
*** Bug 240129 has been marked as a duplicate of this bug. ***
There is at least some interest in this feature. This should be looked at again in 3.5. Remember that a patch with a simple implementation is available on bug 217644.
I should have some spare time within next couple of days and have some patch with this for you.
*** Bug 241142 has been marked as a duplicate of this bug. ***
Created attachment 109139 [details] patch This is original Curtis patch with two minor changes: externalized strings and "additions" changed to constant. It also uses a new icon (grayed out open_artifact_obj.gif) to indicate whether button is disabled. Patch contains only PDE part of changes. I'll create a separate bug in JDT-debug for debug part.
Created attachment 109142 [details] icon icon to be put in org.eclipse.pde.ui/icons/obj16/open_artifact_disabled_obj.gif it's grayed out org.eclipse.pde.ui/icons/obj16/open_artifact_obj.gif
Since the warm up builds for M1 have already started, I'll wait until the start of M2 to put this in. Thanks for finishing this Jacek.
Comment on attachment 109139 [details] patch Marking patch as contributed. Thanks for your work on this Jacek.
Made some improvements to avoid creating too many instances of the console. Committed to HEAD.