mdenet / platformtools

Education platform tool functions.
Eclipse Public License 2.0
0 stars 3 forks source link

Xtext generates editing tool #36

Closed szschaler closed 9 months ago

szschaler commented 9 months ago

This is a PR builds on the capabilities introduced by https://github.com/mdenet/educationplatform/pull/161. In this PR, we add functionality for the Xtext tool generate a custom tool for each generated language that is included in the WAR file generated. This will allow functionality like transforming an Xtext model to XMI (for further visualisation as an object diagram) etc.

szschaler commented 9 months ago

This is still waiting for URL rewriting in tool function specifications, to be provided by separate PR.

szschaler commented 9 months ago

I note that the Xtext tool still uses a 127.0.0.1 URL to reference its function, but wasn't sure if this needs fixing?

szschaler commented 9 months ago

I've addressed some of these comments. Others are probably better left for later revisions. Are you happy to merge?

barnettwilliam commented 9 months ago

I've addressed some of these comments. Others are probably better left for later revisions. Are you happy to merge?

Yes, all good I have just approved.