Community
Participate
Working Groups
If you update the component.name or implementation.class attributes through source page and then save, it won't appear on Overview page.
I'm guessing this is because we aren't listening to model changes on the Overview page.
hum... I would say it is a DSServiceComponentSection problem, because the others sections are ok. I'm trying to fix, but I'm getting a: Exception in thread "org.eclipse.jface.text.reconciler.MonoReconciler" org.eclipse.swt.SWTException: Invalid thread access while trying to update a FormEntry
We are trying to update the UI not from the UI thread... that's the problem. You need to do something like Display.syncExec(...)
Created attachment 111747 [details] DSServiceComponentSection update
I think we're done with this one, Chris! :)
looks good!
Created attachment 111826 [details] mylyn/context/zip