opencaesar / oml-rosetta

An Eclipse IDE that supports OML natively
Apache License 2.0
10 stars 1 forks source link

Add new project and new ontology wizards #3

Closed paulgaspardo closed 4 years ago

paulgaspardo commented 4 years ago

The new project wizard configures the project to have OML and Xtext natures and creates a src directory.

The new ontology wizard creates a vocabulary, bundle, or description ontology, and allows the user to specify a namespace IRI, separator, and prefix.

By default, description ontologies are saved as OML XMI and vocabulary and bundle ontologies are saved as OML text.

New Project Wizard

Screen Shot 2020-06-09 at 8 21 19 AM

New Ontology Wizard

Screen Shot 2020-06-15 at 6 06 56 PM

Screen Shot 2020-06-09 at 8 24 22 AM

melaasar commented 4 years ago

You may want to adopt OML 0.7 in this PR. In that release, Bundle got renamed to VocabularyBundle and a new DescriptionBundle got added. So, you may want to accomodate those changes in this PR.

paulgaspardo commented 4 years ago

Updated to 0.7.1 (and made some other fixes)