Search found 2220 matches

by psguru
Sat Jun 03, 2023 9:36 pm
Forum: General Board
Topic: How to download specific version
Replies: 1
Views: 7616

Re: How to download specific version

We don't provide downloads for each individual build so in your case you will need to download the latest build of version 11 from https://www.prestosoft.com/edp_download_more.asp
by psguru
Tue May 30, 2023 12:38 pm
Forum: ExamDiff Pro
Topic: Folder comparison over network
Replies: 2
Views: 2415

Re: Folder comparison over network

Thanks for reporting this. I will send you you a PM with the instructions on enabling extended logging. How do you compare against a Mac? Is it mounted somehow?
by psguru
Thu May 04, 2023 3:26 pm
Forum: ExamDiff Pro
Topic: Bug: Run in new instance
Replies: 15
Views: 6506

Re: Bug: Run in new instance

Try the latest build, the change should be there.
by psguru
Tue May 02, 2023 3:09 pm
Forum: ExamDiff Pro
Topic: Bug: Run in new instance
Replies: 15
Views: 6506

Re: Bug: Run in new instance

You did, thanks for the details. Let me see if this if this is feasible and if it can be done in the next build of 14.0.
by psguru
Mon May 01, 2023 12:42 pm
Forum: ExamDiff Pro
Topic: Bug: Run in new instance
Replies: 15
Views: 6506

Re: Bug: Run in new instance

There should be a way to allow step 5 to override it. If you have different instances running different sessions, there's no way for them to know what's happening in the other. Change suggestion: Pre-populate both the file and directory fields with the currently active ones, but don't save them to ...
by psguru
Mon May 01, 2023 9:12 am
Forum: ExamDiff Pro
Topic: Bug: Run in new instance
Replies: 15
Views: 6506

Re: Bug: Run in new instance

After your step 4 the session you used was saved in the file comparison mode and with no information about the original directory comparison. Hence in step 7 that session did not know about those directories. On the other hand, you should easily be able to enter/browse to the folders in question.
by psguru
Tue Apr 25, 2023 8:12 am
Forum: ExamDiff Pro
Topic: Bug: Run in new instance
Replies: 15
Views: 6506

Re: Bug: Run in new instance

Thanks for confirming!
by psguru
Fri Apr 21, 2023 10:41 am
Forum: Announcements
Topic: ExamDiff Pro 14.0 Released!
Replies: 0
Views: 18796

ExamDiff Pro 14.0 Released!

by psguru
Sat Apr 08, 2023 10:35 am
Forum: ExamDiff Pro
Topic: Support for COBOL
Replies: 14
Views: 5568

Re: Support for COBOL

While this is doable, regex parsers can be slow on large files, and generally are considered somewhat obsolete. Tree-sitter-based parsers, on the other hand, are compiled, which makes them a lot faster. The downside is, of course, that one has to white the code for a specific language. EDP uses Crys...
by psguru
Fri Apr 07, 2023 7:48 am
Forum: ExamDiff Pro
Topic: Support for COBOL
Replies: 14
Views: 5568

Re: Support for COBOL

It doesn't, it just makes the display of files prettier and easier to navigate.
by psguru
Thu Apr 06, 2023 3:51 pm
Forum: ExamDiff Pro
Topic: Support for COBOL
Replies: 14
Views: 5568

Re: Support for COBOL

We are talking about the same thing. We'd have to implement the whole COBOL parser (this is how EDP does syntax highlighting) in order to color keywords, detect comments etc.
by psguru
Thu Apr 06, 2023 11:38 am
Forum: ExamDiff Pro
Topic: Support for COBOL
Replies: 14
Views: 5568

Re: Support for COBOL

When you say "untyped" files, do you mean those with no extension?
It means files with extensions not defined in Options | Doc Types and Default/Plain Text files.
by psguru
Thu Apr 06, 2023 11:11 am
Forum: ExamDiff Pro
Topic: Support for COBOL
Replies: 14
Views: 5568

Re: Support for COBOL

When you say "user-defined parsers", do you mean loading Tree-sitter parsers /if/ someone had managed to create one themselves? I mean any kind of a parser library we end up switching to (if and when this is going to happen). I'd have thought the effort involved in allowing users to suppl...