Search found 1904 matches
- Sun Jan 17, 2021 1:09 pm
- Forum: ExamDiff Pro
- Topic: Pascal
- Replies: 1
- Views: 10
Re: Pascal
We'll change the defaults to include these types. Updates should change your own settings though.
- Tue Jan 05, 2021 11:00 am
- Forum: ExamDiff Pro
- Topic: Keyboard settings not saved for next use
- Replies: 2
- Views: 104
Re: Keyboard settings not saved for next use
You don't need to specify settings in the command line if all you want is to use defaults saved in the last use. Is this reproducible? Is it possible that you had two instances of EDP open, and you made changes in one of them?
- Tue Dec 22, 2020 1:55 pm
- Forum: ExamDiff Pro
- Topic: Please update the following plugins (for next release)
- Replies: 26
- Views: 13261
Re: Please update the following plugins (for next release)
Will update, thank you.
- Thu Dec 10, 2020 5:31 pm
- Forum: ExamDiff Pro
- Topic: Exclude known different words
- Replies: 3
- Views: 185
Re: Exclude known different words
There's no direct support to substitute words but you can exclude parts of lines matching a regular expression, such as
Code: Select all
tempTEST|tempPROD
- Sat Nov 07, 2020 2:27 pm
- Forum: ExamDiff Pro
- Topic: Woooosh!
- Replies: 8
- Views: 790
Re: Woooosh!
Probably the UI thread is blocked at that time. Will be hard to reproduce but sounds like a pretty uncommon case.
- Sat Nov 07, 2020 1:17 pm
- Forum: ExamDiff Pro
- Topic: Woooosh!
- Replies: 8
- Views: 790
Re: Woooosh!
Which is expected if the list is huge. I think we squeezed as much speed from the list refresh as possible.
- Sat Nov 07, 2020 9:54 am
- Forum: ExamDiff Pro
- Topic: Woooosh!
- Replies: 8
- Views: 790
Re: Woooosh!
What message box is this? Unless I'm confused about the process you are describing, all file operations are done using the standard Windows Explorer API, which should use its own messages.
- Thu Nov 05, 2020 1:58 pm
- Forum: ExamDiff Pro
- Topic: Woooosh!
- Replies: 8
- Views: 790
Re: Woooosh!
Thanks. Probably https://www.prestosoft.com/edp_buildhistory.asp#11.0:
Changes in Build 11.0.1.9
2020-10-08
Improvement: Multiple performance improvements for the process startup/shutdown and comparison
- Thu Nov 05, 2020 10:51 am
- Forum: ExamDiff Pro
- Topic: Up and right arrow keys don't work when editing
- Replies: 2
- Views: 240
Re: Up and right arrow keys don't work when editing
I'm unable to reproduce this problem. Anyone else seeing this?
- Mon Oct 26, 2020 8:26 am
- Forum: ExamDiff Pro
- Topic: ExamDiff Pro + .NET-Framework 3.5
- Replies: 1
- Views: 272
Re: ExamDiff Pro + .NET-Framework 3.5
ExamDiff Pro does not itself use .Net but some plug-ins do. See viewtopic.php?p=4591#p4591 for more details.
- Sun Oct 18, 2020 4:23 pm
- Forum: ExamDiff Pro
- Topic: Please update the following plugins (for next release)
- Replies: 26
- Views: 13261
Re: Please update the following plugins (for next release)
Thanks, will update.
- Fri Oct 16, 2020 11:39 am
- Forum: ExamDiff Pro
- Topic: Bug: .... is not a file!
- Replies: 1
- Views: 284
Re: Bug: .... is not a file!
I suspect these files were not fully synced from One Drive to your local computer when you first attempted to compare them. ExamDiff Pro does not have any problem comparing HTML files. Try changing their extensions back to HTML and compare again.
- Fri Oct 09, 2020 4:06 pm
- Forum: ExamDiff (Freeware)
- Topic: Translation Into Portuguese Language
- Replies: 1
- Views: 567
Re: Translation Into Portuguese Language
Unfortunately, it's not possible, due to the way the program is written. It would take a lot of redesign to make it feasible.
- Wed Sep 30, 2020 1:09 pm
- Forum: ExamDiff Pro
- Topic: Problem and BUG with comparing two different encoded text files
- Replies: 7
- Views: 1110
Re: Problem and BUG with comparing two different encoded text files
The reason I compared file encoding to other metadata (as opposed to "case") is that encoding is a file attribute, not a line/character attribute. It's one-per-file, like size or timestamp. In any case, this particular scenario is not something that comes up a lot (it's the first time we've been ask...
- Tue Sep 29, 2020 2:05 pm
- Forum: ExamDiff Pro
- Topic: Problem and BUG with comparing two different encoded text files
- Replies: 7
- Views: 1110
Re: Problem and BUG with comparing two different encoded text files
The proper analogy for file encoding would be other file metadata, such as file size or timestamp. Note that for file comparison, when encodings don't match, the status bar boxes with encoding are colored with the Changed color, denoting the difference. Showing a message during file comparison is ak...