You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add helper to analyze SWTBot context
* improved report of swt status in case of failure
* prevent race condition in updating sirius representations
* change Sirius notification refresh stategy to command queue
this prevent multiple simultaneous call to refresh sirius
representation. however, everything is refreshed at last thanks to the
queue
* use swtbot UIThreadRunnable instead of Display.syncExec
contribute to eclipse-gemoc/gemoc-studio#123
Signed-off-by: Didier Vojtisek <[email protected]>
Copy file name to clipboardExpand all lines: framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.extensions.sirius/src/org/eclipse/gemoc/executionframework/extensions/sirius/services/AbstractGemocDebuggerServices.java
Copy file name to clipboardExpand all lines: framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.extensions.sirius/src/org/eclipse/gemoc/executionframework/extensions/sirius/ui/preferences/PreferenceInitializer.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ public class PreferenceInitializer extends AbstractPreferenceInitializer {
Copy file name to clipboardExpand all lines: framework/xdsml_framework/tests/org.eclipse.gemoc.xdsmlframework.test.lib/src/org/eclipse/gemoc/xdsmlframework/test/lib/SWTBotHelper.xtend
0 commit comments