ssi-schaefer / lcdsl

Eclipse Launch Configuration DSL (Xtext based)
Eclipse Public License 1.0
23 stars 12 forks source link

new feature: Link to products / features / plugins #27

Closed enikao closed 4 years ago

enikao commented 5 years ago

I'd like to jump to the referenced product / feature / plugin when Ctrl-clicking / pressing F3 on a reference.

Example (| = cursor position):

plugin com.example.m|y.plugin;

Pressing F3 should open plugin.xml in com.example.my.plugin.

mduft commented 5 years ago

Best would be to open the MANIFEST.MF - you can access plugin.xml from there anyway. plugin.xml might not always exist...

enikao commented 5 years ago

I agree, MANIFEST.MF is the right target. Essentially the same functionality as currently exists in feature editor to jump to included. plugins.

mduft commented 4 years ago

Right now, links to paths/plug-ins and faetures are supported. Products and applications are on a little bit different page, but finding the way to the plug-in which /defines/ the product/application anyway should help a lot already.