Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Disable the On-The-Fly parsing
icon5.gif  Disable the On-The-Fly parsing [message #1514390] Wed, 17 December 2014 08:59 Go to next message
Eleanor Richie is currently offline Eleanor RichieFriend
Messages: 125
Registered: August 2014
Senior Member
Hello all,,
I have a large DSL and the the files will have around 10,000 lines. This is not always the case for sure but I for large files the performance of the editor is very bad and it is extremely slow . If anyone can help me disable the On-The-Fly parsing and updating the outline so that the file will be parsed and the outline will be updated after the saving. Also, is there anything that can help me disable features after a certain number of lines? or anything or tips and tricks to enhance the performance for large files?

Thanks,
Re: Disable the On-The-Fly parsing [message #1514525 is a reply to message #1514390] Wed, 17 December 2014 11:16 Go to previous message
Uli Merkel is currently offline Uli MerkelFriend
Messages: 250
Registered: June 2013
Senior Member
Because most of the editor functionality is based on the parsed AST:

what about just using another editor to do all the bulk changes on the large files
and load them only into your DSL editor for a final syntax check and generator?
Previous Topic:Problems with Scoping
Next Topic:Navigating model files
Goto Forum:
  


Current Time: Thu Sep 26 01:40:42 GMT 2024

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

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

Back to the top