I'm using a custom DSL with Xtext grammar. In my workspace there are several projects, one of them is the development relevant project, another one is for testing purposes.
In the testing project there are a lot (> 5000) of files of my DSL, required for JUnit tests.
When the Xtext nature is added to this project, rebuilding it takes a long time, so I removed it. It's not important to me in the project anyways. But now everytime I open one of the files, Xtext asks me to add the nature to this project.
Can I disable this dialog, for a specific project or in general?
Thanks for answers!