The File handling » File change detection branch of Settings includes setting that allow you to control the behavior when the active file is updated externally (outside of the editor).
This setting forces the editor to make active any file it reloads due to external changes. The default setting is to not make the file active.
This setting causes the editor not to prompt you if it detects that a file was deleted (externally). By default, this is not set, and the editor will prompt you that a file has been deleted when file change detection is enabled.
If this option is selected, files will only be checked for external changes when UltraEdit / UEStudio receives focus (when switching from another application or from a dialog within the application) rather than checking automatically at predefined intervals.
If this option is selected, only the active file will be checked for external changes when file change detection is enabled. This can improve performance if many files are open at the same time, especially if they're from a slower network.
This setting determines the interval in seconds at which the editor checks for changes to files when file change polling has been activated using in the View tab. Set to "0" to disable file change polling completely.
This setting forces the editor to always jump to the last line in a file that is being updated by file change polling. This is similar to the Unix tail command.