Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Xtext UI project vs Xtext Ide project
Xtext UI project vs Xtext Ide project [message #1765517] Sun, 11 June 2017 20:50 Go to next message
Santhosh Kumar is currently offline Santhosh KumarFriend
Messages: 44
Registered: March 2011
Member
Can somebody explain what does <somedsl>.ui project and <somedsl>.ide project does?

Looking into the details of .ide project, there is not much in it. I was assuming IDE is UI related so all of its stuff should be in UI.

Thanks for the response.
Re: Xtext UI project vs Xtext Ide project [message #1765520 is a reply to message #1765517] Sun, 11 June 2017 22:06 Go to previous messageGo to next message
Ori Roth is currently offline Ori RothFriend
Messages: 2
Registered: June 2017
Junior Member
From this tutorial:
org.example.domainmodel.ide 	Platform-independent IDE functionality (e.g. services for content assist)
org.example.domainmodel.ui 	The Eclipse editor and other workbench related functionality

The "ui" project is a complete Eclipse plugin that contributes an Eclipse editor for your DSL. Users that installed this plugin may program in your language enjoying syntax coloring, auto-completion, errors/warnings etc. (last picture in the tutorial).
About the "ide" project: I am not really sure, but it does not seem like something you can use out of the box. It contains basic parsing and content assist tools so miscellaneous IDEs that support Xtext would be able to register your DSL.
Re: Xtext UI project vs Xtext Ide project [message #1765524 is a reply to message #1765517] Mon, 12 June 2017 03:09 Go to previous messageGo to next message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14665
Registered: July 2009
Senior Member
The ide project was introduced to host platform (eclipse) independent ide stuff e.g. To support language server protocol, Xtext in the web, Xtext in idea (obsolete) etc

So if you target eclipse only that's fine


Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Re: Xtext UI project vs Xtext Ide project [message #1766225 is a reply to message #1765524] Sun, 18 June 2017 22:09 Go to previous message
Santhosh Kumar is currently offline Santhosh KumarFriend
Messages: 44
Registered: March 2011
Member
thank you Ori/Christian.
Previous Topic:How to use Xtend outside an Xtext project ?
Next Topic:Parsing inmemory text using Xtext outside of Eclipse
Goto Forum:
  


Current Time: Thu Apr 25 09:42:42 GMT 2024

Powered by FUDForum. Page generated in 0.03093 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top