Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Is there is a way to parse certain file after the generating from outside the editor(Is there is a way to parse certain file after the generating from outside the editor, similar to what junit does?)
Is there is a way to parse certain file after the generating from outside the editor [message #1699016] Fri, 19 June 2015 13:42 Go to next message
kimi raikonnan is currently offline kimi raikonnanFriend
Messages: 145
Registered: June 2015
Senior Member
Is there is a way to parse certain file after the generating from outside the editor, similar to what junit does?
I mean i need to parse and check if i have syntax errors in certain file without opening the file in the editor.
How to perform task like this
Re: Is there is a way to parse certain file after the generating from outside the editor [message #1699143 is a reply to message #1699016] Mon, 22 June 2015 05:42 Go to previous message
Sven Efftinge is currently offline Sven EfftingeFriend
Messages: 1823
Registered: July 2009
Senior Member
Yes, that is possible.
Assuming you are in Eclipse, you could register an IResourceChangeListener which should send you events when (error) markers are being set.
Previous Topic:How to generate annotations like @Domain(name="Hello")
Next Topic:Rule for allowing only one command per line in DSL using xtext
Goto Forum:
  


Current Time: Thu Mar 28 16:47:03 GMT 2024

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

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

Back to the top