Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Asynchronous validation and content assist
Asynchronous validation and content assist [message #1803319] Tue, 26 February 2019 17:37
Marcin Kamionowski is currently offline Marcin KamionowskiFriend
Messages: 1
Registered: February 2019
Junior Member
Hi everyone

I want to implement validation and content assist that requires data from remote server.
It means that we will be blocking thread until we get the response.
I see that validation methods are called by background thread and content assist by main thread. I assume that invoking i/o blocking operations will result in poor user experience. Is there a version of AbstractDeclarativeValidator and IdeContentProposalProvider that will work in my case?

Best regards
Marcin
Previous Topic:Error saving an EMF model with Crossreferences in a new XtextResource
Next Topic:XText 2.16.0 Hello World example.Maven build failed
Goto Forum:
  


Current Time: Wed Apr 24 14:32:15 GMT 2024

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

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

Back to the top