Feature #1036
Mis à jour par Serge Heiden il y a presque 11 ans
To be able to manage network access precisely (see proxy ticket #1022), we need exactly when the update event must be shown. We have to disable default the RCP behavior and implement our own update event manager RCP behavior. manager.
Update events must:
* be shown at the end of the RCP initialisation, in a non-modal thread
* have a preference to disable the automatic event
*Solution*:
* desactivate start by desactivating auto update feature in ApplicationWorkbenchAdvisor
* call 'lookforupdates' command at the end of TXM startup if the 'automaticallylookforupdates' option is true
Update events must:
* be shown at the end of the RCP initialisation, in a non-modal thread
* have a preference to disable the automatic event
*Solution*:
* desactivate start by desactivating auto update feature in ApplicationWorkbenchAdvisor
* call 'lookforupdates' command at the end of TXM startup if the 'automaticallylookforupdates' option is true