Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Texo/Xcore Support"

(Created page with "__TOC__ == Xcore Support == Texo supports xcore in the same way as an ecore model file. All the [[Texo#Code_generation_topics|code gene...")
 
(Xcore Support)
Line 6: Line 6:
  
 
To try the different functionalities right click on the xcore file:
 
To try the different functionalities right click on the xcore file:
 +
  
 
[[Image:org.eclipse.emf.texo.xcore.png|center]]
 
[[Image:org.eclipse.emf.texo.xcore.png|center]]
 +
  
 
The available options are the same as for an ecore file. There is an additional option to generate an ecore file, for your convenience.
 
The available options are the same as for an ecore file. There is an additional option to generate an ecore file, for your convenience.

Revision as of 16:50, 13 December 2013

Xcore Support

Texo supports xcore in the same way as an ecore model file. All the code generation functionality is also supported for xcore files. You can specify an annotations model (load the referenced xcore file as any standard resource in the annotationsmodel file).

To try the different functionalities right click on the xcore file:


Org.eclipse.emf.texo.xcore.png


The available options are the same as for an ecore file. There is an additional option to generate an ecore file, for your convenience.

Auto-generate

You can tell Texo to automatically generate the model code when model files change. This can however interfere with the EMF XCore auto generate feature. To disable the EMF Xcore auto generation uncheck the 'Compiler is actived' option in the project properties:


Org.eclipse.emf.texo.xcore.uncheck.auto.png

Back to the top