eclipse / xtext-eclipse

xtext-eclipse
Eclipse Public License 2.0
49 stars 73 forks source link

Make loading of Xtext index better hookable #1878

Closed cdietrich closed 2 years ago

cdietrich commented 2 years ago

Make loading of Xtext index better hookable

cdietrich commented 2 years ago

@szarnekow why do you think? bad idea?

szarnekow commented 2 years ago

@szarnekow why do you think? bad idea?

Hmm I understand that the persister itself is not easily customizable?

cdietrich commented 2 years ago

we want to basically hook into the loading so that we can transform the index content into a map in the builderstatate subclass with the load itself we have to basically copy&paste all the isloaded stuff etc

szarnekow commented 2 years ago

Makes sense.