eMoflon / emoflon-ibex

Shared, eMoflon-specific component for incremental unidirectional and bidirectional graph transformations
GNU General Public License v3.0
13 stars 4 forks source link

GT API: Provide linking to source file #336

Open patrickrobrecht opened 6 years ago

patrickrobrecht commented 6 years ago

In a Java class (pattern/rule or match) of the generated API one should be able to jump to the gt file containing the pattern/rule with one click.

Hint: extension point org.eclipse.ui.workbench.texteditor.hyperlinkDetectors (see https://github.com/eMoflon/emoflon-ibex-ui/pull/74)

Maybe use an annotation to place a link to the source file in the generated code? (to avoid to search for the gt file containing a pattern/rule of the required name)

The linking from a pattern/rule to the generated class should be easier as this follows a naming convention.

anthonyanjorin commented 5 years ago

Any progress? Have you been able to reproduce? Is it clear what this issue means?