Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TGG Editor Visualization: Links if file name != rule name #101

Open
patrickrobrecht opened this issue Jun 1, 2018 · 1 comment
Open

Comments

@patrickrobrecht
Copy link
Contributor

In the visualization, only rules which follow a naming convention are clickable (link to the correct file). The PlatformFragmentLinkOpener could be used for a general implementation handling all cases correctly (for example, if multiple rules are placed in the same .tgg file.

@patrickrobrecht
Copy link
Contributor Author

I tried to implement this for the TGG schema. The problem is to find the file to link when the naming convention (file name = rule name) is not obeyed. As rules for the overview are loaded from the model PROJECT_NAME.editor.xmi file, one cannot simply use rule.eResource as done in the GT.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants