Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » How to combine to different plugins(How to combine to different plugins)
How to combine to different plugins [message #1733349] Thu, 26 May 2016 17:39 Go to next message
Sachin Samaram is currently offline Sachin SamaramFriend
Messages: 271
Registered: April 2016
Senior Member
Hi,

I have two different plugins in two different eclipse ide. How can I integrate them?

Can anyone explain?
Re: How to combine to different plugins [message #1733379 is a reply to message #1733349] Fri, 27 May 2016 05:41 Go to previous messageGo to next message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14661
Registered: July 2009
Senior Member
What do you mean by integrate

Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Re: How to combine to different plugins [message #1733393 is a reply to message #1733379] Fri, 27 May 2016 08:20 Go to previous messageGo to next message
Sachin Samaram is currently offline Sachin SamaramFriend
Messages: 271
Registered: April 2016
Senior Member
Hi,

I have created xtext plugin for my editor. And also I created one custom project plugin which contains my own folder structure. So I want to combine editor nature for my custom project. I can do it individually by installing two plugins separately but I want to apply the xtext editor nature to my custom project plugin.
Re: How to combine to different plugins [message #1733396 is a reply to message #1733393] Fri, 27 May 2016 08:40 Go to previous messageGo to next message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14661
Registered: July 2009
Senior Member
I don't get the question. You can deploy many plugins to your runtime
eclipse


Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Re: How to combine to different plugins [message #1733397 is a reply to message #1733396] Fri, 27 May 2016 09:01 Go to previous messageGo to next message
Sachin Samaram is currently offline Sachin SamaramFriend
Messages: 271
Registered: April 2016
Senior Member
I will explain clearly. I have exported xtext plugin as zip folder. And I want to add this plugin to runtime of my custom project plugin
Re: How to combine to different plugins [message #1733410 is a reply to message #1733397] Fri, 27 May 2016 09:44 Go to previous messageGo to next message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14661
Registered: July 2009
Senior Member
Sachin Samaram <forums-noreply@xxxxxxxx> wrote:
> I will explain clearly. I have exported xtext plugin as zip folder. And I
> want to add this plugin to runtime of my custom project plugin
>

Since the terms are still ambiguous what do you mean by "adding a plugin to
the runtime of another plugin"

You can add plugins to an eclipse installation only.

Or do you mean adding xtext nature and xtext builder to a project in
eclipse workspace


Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Re: How to combine to different plugins [message #1733414 is a reply to message #1733410] Fri, 27 May 2016 10:07 Go to previous messageGo to next message
Sachin Samaram is currently offline Sachin SamaramFriend
Messages: 271
Registered: April 2016
Senior Member
Yes I want xtext nature and xtext builder to a project in
eclipse workspace.
Re: How to combine to different plugins [message #1733419 is a reply to message #1733414] Fri, 27 May 2016 10:22 Go to previous messageGo to next message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14661
Registered: July 2009
Senior Member
let you inspire by org.eclipse.xtext.builder.nature.ToggleXtextNatureAction.toggleNature(IProject)
org.eclipse.xtext.ui.wizard.AbstractProjectCreator and other places


Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Re: How to combine to different plugins [message #1733448 is a reply to message #1733419] Fri, 27 May 2016 15:10 Go to previous message
Sachin Samaram is currently offline Sachin SamaramFriend
Messages: 271
Registered: April 2016
Senior Member
Hi,

It is working. Thanks
Previous Topic:Parse a text with selfdescribing rules
Next Topic:Simple gradle xtext generator example?
Goto Forum:
  


Current Time: Fri Mar 29 13:14:52 GMT 2024

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

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

Back to the top