Skip to main content



      Home
Home » Modeling » TMF (Xtext) » How to integrate xtext plugin inside custom project(How to integrate xtext plugin inside custom project)
How to integrate xtext plugin inside custom project [message #1732613] Wed, 18 May 2016 09:34
Eclipse UserFriend
HI,

I have created my own custom project which contains structure

MyProject
|-> src
|-> bin

I could create my own custom project using plugin development. I want to add my xtext editor nature to this project if it has file.mydsl extension.

To be simple: I have custom project plugin, and I have xtext editor plugin. I want to add xtext editor plugin inside my custom project.

Can anyone please tell me?
Re: How to integrate xtext plugin inside custom project [message #1732617 is a reply to message #1732613] Wed, 18 May 2016 03:28 Go to previous message
Eclipse UserFriend
Hi,

what do you mean by "integrating"

per se the installation of the xtext editor (your plugin) and the project has nothing to do with each other.
to work properly with xtext (any dsl) the project needs the xtext builder and xtext nature.

this is by default done it you open the editor (NatureAddingEditorCallback)

have a look at the implementation on how to programmatically add natures and builders
(this is a task that is generally not xtext specific)
Previous Topic:RuleName as Link
Next Topic:@Check Validator with 2 or more parameters
Goto Forum:
  


Current Time: Wed Jul 23 16:42:56 EDT 2025

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

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

Back to the top