Ed Merks
Ed Merks
I'll try to find time to reproduce it. Oddly even with the freeze monitoring enabled, it does not report any problem because that would have helped to see a stack...
I created a new environment from scratch with the latest of everything and follow these steps. - Open ManveBND.target with Generic Text Editor. - Scroll near the bottom of the...
The main thread is doing this: ``` "main" #1 [11640] prio=6 os_prio=0 cpu=75796.88ms elapsed=887.29s tid=0x0000021ddb984420 nid=11640 runnable [0x000000a11cdad000] java.lang.Thread.State: RUNNABLE at org.eclipse.jface.text.rules.PatternRule.endSequenceDetected(PatternRule.java:243) at org.eclipse.jface.text.rules.PatternRule.doEvaluate(PatternRule.java:202) at org.eclipse.jface.text.rules.PatternRule.evaluate(PatternRule.java:310) at org.eclipse.jface.text.rules.PatternRule.evaluate(PatternRule.java:214) at org.eclipse.jface.text.rules.RuleBasedScanner.nextToken(RuleBasedScanner.java:170)...
Note that my comment about PDE being involved? The environment is the Orbit one setup like this: https://github.com/eclipse-orbit/orbit-simrel/blob/main/CONTRIBUTING.md In any case, I was merely pointing out that having a fall-back...
I can reproduce, but it only happens for certain types of editors and what you have installed will determine such things, so it's likely hard to reproduce with the SDK....
I had the multi-page editor theory too, but many PDE editors are like that and none of them have this problem. (The Ecore Sample Editor also has this problem, like...
No. But many PDE editors have a source tab with some type of source editor in there, which don't cause problems...
Note that he is "missing in action" so don't expect anything from him.
I hate to be a party pooper here but I think a call to dispose on UI part on a non UI thread is wrong and the caller should not...
I wanted to make a general point here as well. If you mark something for removal, please ensure you have the full SDK IDE setup and that you look at...