Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Custom Java extensions in Xtext(Java extension Xtext implementation consultation)
Custom Java extensions in Xtext [message #1765469] Fri, 09 June 2017 22:21 Go to next message
Ori Roth is currently offline Ori RothFriend
Messages: 2
Registered: June 2017
Junior Member
Hello! I'm considering using Xtext to implement a full-fledged Eclipse editor that support my custom Java extension: the basic Java editor (coloring, auto-completion etc.) + custom translation of the code into legal Java code.

I already know how I want to convert user code to Java, so I want Xtext to supply the other Java editor capabilities.


  1. Does Xtext support that?
  2. Is Xtext what I am looking for, or should I create a regular Eclipse plugin instead?
  3. Would it be easy to implement? What tutorial/s should I follow? (standard xbase maybe?)


I would also appreciate any relevant tips!
Thanks in advance.
Re: Custom Java extensions in Xtext [message #1765554 is a reply to message #1765469] Mon, 12 June 2017 12:35 Go to previous message
Christian Dietrich is currently online Christian DietrichFriend
Messages: 14665
Registered: July 2009
Senior Member
Hi,

i assume it will be a really big pile of work to do so doing this e.g. with MPS might be easier (baselang already there, better extension support, ...)
you may have a look at for a starting point https://github.com/lorenzobettini/jbase


Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Previous Topic:Compute another type from inferredType
Next Topic:FXDiagram does not work with Eclipse Neon?
Goto Forum:
  


Current Time: Fri Apr 26 09:17:40 GMT 2024

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

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

Back to the top