by Mofi » Fri May 20, 2011 1:22 am
UltraCompare has yet (v8.10.0.1014) no "Clear History" button like UltraEdit. Therefore histories must be deleted manually. If configuration is stored in registry as by default, copy following lines into a plain ASCII text file and save it for example with name Clear_UC_History.reg. Then double click on this registry file to import it which in real just deletes the history keys of UC Professional in registry for the current user.
REGEDIT4
[-HKEY_CURRENT_USER\Software\IDM Computer Solutions\UltraCompare Pro\UltraCompare Professional\m_slHistory1]
[-HKEY_CURRENT_USER\Software\IDM Computer Solutions\UltraCompare Pro\UltraCompare Professional\m_slHistory2]
[-HKEY_CURRENT_USER\Software\IDM Computer Solutions\UltraCompare Pro\UltraCompare Professional\m_slHistory3]
[-HKEY_CURRENT_USER\Software\IDM Computer Solutions\UltraCompare Pro\UltraCompare Professional\m_slHistory1_dir]
[-HKEY_CURRENT_USER\Software\IDM Computer Solutions\UltraCompare Pro\UltraCompare Professional\m_slHistory2_dir]
[-HKEY_CURRENT_USER\Software\IDM Computer Solutions\UltraCompare Pro\UltraCompare Professional\m_slHistory3_dir]
If configuration setting Use registry for settings (not INI file) is not checked, the histories are stored in file %appdata%\IDMComp\UltraCompare\uc.ini. Open this INI file while UC is not running and delete completely the sections
[m_slHistory1]
[m_slHistory2]
[m_slHistory3]
[m_slHistory1_dir]
[m_slHistory2_dir]
[m_slHistory3_dir]