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"

(Xcore Support)
(Xcore Support)
Line 3: Line 3:
 
== Xcore Support ==
 
== Xcore Support ==
  
Texo supports [[Xcore|xcore]] in the same way as an [[Texo/Generate_Artifacts|ecore]] model file. All the [[Texo#Code_generation_topics|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).  
+
Texo supports [[Xcore|xcore]] in the same way as an [[Texo/Generate_Artifacts|ecore]] model file. All the [[Texo#Code_generation_topics|code generation]] functionality is also supported for xcore files. You can even specify an [[Texo/Code_Generation_Details|annotations]] model on the basis of the xcore file, load the referenced xcore file as any standard resource in the annotationsmodel file.
  
 
To try the different functionalities right click on the xcore file:
 
To try the different functionalities right click on the xcore file:

Revision as of 05:50, 14 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 even specify an annotations model on the basis of the xcore file, 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