Bug #3085

Mis à jour par Serge Heiden 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 Solution 1

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

Thus all TXM jobs will prompt the progress dialog

Retour