epsilonlabs / emc-ptcim

EMC driver for the PTC Integrity Modeler
Eclipse Public License 1.0
2 stars 0 forks source link

Navigation from the validation view to the PTC IM should happen in a background job #6

Closed kolovos closed 8 years ago

kolovos commented 8 years ago

When PTC IM isn't started, double-clicking on a failed constraint in the validation view makes Eclipse freeze for quite a while until PTC IM launches. Ideally this should be done in a background job. See http://www.vogella.com/tutorials/EclipseJobs/article.html#eclipse-jobs-api

kolovos commented 8 years ago

Actually, it may make more sense to do this at the extension point level as other implementations may have the same problem in the future

arcanefoam commented 8 years ago

Agree. Will look into this.