eclipse-ocl / org.eclipse.ocl

Eclipse Public License 2.0
0 stars 0 forks source link

[ui] Use worker thread for OCL->Load Document #1523

Closed eclipse-ocl-bot closed 1 month ago

eclipse-ocl-bot commented 1 month ago

| --- | --- | | Bugzilla Link | 468130 | | Status | RESOLVED FIXED | | Importance | P3 normal | | Reported | May 24, 2015 10:56 EDT | | Modified | May 26, 2015 06:30 EDT | | Reporter | Ed Willink |

Description

Loading a Complete OCL document can give a UI freeze.

Override ResourceDialog.okPressed to execute processResources() on a worker thread, then execute super.okPressed back on the UI thread taking care to re-overload processResources to do nothing on the second call.

eclipse-ocl-bot commented 1 month ago

By Ed Willink on May 25, 2015 16:33

Pushed to master for RC2.