keep "Recompare on Options change"

General questions about using ExamDiff Pro, ideas for new features, bug reports, and usage tips.
Post Reply
User avatar
Yahoo Serious
Expert Member
Posts: 52
Joined: Thu Apr 12, 2007 12:31 am

keep "Recompare on Options change"

Post by Yahoo Serious »

I just moved to a different company, and took along my old .ini for EDP.

After importing it, I did not get the "options changed directories message" (so it probably still reads this setting, and sets the registry setting "Show options changed message"), but it did not update the view either (so it does not sets the registry setting "Recompare on Options change"?!).

This seems like a small backward incompatibility bug to me?
A workaround is to turn on the "Show options changed message" in the options. Then change some compare option and get the "Always ..." dialog. Then set the "Recompare on Options change"-option in that dialog.

My suggestion is to fix this backward incompatibility, by assuming that no "Show options changed message" implies "Recompare on Options change"?

And you may also want to consider adding the "Recompare on Options change"-option to the Options-menu.

Cheers, Yahoo
User avatar
psguru
Site Admin
Posts: 2232
Joined: Sat May 15, 2004 4:23 pm
Location: California
Contact:

Post by psguru »

Do you still have that old options INI file? Could you post it here? Also, what version did you import it into?
psguru
PrestoSoft
User avatar
Yahoo Serious
Expert Member
Posts: 52
Joined: Thu Apr 12, 2007 12:31 am

Post by Yahoo Serious »

The new version is 3.5.1.1

I don't know how to post attachments, so I'll just paste the .ini underneath (sorry):

---
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; ExamDiff Pro
; Version 3.1
; File Version 3.1.0.1
; Build 2003-06-29 18:33:18
; Windows Version: Microsoft Windows 2000 Service Pack 4 (Build 2195)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Compare]
Ignore all white space=1
Ignore changes in white space=0
Ignore leading white space=0
Ignore trailing white space=0
Ignore case=0
Ignore blank lines=0
Ignore matching lines=0
Treat binary as text=1
Detail level=2
Regular expression=([#][:.] *)|(msgstr "*")
First chars to ignore=0
Last chars to ignore=0
Expand tabs=1
Ignore line parts=1
Regular expression 2=[0-9 :-]+,[0-9]+
[Display]
Show line numbers=1
Show dir listview tooltips=1
Use Explorer icons=1
Sync Vertically=1
Sync Horizontally=1
Sync Vertically Dir=1
Sync Horizontally Dir=0
Scroll Cur Diff=1
Show Color Bars=0
Use foreground colors=1
Tab size=2
Color bar width=8
File Screen Font Face Name=Courier
File Screen Font Height=-10
File Screen Font Italic=0
File Screen Font Weight=400
File Screen Font Pitch=0
File Screen Charset=0
File Printer Font Face Name=Courier New
File Printer Font Height=-10
File Printer Font Italic=0
File Printer Font Weight=400
File Printer Font Pitch=0
File Printer Charset=0
Directory Screen Font Face Name=MS Sans Serif
Directory Screen Font Height=-11
Directory Screen Font Italic=0
Directory Screen Font Weight=400
Directory Screen Font Pitch=0
Directory Screen Charset=0
Directory Printer Font Face Name=MS Sans Serif
Directory Printer Font Height=-11
Directory Printer Font Italic=0
Directory Printer Font Weight=400
Directory Printer Font Pitch=0
Directory Printer Charset=0
Added Color=(0, 128, 64)
Deleted Color=(255, 0, 0)
Changed Color=(0, 0, 0)
Changed Color 2=(128, 0, 128)
Inserted Color=(0, 128, 0)
Ignored Color=(0, 0, 255)
Newer Color=(64, 0, 128)
Older Color=(0, 255, 255)
Back Added Color=(217, 255, 217)
Back Deleted Color=(255, 225, 225)
Back Changed Color=(217, 217, 255)
Back Changed Color 2=(255, 255, 202)
Back Inserted Color=(223, 223, 255)
Back Ignored Color=(192, 192, 192)
Back Newer Color=(192, 192, 192)
Back Older Color=(192, 192, 192)
Back Added Hatch=-1
Back Deleted Hatch=-1
Back Changed Hatch=-1
Back Changed Hatch 2=-1
Back Inserted Hatch=-1
Back Ignored Hatch=-1
Back Newer Hatch=-1
Back Older Hatch=-1
[Misc]
Editor=notepad.exe
Arguments=$FILE
Recent Files=10
Recent Strings=10
Enable Change Notifications=1
Compare Dialog On Top=0
Minimize For New Pair=0
ESC to exit=0
Use View Filter To Save Diff=0
Custom separators=0
Word separators=\/!.,;:
Scroll after new compare=0
Scroll after re-compare=0
Reuse window pos=0
Print selection by default=1
Show newline warning=1
Show edit undo warning=0
Show diff combo message=1
Show identical names message=1
Show identical text files message=1
Show identical bin files message=1
Show identical directories message=1
Show different text files message=0
Show different bin files message=0
Show different directories message=0
Show options changed directories message=0
Show comparison too slow message=1
[Directory comparison]
Include filter=*
Exclude filter=
New instance=0
New instance dirs=1
Initial sort=2
Initial sort column=Path
Initial sort direction=1
Same if same time and size=1
Diff if diff size=0
Diff if diff attr=0
Diff if diff time=0
Time diff to ignore=2
Timezone diff=0
No dir sizes=1
Handling of sub-dirs=1
Batch printing=0
No diff number=1
Show empty dirs=0
[Word wrap]
Enable wrap=0
Simple word wrap=0
Wrap width=55
[File editing]
Enable edit=1
Save before recompare=0
Allow edit readonly=0
Create backups=1
Convert tabs to spaces=0
Advance to next file diff=0
[View Filter]
File view same=0
File view added=1
File view deleted=1
File view changed=1
Dir view same=0
Dir view added=1
Dir view deleted=1
Dir view changed=1
Dir view newer=1
Use view name filter=0
Context lines=0
Include names=*
Exclude names=
[Dir columns]
Show name=1
Show rel path=1
Show size=1
Show type=0
Show time=1
Show status=0
Show attributes=0
Show diff number=1
Name order=0
Rel path order=1
Size order=2
Type order=4
Time order=3
Status order=5
Attributes order=6
Diff number order=7
Show rel path option=0
Resize sync=1
[Binary]
Bytes per line=16
Fit to window=0
Byte format=0
Byte case=0
Editor=
Arguments=$FILE
Block size=1
[HTML]
Vert HTML Template=C:\Program Files\ExamDiff Pro\3.1\difftempl_v.htm
Horz HTML Template=C:\Program Files\ExamDiff Pro\3.1\difftempl_v.htm
User avatar
psguru
Site Admin
Posts: 2232
Joined: Sat May 15, 2004 4:23 pm
Location: California
Contact:

Post by psguru »

Thanks for the options.
]This seems like a small backward incompatibility bug to me? A workaround is to turn on the "Show options changed message" in the options. Then change some compare option and get the "Always ..." dialog. Then set the "Recompare on Options change"-option in that dialog.
Yes, this is were the backward compatibility was a little bit broken.
My suggestion is to fix this backward incompatibility, by assuming that no "Show options changed message" implies "Recompare on Options change"?
I doubt that this problem is worth worrying. Also, your assumption is incorrect: the former means that the message will be shown, and the latter -- that when it's not shown, EDPro will recompare the files/directories. You could as well choose not to recompare when you saw the message and selected "Do not show" checkbox.
psguru
PrestoSoft
Post Reply