You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 eMoflon/emoflon-ibex-ui#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.
The text was updated successfully, but these errors were encountered:
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 eMoflon/emoflon-ibex-ui#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.
The text was updated successfully, but these errors were encountered: