 | Corrected bug in toolbar that would cause the left and right edit flip sides when you opened or resized the window. This only happened with certain versions of windows. It would also cause
the context menus (right click) to become reversed. |
 | Added "Copy as CSV" feature to the main window. Accessible from the menu that gets displayed when you select one or
more files and click the right mouse button. Copies the selected files to the clipboard in a tab-delimited format to allow for easy pasting into other applications such
as Microsoft Excel. |
 | Added a "Save as CSV" feature to the File menu of the main window. This saves all file information to a comma-delimited
text file for easy importing into other applications such as Microsoft Excel. |
 | Enhanced the print feature. Uses a smaller font for more compact printouts. Header is now printed on each page along
with a column headings. When used with the "Include Nested Subdirectories" feature, the report automatically groups
items by subdirectory name. |
 | Adjusted the sort algorithm to always display folders at the top of the list. |
 | Added an "Auto Folder Refresh" option to the View menu. Allows you to turn on/off the feature that causes OmniSync to automatically watch the selected folder(s) and refresh when
a change is detected. It can be useful to turn this option off when working with network folders that are changed by other
users quite frequently. |
 | Enhanced the comparison algorithm in the Visual File Compare window to improve its ability to identify changes with minimal
highlighting. |
 | Added line numbers to the Visual File Compare. |
 | Added a progress indicator that gets displayed when the Visual File Compare window is comparing two files. Also allows the user to cancel a compare operation. |
 | Made new navigation button for the Visual File Compare. |
 | Added a "Ignore Leading Chars" setting to the toolbar of the Visual File Compare. This causes the comparison algorithm
to ignore leading characters of each line. This can be useful when comparing source code from languages like BASIC that
prefix lines numbers. |
 | Added a "Resync Line Count" setting to the toolbar of the Visual File Compare. This setting determines how many matching
lines the comparison algorithm must encounter following a difference. Low numbers are more liberal. High numbers cause
the algorithm to be more picky. |
 | Added a statusbar to the bottom of the Visual File Compare. Used to display errors, identify the currently selected
difference, and the total number of differences. |
 | Changed the default font in the Visual File Compare to New Courier 10 in order to make the "Ignore Leading Chars" setting's
visual indicator work correctly (requires non-proportional font). |
 | Adjusted the Visual File Compare window so the line spacing is adjusted accordingly when using very large or small fonts.
|