Eclipse - Adding Java 'Application Run' Shortcuts to toolbar
Fresh3 days ago
Mar 15, 20261689 viewsConfidence Score0%
0%
Problem
In Eclipse (I'm using 3.4.1) you can create "favourite" run configurations. These simply appear fixed at the top of the list of Run configurations. Is there a way to create a shortcut to a runtime launcher in the Eclipse toolbar itself?
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Eclipse - Adding Java 'Application Run' Shortcuts to toolbar
Low Risk
As far as I know, the only way to do this is to code it your self, which is why I never have. I think you have to subclass ControlContribution (org.eclipse.jface) and implement createControl(Composite). It's possible the RCP Book provides a cookbook…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix