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

Could the generated Java source be shown as a tab of the .isis editor? #19

Open
danhaywood opened this issue Sep 11, 2015 · 3 comments
Open

Comments

@danhaywood
Copy link

Similar to how a pom.xml has different tabs?

@tjuerge
Copy link
Contributor

tjuerge commented Sep 13, 2015

This should be doable. But is it worth it? The generated Java types are marked as "derived". So they're read-only - they're regenerated / overwritten without a warning.

@tjuerge
Copy link
Contributor

tjuerge commented Sep 13, 2015

Btw. Xtext generated editors and Java types have a context menu entry "Open Generated File" / "Open Source File" to navigate to the selected element in the corresponding editor:

screen shot 2015-09-13 at 17 24 12
screen shot 2015-09-13 at 17 26 27

@danhaywood
Copy link
Author

Ok, perhaps this is better as a suggestion for xtext itself.
On 13 Sep 2015 16:29, "Torsten Juergeleit" notifications@github.com wrote:

Btw. Xtext generated editors and Java types have a context menu entry
"Open Generated File" / "Open Source File" to navigate to the selected
element in the corresponding editor:

[image: screen shot 2015-09-13 at 17 24 12]
https://cloud.githubusercontent.com/assets/2626998/9837373/b623b282-5a3c-11e5-9f47-df46371d5121.png
[image: screen shot 2015-09-13 at 17 26 27]
https://cloud.githubusercontent.com/assets/2626998/9837375/c0be9374-5a3c-11e5-97b5-1f551a0a1afd.png


Reply to this email directly or view it on GitHub
#19 (comment)
.

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

No branches or pull requests

2 participants