mehmet-karaman
mehmet-karaman
This is an improvement of the search & replace all in text editors/java editors/xtext editors etc. Instead of replacing all occurrences one by one (and notify document change), it replaces...
This fixes the unsync fModelEvent usage in the fireModelChanged() method.
- This PR will fix multithreading issues described in https://github.com/eclipse-xtext/xtext/issues/3524 - added synchronize block to methods in AnnotationModel, wherever reads / writes could happen in multiple threads. - changed execution...