ignoreUnsavedChanges
If <ignoreUnsavedChanges> is set to true Xopus will exit without a warning even if the user has unsaved changes.
<x:config version="1.0" xmlns:x="http://www.xopus.com/xmlns/config">
<x:miscellaneous>
<x:ignoreUnsavedChanges>true</x:ignoreUnsavedChanges>
</x:miscellaneous>
</x:config>Values
- true
-
Will ignore unsaved changes.
- false
-
The default value. Xopus will show a dialog when it is closed while there are unsaved changes.
- Documentation
- › Configuration
- › Elements
- › ignoreUnsavedChanges
ignoreUnsavedChanges element
Namespace: http://www.xopus.com/xmlns/config
Parent Elements
History
| version | event |
|---|---|
| Xopus 4.0.3 | Re-implemented <ignoreUnsavedChanges>. (Case 194659) |
| Xopus 4.0.0 | Bug. <ignoreUnsavedChanges> is ignored. (Case 194659) |
| Xopus 4 | Unavailable. |
| Xopus 3.x | Introduction. |