Author Topic: Customizing Diffzilla  (Read 3492 times)

RG_Basser

  • Community Member
  • Posts: 20
  • Hero Points: 0
Customizing Diffzilla
« 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.

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2899
  • Hero Points: 153
Re: Customizing Diffzilla
« Reply #1 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).

RG_Basser

  • Community Member
  • Posts: 20
  • Hero Points: 0
Re: Customizing Diffzilla
« Reply #2 on: January 12, 2007, 10:41:51 AM »
Works prefect! Thank you Dan! ;D