options:xml:auto-reload-non-modified

Auto Reload of Non Modified files

AutoReloadNonModified - controls HippoEDIT behavior if non modified open file updated by external program.

If true (default) nonmodified files will be reloaded silently, without confirming popup.
If false, old behavior - confirmation popup will be shown.

For modified documents, the popup is shown always (if not disabled for current document).

To disable new behavior add this to settings.xml:

<General>
  <AutoReloadNonModified>false</AutoReloadNonModified>
</General>

#xml_option