Bug #3085

Mis à jour par Matthieu Decorde il y a plus de 4 ans

All commands for which the result is susceptible to be waited for some time, must provide a work progression feedback.

h3. .h3 Solution 1

At TXM start-up (in ApplicationWorkbenchAdvisor.initializeUI()), force the Eclipse Preferences "General > Run in background" (IPreferenceConstants.RUN_IN_BACKGROUND) to false.

Thus all TXM jobs will prompt the progress dialog

Retour