See Also
Options for external programs.
Dynamsoft SourceAnywhere Hosted can be configured with the viewing/editing application of the user's choice. The View and Edit commands will automatically open files using the utility configured here. If this box is left blank, Dynamsoft SourceAnywhere Hosted will open files with their associated Windows application.
This option is used to specify an external application for visual diff/merge on files or directories.
Note: Dynamsoft SourceAnywhere Hosted Diff/Merge tool MergeHero is configured by default. If MergeHero is configured, the following arguments items will be invalid.
Arguments for diff files
This option allows you to specify the arguments to supply to the diff tool for files diff when the diff tool is invoked. The following macros are available (the macros are case-sensitive):
For example, to invoke WinDiff to compare two files from command line, the
command is as follows:
Windiff path_to_first_file path_to_second_file
So, the entry for this field that is appropriate for the external diff tool WinDiff is:
"%FIRST_FILE%" "%SECOND_FILE%"
Arguments for three-way merge:
This option allows you to specify the arguments to supply to the merge tool for three-way merge when the merge tool is invoked. The following macros are available (the macros are case-sensitive):