SlickEdit Community

SlickEdit Product Discussion => SlickEdit® => Topic started by: RG_Basser on January 11, 2007, 05:56:00 PM

Title: Customizing Diffzilla
Post by: RG_Basser on January 11, 2007, 05:56:00 PM
Hi, we're using SlickEdit 10.3 in our company and we're editing projects with wide file hierarchy. So we often use Diffzilla, too. But to avoid to diff the hole project everytime there is a any codechange, we limit the search to certain folders. Diffzilla supports for this feature a mru list of the last ten paths selected. The problem is, if there are more than ten left, the last one's deleted (like fifo).

My question: Is there any possibility to setup the amount of the mru list of the diffing paths in Diffzilla?

Thank you for your help.
Title: Re: Customizing Diffzilla
Post by: Dan on January 11, 2007, 07:31:59 PM
This is controlled by the macro variable def_max_diffhist.  If you go to Macro>Set Macro Variable, you can change this variable.  There are 4 values in this variable, you will want to change the second (looking from left to right).
Title: Re: Customizing Diffzilla
Post by: RG_Basser on January 12, 2007, 10:41:51 AM
Works prefect! Thank you Dan! ;D