Search found 2223 matches

by psguru
Wed Oct 27, 2004 6:14 pm
Forum: FtpVC
Topic: Roll back to old files
Replies: 7
Views: 18257

This is already possible -- via History command, where you can specify a label filter.
by psguru
Tue Oct 26, 2004 5:24 pm
Forum: ExamDiff Pro
Topic: Show only difference words
Replies: 1
Views: 6619

It's not possible at present. You can limit your view to only modified lines, and to highlight modified words, but you cannot view only modified words.
by psguru
Tue Oct 26, 2004 5:22 pm
Forum: ExamDiff Pro
Topic: ExamDiff Pro Locks up Windows 2000 forcing a power-off
Replies: 4
Views: 11240

Thanks, I got your files. While I couldn't reproduce locking-up Windows, drawing of long lines, especially if they have tabs, is computationally-expensive in the current drawing algorithm in EDP. We'll try to optimize the algorithm in the next public build.

Thanks again for reporting the issue.
by psguru
Tue Oct 26, 2004 5:40 am
Forum: ExamDiff Pro
Topic: ExamDiff Pro Locks up Windows 2000 forcing a power-off
Replies: 4
Views: 11240

Is there a way for you to (privately) send me your files that cause the lock-up, along with your options (exported to a file via Options | Export to File button)? BTW, are you using the latest (3.2c) version? Also, when your machine locks up, can you Ctrl+Alt+Del, start the Task Manager, and kill EDP?
by psguru
Fri Oct 22, 2004 5:10 pm
Forum: ExamDiff Pro
Topic: Confusing options
Replies: 1
Views: 6745

Filters in "Dir Comparison" control what files/folders will be compared; filters in "View Filter" control what files/folders (out of the compared set) will be displayed. The latter can be changed after a comparison, without having to re-compare. After you change the former, you w...
by psguru
Fri Oct 22, 2004 5:37 am
Forum: ExamDiff Pro
Topic: Simple suggestion
Replies: 8
Views: 15585

Thank you for sharing this. still believe it would be much better if such a function was build into EDP, i don't think that a simple file touch would add more than 2-3 KB I'll go ahead and add your request to the wish list at http://prestosoft.com/ps.asp?page=edp_suggestions . We'll see what other u...
by psguru
Thu Oct 21, 2004 5:15 pm
Forum: ExamDiff Pro
Topic: Simple suggestion
Replies: 8
Views: 15585

Before we add your request to the wish list, let me first explain how this can be achieved now in EDP. Since EDP provides an easy access to the Shell context menu for each directory item (via Right-Click, then Explorer Menu, or via Shift + Right-Click to go directly to the Explorer Menu), you could ...
by psguru
Wed Oct 20, 2004 5:20 pm
Forum: ExamDiff Pro
Topic: 3.2c (eval) bug found
Replies: 1
Views: 6678

Thank you for your bug report. You are correct on both accounts. The problems will be fixed in the next public build.
by psguru
Wed Oct 20, 2004 5:19 pm
Forum: ExamDiff Pro
Topic: command line options for individual diff reports in html
Replies: 2
Views: 9489

To achieve what you want, you need to write a script or a batch file. For example, create 2 batch files: diff.bat ======== for /R c:\directory1 %%F in (*.*) do call do_diff "%%F" do_diff.bat =========== set file1=%~1 set file2=%file1:c:\directory1=c:\directory2% set file3=%file1:c:\directo...
by psguru
Tue Oct 19, 2004 5:37 am
Forum: ExamDiff Pro
Topic: Directory tree view ?
Replies: 1
Views: 6958

it would be nice though to have a folder/tree view in the 2 panes, or do I miss an option ? There is currently no such option. There's however a suggestion ("Option to switch between list views and collapsible/expandable tree views in recursive directory comparison") on the wish list at h...
by psguru
Mon Oct 18, 2004 5:18 pm
Forum: FtpVC
Topic: Where's the Version Control?
Replies: 3
Views: 10964

Here's how you can do it: 1. Go to Project Options, use Export to File button to save the option in a file with the following name: forceloadoptions.txt 2. Upload the options file to the FTP server (use the same remote folder as specified in your Startup options) using a regular FTP client. 3. Resta...
by psguru
Mon Oct 18, 2004 5:15 pm
Forum: ExamDiff Pro
Topic: enhancement idea
Replies: 5
Views: 11617

To use full file comparison options in directory comparison go to Options | Dir Comparison and uncheck all settings under "Do not perform full file comparison". Once you get the results you expect in the GUI, you can export your options to a file, then use /g option (with the file name to ...
by psguru
Mon Oct 18, 2004 5:43 am
Forum: ExamDiff Pro
Topic: Where are the settings stored?
Replies: 2
Views: 8271

In the Registry (HKEY_CURRENT_USER\Software\PrestoSoft\ExamDiff Pro). You can, however, export you settings to a file (Options | Export to File), then use /g command line option to load from the options file when you start ExamDiff Pro.
by psguru
Sun Oct 17, 2004 1:23 pm
Forum: ExamDiff Pro
Topic: enhancement idea
Replies: 5
Views: 11617

In the meantime, until this feature is implemented, you need to place all of your small files in one directory (before editing) and another (after editing), then use directory comparison with full file comparison options.
by psguru
Fri Oct 15, 2004 5:08 pm
Forum: FtpVC
Topic: Where's the Version Control?
Replies: 3
Views: 10964

This is most likely the result of different developers having different values for Project Options | Startup | "FtpVC directory (relative to the remote directory)" setting. One way to prevent it is to upload an options file to your server and use the FtpVC option to load the file. Another ...