Skip to main content



      Home
Home » Modeling » TMF (Xtext) » Deploy for Eclipse and Intelijj
Deploy for Eclipse and Intelijj [message #1733517] Sun, 29 May 2016 09:19 Go to next message
Eclipse UserFriend
Hello,

I recently developed a text editor using eclipse IDE and i deployed the plug-in using a update-site project and worked fine with eclipse.

But now i want to deploy the same project for Intellij. Its possibel?
Or can i create a new project in Eclipse and signal the purpose of the project is for eclipse and intellij ?

Because the main reason is the maintenance of the text editor. I dont want to have two different project for each IDE. I want something that i can change in only one place and work for both IDEs.

Thank you,
Re: Deploy for Eclipse and Intelijj [message #1733693 is a reply to message #1733517] Tue, 31 May 2016 02:08 Go to previous message
Eclipse UserFriend
Hi,

You need to use Xtext wizard again to create a language that supports IntelliJ and Eclipse and then copy over the existing implementation to it.

Language services, like parser, generator, compiler, etc. should go to the runtime project. UI services that are independent from IDE should go to the ide project. This project should not use Eclipse or IntelliJ libraries. In that way you can reuse service from runtime and ide projects in Eclipse and IntelliJ. Read more about the project layout here: http://typefox.io/xtexts-new-generator.

Regards,
Atnon

[Updated on: Tue, 31 May 2016 02:09] by Moderator

Previous Topic:Gradle RunIdea task error
Next Topic:Create Rodin project from Xtend for my DSL
Goto Forum:
  


Current Time: Sun Jul 13 15:11:58 EDT 2025

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

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

Back to the top