Ignoring Lines ED 3.5

General questions about using ExamDiff Pro, ideas for new features, bug reports, and usage tips.
Neoman
Junior Member
Posts: 10
Joined: Mon Apr 02, 2007 1:08 am

Ignoring Lines ED 3.5

Post by Neoman »

Hallo,

i'm using EASY CODE Tool and its very difficult for me to compare files.
How can i ignore any Comment Lines beginning:

/* EasyCODE

I tried the Option
Ignore Parts of each Lines / Parts matching regular expression:
^/\* EasyCODE*\*/

it doesn't work.

Please help me...

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

Post by psguru »

If all you need is to ignore lines starting with

/* EasyCODE

use the following regex:

^/\* EasyCODE
psguru
PrestoSoft
Neoman
Junior Member
Posts: 10
Joined: Mon Apr 02, 2007 1:08 am

Post by Neoman »

Hallo,

thanks for replay.
Sorry but the problem stays.
After compare i see
on the left site of screen /* EasyCODE in Deleted and Changed area,
on the right site of screen only in Changed are.
ED doesn't ignore this parts :-(
User avatar
psguru
Site Admin
Posts: 2232
Joined: Sat May 15, 2004 4:23 pm
Location: California
Contact:

Post by psguru »

Can you post the file fragments that you are comparing and your exported options? (We don't support attachments - just post them as plain text.)
psguru
PrestoSoft
Neoman
Junior Member
Posts: 10
Joined: Mon Apr 02, 2007 1:08 am

Post by Neoman »

Part 1:

-----------------------------------------
/* EasyCODE V6.5 28.04.2006 10:41:15 */
/* EasyCODE O
If=vertical
LevelNumbers=no
LineNumbers=no
Colors=16777215,0,12582912,12632256,0,0,0,16711680,8388736,0,33023,32768,0,0,0,0,0,32768,12632256,255,65280,255,255,16711935
ScreenFont=Courier New,Standard,100,4,-13,0,400,0,0,0,0,0,0,3,2,1,49,96,96
PrinterFont=Courier New,,100,4,-83,0,400,0,0,0,0,0,0,3,2,1,49,600,600
LastLevelId=1709 */
/* EasyCODE ( 1
App_Schalten.c */
///////////////////////////////////////////////////////////////
//
// File: App_Schalten.c
//
//
//
//
//
///////////////////////////////////////////////////////////////
/* EasyCODE - */
//lint -e750
#define MODULE_SCHALT
#define MODULE_ID 0x56
/* EasyCODE - */
#include "Instadef.h"
#include "Project.h" // General defines and project settings
#include "AppData_SJAktor.h"
#include "App_Schalten.h"
#include "App_SJAktor.h"
#include "KnxAl.h"
#include "Debug.h"
#include "Trace.h"
#include "Hardware.h"
#include "Handbedienung_Led.h"
#include "KnxTm.h"
#include "Api.h"
#include "KnxRun.h"
#include "Relais.h"
/* EasyCODE - */
#ifdef u8_DEF_GERAETETYP_SA
/* EasyCODE ( 1304
Versionsgeschichte ab Version 127 */
/*
$LastChangedBy: $
$Revision: 331 $
$Date: 2006-05-04 08:40:53 +0200 (Do, 04 Mai 2006) $
---------------------------------------------------

Part 2:
---------------------------------------------------
/* EasyCODE V6.5
*/
/* EasyCODE ( 0
App_Schalten.c */
/* EasyCODE < */
///////////////////////////////////////////////////////////////
//
// File: App_Schalten.c
//
//
//
//
//
///////////////////////////////////////////////////////////////
/* EasyCODE > */
/* EasyCODE - */
/* EasyCODE < */
//lint -e750
#define MODULE_SCHALT
#define MODULE_ID 0x56
/* EasyCODE > */
/* EasyCODE - */
/* EasyCODE < */
#include "Instadef.h"
#include "Project.h" // General defines and project settings
#include "AppData_SJAktor.h"
#include "App_Schalten.h"
#include "App_SJAktor.h"
#include "KnxAl.h"
#include "Debug.h"
#include "Trace.h"
#include "Hardware.h"
#include "Handbedienung_Led.h"
#include "KnxTm.h"
#include "Api.h"
#include "KnxRun.h"
#include "Relais.h"
/* EasyCODE > */
/* EasyCODE - */

/* EasyCODE < */
#ifdef u8_DEF_GERAETETYP_SA
/* EasyCODE > */
/* EasyCODE ( 0
Versionsgeschichte ab Version 127 */
/* EasyCODE < */
/*
$LastChangedBy: $
$Revision: 396 $
$Date: 2006-07-21 13:39:17 +0200 (Fr, 21 Jul 2006) $
---------------------------------------------------------------

/* EasyCODE s gray marked (added) on the right site.
Why is ED not Ignoring this parts ?
User avatar
psguru
Site Admin
Posts: 2232
Joined: Sat May 15, 2004 4:23 pm
Location: California
Contact:

Post by psguru »

I think what you need is not Ignore parts of each line | Parts matching regular expression under Options | Compare but Ignore | Parts matching regular expression.

An even better approach is to use Options | Ignore | Comments, and either add your file extension to the standard C Comments (which your samples seem to use), or to define your own comments in that screen.
psguru
PrestoSoft
Neoman
Junior Member
Posts: 10
Joined: Mon Apr 02, 2007 1:08 am

Post by Neoman »

Hallo,

sorry i tested both combinations.
No change :-(

Please post the corect setting as text.
ED offers import of setting.
User avatar
psguru
Site Admin
Posts: 2232
Joined: Sat May 15, 2004 4:23 pm
Location: California
Contact:

Post by psguru »

Here's what I have.

Using regular expression:

Code: Select all

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; ExamDiff Pro
; Version 3.5
; File Version 3.5.1.3
; Build 4/9/2007 3:20:10 PM
; Windows Version: Microsoft Windows XP 0012FDC8 (Build 2600)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[General]
Version=3.5
[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=1
Ignore linebreak styles=1
Treat binary as text=0
Detail level=1
Expand tabs=0
Ignore line parts=0
Support Unicode=1
Regular expression hex=^/\* EasyCODE
Regular expression 2 hex=^/\* EasyCODE
Column ranges=
[Comments]
Ignore comments=0
Ext0=c,h
Ext1=cpp,c++,h,hpp,cs,java,js
Ext2=f,f77,f90,for
Ext3=html,htm,xml
Ext4=pas
Ext5=pl,py
Ext6=php,php3,php4
Ext7=sql
Ext8=tex,latex
Ext9=bas,vb,vbs
0::Description=C Comments
0::Regex=/\*.*?\*/
0::Enabled=0
0::System=1
1::Description=C++/C#/Java Comments
1::Regex=/\*.*?\*/|//.*?\n
1::Enabled=1
1::System=1
2::Description=Fortran Comments
2::Regex=!.*?\n
2::Enabled=0
2::System=1
3::Description=HTML/XML Comments
3::Regex=<!--.*?-->
3::Enabled=0
3::System=1
4::Description=Pascal/Delphi Comments
4::Regex=\{.*?\}|\(\*.*?\*\)|//.*?\n
4::Enabled=0
4::System=1
5::Description=Perl/Python Comments
5::Regex=#.*?\n
5::Enabled=0
5::System=1
6::Description=PHP Comments
6::Regex=/\*.*?\*/|//.*?\n|#.*?\n
6::Enabled=0
6::System=1
7::Description=SQL/MySQL Comments
7::Regex=/\*.*?\*/|--.*?\n
7::Enabled=0
7::System=1
8::Description=TeX/LaTeX Comments
8::Regex=%.*?\n
8::Enabled=0
8::System=1
9::Description=Visual Basic/BASIC
9::Regex='.*?\n|REM.*?\n
9::Enabled=0
9::System=1
[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=0
Show Color Bars=1
Show Cur Diff Bars=1
Use foreground colors=1
Tab size=4
Color bar width=6
Cur diff bar width=4
File Screen Font Face Name=Courier New
File Screen Font Height=-17
File Screen Font Italic=0
File Screen Font Weight=400
File Screen Font Pitch=49
File Screen Charset=0
File Printer Font Face Name=Courier New
File Printer Font Height=-13
File Printer Font Italic=0
File Printer Font Weight=400
File Printer Font Pitch=49
File Printer Charset=0
Directory Screen Font Face Name=Tahoma
Directory Screen Font Height=-11
Directory Screen Font Italic=0
Directory Screen Font Weight=400
Directory Screen Font Pitch=34
Directory Screen Charset=0
Directory Printer Font Face Name=Tahoma
Directory Printer Font Height=-11
Directory Printer Font Italic=0
Directory Printer Font Weight=400
Directory Printer Font Pitch=0
Directory Printer Charset=1
Identical Color=(0, 0, 0)
Back Identical Color=(255, 255, 255)
Back Identical Hatch=-1
Identical Effects=0
Added Color=(128, 0, 0)
Back Added Color=(192, 192, 192)
Back Added Hatch=-1
Added Effects=0
Deleted Color=(0, 0, 255)
Back Deleted Color=(224, 224, 224)
Back Deleted Hatch=-1
Deleted Effects=0
Changed Color=(0, 0, 0)
Back Changed Color=(242, 242, 198)
Back Changed Hatch=5
Changed Effects=0
Changed Color 2=(255, 15, 135)
Back Changed Color 2=(224, 224, 224)
Back Changed Hatch 2=-1
Changed Effects 2=0
Inserted Color=(0, 0, 0)
Back Inserted Color=(192, 192, 192)
Back Inserted Hatch=-1
Inserted Effects=0
Ignored Color=(32, 32, 32)
Back Ignored Color=(240, 240, 240)
Back Ignored Hatch=-1
Ignored Effects=0
Newer Color=(128, 0, 128)
Back Newer Color=(166, 202, 240)
Back Newer Hatch=-1
Newer Effects=0
Older Color=(255, 0, 0)
Back Older Color=(192, 220, 192)
Back Older Hatch=-1
Older Effects=0
[Misc]
Editor hex=c:\Program Files\TextPad 4\TextPad.exe
Arguments=$FILE
Recent Files=50
Recent Strings=50
Enable Change Notifications=1
Enable Change Notifications For Directories=0
Compare Dialog On Top=0
Minimize For New Pair=0
Use View Filter To Save Diff=0
Custom separators=0
Word separators hex=\/!.,;:
Scroll after new compare=0
Scroll after re-compare=0
Horz scroll after re-compare=0
Reuse window pos=0
Print selection by default=0
Treat Clipboard buffers as initially modified=0
Exit on identical=0
Ignored color in diffs=1
Show newline warning=0
Show edit undo warning=0
Show diff combo message=1
Show identical names message=0
Show identical text files message=0
Show identical bin files message=1
Show identical directories message=1
Show different text files message=0
Show different bin files message=1
Show different directories message=0
Show options changed message=0
Show re-compare on View Filter message=1
Show comparison too slow message=1
Show Regex message=0
Show ReadOnly message=1
Show PlugIn message=1
Show Check For Updates message=1
Show Word Wrap message=1
Show # Of Diffs column message=1
Show invalid manual synchronization links messages=1
[Directory comparison]
Include filter hex=*
Exclude filter hex=*.obj,*.sbr,:*.svn*,*.ilk,*.map,*.pdb,*.plg,*.idb,*.res,*.pch,*.aps,*.ncb,*.opt,*.positions,temp
Initial sort=0
Initial sort column=Time
Initial sort direction=-1
Same if same time and size=1
Same if same CRC=0
Diff if diff size=1
Diff if diff attr=0
Diff if diff CRC=0
Diff if diff version=0
Diff if diff time=1
Full file comparison=0
Same if same time and size (saved)=1
Same if same CRC (saved)=0
Diff if diff size (saved)=1
Diff if diff attr (saved)=0
Diff if diff CRC (saved)=0
Diff if diff version (saved)=0
Diff if diff time (saved)=1
No dir sizes=0
Handling of sub-dirs=2
No diff number=0
New instance=1
New instance dirs=1
Time diff to ignore=2
Timezone diff=0
Batch printing=0
Show empty dirs=0
Allow to copy to and from=1
Allow subdir junctions=0
Timestamp copied files with current time=0
Back up files=1
Backup subdir name=_Obsolete
Ignore backup subdir=1
[Word wrap]
Enable wrap=0
Simple word wrap=0
Wrap width=20
Wrapped line char=+
[File editing]
Enable edit=1
Save before recompare=0
Create backups=1
Convert tabs to spaces=0
Change diff pos=0
Backup naming rule=0
Backup folder=
Directly overwrite files=0
Smart Home key=1
[View Filter]
File view same=1
File view added=0
File view deleted=1
File view changed=0
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 hex=*
Exclude names hex=*examdiff.*
[Dir columns]
Show name=1
Show rel path=1
Show size=1
Show type=0
Show time=1
Show status=1
Show attributes=0
Show diff number=0
Show CRC=0
Show version=0
Name order=0
Rel path order=1
Size order=3
Type order=6
Time order=2
Status order=4
Attributes order=5
Diff number order=7
CRC order=9
Version order=8
Show rel path option=0
Resize sync=0
Thread priority=0
[Plug-ins]
Ext0=*
Ext1=txt
Ext2=java
Ext3=doc
Ext4=xls
Ext5=ppt
Ext6=pdf
Ext7=xml
Ext8=htm,html,xml
Ext9=<default-remote-file>
Ext10=<default-remote-directory>
Ext11=zip,jar,war,ear
Ext12=exe,dll
Ext13=*
0::App=c:\WINDOWS\system32\sort.exe
0::Args=$INPUTFILEPATH
0::Description=Sort
0::UseExitCode=0
0::Enabled=0
0::ExitCode=0
1::App=c:\WINDOWS\system32\sort.exe
1::Args=$INPUTFILEPATH
1::Description=Sort2
1::UseExitCode=0
1::Enabled=0
1::ExitCode=0
2::App=C:\Tools\Jacobe\jacobe.exe
2::Args=$INPUTFILEPATH -stdout
2::Description=jacobe
2::UseExitCode=1
2::Enabled=0
2::ExitCode=0
3::App="C:\Program Files\ExamDiff Pro\Plug-Ins\wvWare\bin\wvWare.exe"
3::Args=-1 -x "C:\Program Files\ExamDiff Pro\Plug-Ins\wvWare\share\wv\wvText.xml" $INPUTFILEPATH
3::Description=DOC to Text [installed]
3::UseExitCode=0
3::Enabled=1
3::ExitCode=0
4::App=cmd /c C:\PROGRA~1\EXAMDI~1\Plug-Ins\catdoc\xls2csv.exe
4::Args=$INPUTFILEPATH_SHORT
4::Description=XLS to CSV [installed]
4::UseExitCode=1
4::Enabled=1
4::ExitCode=0
5::App=cmd /c C:\PROGRA~1\EXAMDI~1\Plug-Ins\catdoc\catppt.exe
5::Args=$INPUTFILEPATH_SHORT
5::Description=PPT to Text [installed]
5::UseExitCode=1
5::Enabled=1
5::ExitCode=0
6::App="C:\Program Files\ExamDiff Pro\Plug-Ins\Xpdf\pdftotext.exe"
6::Args=$INPUTFILEPATH $OUTPUTFILEPATH
6::Description=PDF to Text [installed]
6::UseExitCode=0
6::Enabled=1
6::ExitCode=0
7::App="C:\Program Files\ExamDiff Pro\Plug-Ins\XMLStarlet\xml.exe"
7::Args=c14n $INPUTFILEPATH
7::Description=XML Canonicalize [installed]
7::UseExitCode=0
7::Enabled=1
7::ExitCode=0
8::App="C:\Program Files\ExamDiff Pro\Plug-Ins\Tidy\tidy.exe"
8::Args=-xml -i $INPUTFILEPATH
8::Description=HTML, XML Format [installed]
8::UseExitCode=0
8::Enabled=1
8::ExitCode=0
9::App="C:\Program Files\ExamDiff Pro\Plug-Ins\cURL\curl.exe"
9::Args=-o $OUTPUTFILEPATH $INPUTFILEPATH
9::Description=Fetch Remote File [installed]
9::UseExitCode=0
9::Enabled=1
9::ExitCode=0
10::App="C:\WINDOWS\system32\cscript.exe"
10::Args="C:\Program Files\ExamDiff Pro\Plug-Ins\wget\wget- 1.10.2b\wget.js" "C:\Program Files\ExamDiff Pro\Plug-Ins\wget\wget-1.10.2b\wget.exe" $INPUTFILEPATH $OUTPUTFILEPATH 0
10::Description=Fetch Remote Directory [installed]
10::UseExitCode=0
10::Enabled=1
10::ExitCode=0
11::App="C:\Program Files\ExamDiff Pro\Plug-Ins\Info-ZIP\Unzip\unzip.exe"
11::Args=$INPUTFILEPATH -d$OUTPUTFILEPATH
11::Description=Unzip [installed]
11::UseExitCode=1
11::Enabled=1
11::ExitCode=0
12::App="C:\Program Files\ExamDiff Pro\Plug-Ins\PESnoop\PESnoop.exe"
12::Args=$INPUTFILEPATH /PE_ALL
12::Description=Dump PE32 [installed]
12::UseExitCode=0
12::Enabled=1
12::ExitCode=0
13::App=c:\Perl\bin\perl.exe
13::Args=script.pl $INPUTFILEPATH $OUTPUTFILEPATH
13::Description=Wrap
13::UseExitCode=0
13::Enabled=0
13::ExitCode=0
Use plug-ins=1
[Binary]
Bytes per line=16
Fit to window=0
Byte format=0
Byte case=0
Editor hex=
Arguments=$FILE
Block size=1
EBCDIC=0
Show control chars=0
Show extended chars=1
[HTML]
Vert HTML Template hex=C:\Tools\PrestoSoft\Pro\difftempl_v.htm
Horz HTML Template hex=C:\Tools\PrestoSoft\Pro\difftempl_v.htm
Use JavaScript=1
[Global - General]
Shell integration=1
Allow appending files to dirs=1
Shell options=
AutoPick=1
Autopick limit=100
Recent sessions=4
Recent session files=4
[Keyboard]
Keys=6946815,102536,33751086,123206,33751152,102537,16973832,102541,16973869,102539,16973833,102540,17235977,98475,34275395,102844,34275399,98492,34537539,98483,34275399,98481,17498121,98482,17760265,98484,16973833,98487,17235977,98485,17498149,98486,17498151,102636,16973861,102637,17236005,102638,16973863,102639,17236007,102646,16973864,102649,17498152,102647,17236008,102654,16973859,102655,17236003,102640,17498149,102641,17760293,102652,16973858,102653,17236002,102650,16973857,102651,17236001,102642,17498151,102643,17760295,102644,16973862,102648,17498150,102645,17236006,163850,34275410,33751156,98315,34537521,98316,34537522,98312,34275411,98317,34275377,98318,34275378,98319,34275394,98307,34275402,98309,34275398,98310,33751154,98311,34013298,102660,17498147,102661,17760291,102656,16973860,102658,17498148,102657,17236004,102659,17760292,98325,34275412,98326,34275447,98335,34013302,98334,33751158,98327,34275412,98324,34275411,98322,34275448,98323,34275449,98343,34275413,98344,34275450,98345,34275451,98349,34537555,98351,34275448,98341,34275407,98338,34275396,98350,34275415,98342,34275401,98348,35323988,98337,34275446,98340,33751086,98339,33751153,98358,34275397,98352,34275449,98364,34799629,98375,34275406,103538,34537518,98373,34275450,98374,34275451,98368,34275442,98369,34537586,98398,34275404,123143,34275408,98397,34275393,102759,34275441,102760,33751153,102761,34013297,102762,34537585,98405,34013230,98424,34275409,188715,17498202,18022408,188716,17498201,18284552,188707,17498200,17236014,188706,17498179,17498157,188709,17498198,17236013,123178,34275393,98427,34537592,98428,34537593,98419,34013301,98420,33751157,123177,34275400,98421,34275411,98445,34275405,
Using comments (I use .txt for your files, you may need to use the actual extension):

Code: Select all

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; ExamDiff Pro
; Version 3.5
; File Version 3.5.1.3
; Build 4/9/2007 3:20:10 PM
; Windows Version: Microsoft Windows XP 0012FDC8 (Build 2600)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[General]
Version=3.5
[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
Ignore linebreak styles=1
Treat binary as text=0
Detail level=1
Expand tabs=0
Ignore line parts=0
Support Unicode=1
Regular expression hex=^/\* EasyCODE
Regular expression 2 hex=^/\* EasyCODE
Column ranges=
[Comments]
Ignore comments=1
Ext0=c,h
Ext1=cpp,c++,h,hpp,cs,java,js,txt
Ext2=f,f77,f90,for
Ext3=html,htm,xml
Ext4=pas
Ext5=pl,py
Ext6=php,php3,php4
Ext7=sql
Ext8=tex,latex
Ext9=bas,vb,vbs
0::Description=C Comments
0::Regex=/\*.*?\*/
0::Enabled=0
0::System=1
1::Description=C++/C#/Java Comments
1::Regex=/\*.*?\*/|//.*?\n
1::Enabled=1
1::System=1
2::Description=Fortran Comments
2::Regex=!.*?\n
2::Enabled=0
2::System=1
3::Description=HTML/XML Comments
3::Regex=<!--.*?-->
3::Enabled=0
3::System=1
4::Description=Pascal/Delphi Comments
4::Regex=\{.*?\}|\(\*.*?\*\)|//.*?\n
4::Enabled=0
4::System=1
5::Description=Perl/Python Comments
5::Regex=#.*?\n
5::Enabled=0
5::System=1
6::Description=PHP Comments
6::Regex=/\*.*?\*/|//.*?\n|#.*?\n
6::Enabled=0
6::System=1
7::Description=SQL/MySQL Comments
7::Regex=/\*.*?\*/|--.*?\n
7::Enabled=0
7::System=1
8::Description=TeX/LaTeX Comments
8::Regex=%.*?\n
8::Enabled=0
8::System=1
9::Description=Visual Basic/BASIC
9::Regex='.*?\n|REM.*?\n
9::Enabled=0
9::System=1
[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=0
Show Color Bars=1
Show Cur Diff Bars=1
Use foreground colors=1
Tab size=4
Color bar width=6
Cur diff bar width=4
File Screen Font Face Name=Courier New
File Screen Font Height=-17
File Screen Font Italic=0
File Screen Font Weight=400
File Screen Font Pitch=49
File Screen Charset=0
File Printer Font Face Name=Courier New
File Printer Font Height=-13
File Printer Font Italic=0
File Printer Font Weight=400
File Printer Font Pitch=49
File Printer Charset=0
Directory Screen Font Face Name=Tahoma
Directory Screen Font Height=-11
Directory Screen Font Italic=0
Directory Screen Font Weight=400
Directory Screen Font Pitch=34
Directory Screen Charset=0
Directory Printer Font Face Name=Tahoma
Directory Printer Font Height=-11
Directory Printer Font Italic=0
Directory Printer Font Weight=400
Directory Printer Font Pitch=0
Directory Printer Charset=1
Identical Color=(0, 0, 0)
Back Identical Color=(255, 255, 255)
Back Identical Hatch=-1
Identical Effects=0
Added Color=(128, 0, 0)
Back Added Color=(192, 192, 192)
Back Added Hatch=-1
Added Effects=0
Deleted Color=(0, 0, 255)
Back Deleted Color=(224, 224, 224)
Back Deleted Hatch=-1
Deleted Effects=0
Changed Color=(0, 0, 0)
Back Changed Color=(242, 242, 198)
Back Changed Hatch=5
Changed Effects=0
Changed Color 2=(255, 15, 135)
Back Changed Color 2=(224, 224, 224)
Back Changed Hatch 2=-1
Changed Effects 2=0
Inserted Color=(0, 0, 0)
Back Inserted Color=(192, 192, 192)
Back Inserted Hatch=-1
Inserted Effects=0
Ignored Color=(32, 32, 32)
Back Ignored Color=(240, 240, 240)
Back Ignored Hatch=-1
Ignored Effects=0
Newer Color=(128, 0, 128)
Back Newer Color=(166, 202, 240)
Back Newer Hatch=-1
Newer Effects=0
Older Color=(255, 0, 0)
Back Older Color=(192, 220, 192)
Back Older Hatch=-1
Older Effects=0
[Misc]
Editor hex=c:\Program Files\TextPad 4\TextPad.exe
Arguments=$FILE
Recent Files=50
Recent Strings=50
Enable Change Notifications=1
Enable Change Notifications For Directories=0
Compare Dialog On Top=0
Minimize For New Pair=0
Use View Filter To Save Diff=0
Custom separators=0
Word separators hex=\/!.,;:
Scroll after new compare=0
Scroll after re-compare=0
Horz scroll after re-compare=0
Reuse window pos=0
Print selection by default=0
Treat Clipboard buffers as initially modified=0
Exit on identical=0
Ignored color in diffs=1
Show newline warning=0
Show edit undo warning=0
Show diff combo message=1
Show identical names message=0
Show identical text files message=0
Show identical bin files message=1
Show identical directories message=1
Show different text files message=0
Show different bin files message=1
Show different directories message=0
Show options changed message=0
Show re-compare on View Filter message=1
Show comparison too slow message=1
Show Regex message=0
Show ReadOnly message=1
Show PlugIn message=1
Show Check For Updates message=1
Show Word Wrap message=1
Show # Of Diffs column message=1
Show invalid manual synchronization links messages=1
[Directory comparison]
Include filter hex=*
Exclude filter hex=*.obj,*.sbr,:*.svn*,*.ilk,*.map,*.pdb,*.plg,*.idb,*.res,*.pch,*.aps,*.ncb,*.opt,*.positions,temp
Initial sort=0
Initial sort column=Time
Initial sort direction=-1
Same if same time and size=1
Same if same CRC=0
Diff if diff size=1
Diff if diff attr=0
Diff if diff CRC=0
Diff if diff version=0
Diff if diff time=1
Full file comparison=0
Same if same time and size (saved)=1
Same if same CRC (saved)=0
Diff if diff size (saved)=1
Diff if diff attr (saved)=0
Diff if diff CRC (saved)=0
Diff if diff version (saved)=0
Diff if diff time (saved)=1
No dir sizes=0
Handling of sub-dirs=2
No diff number=0
New instance=1
New instance dirs=1
Time diff to ignore=2
Timezone diff=0
Batch printing=0
Show empty dirs=0
Allow to copy to and from=1
Allow subdir junctions=0
Timestamp copied files with current time=0
Back up files=1
Backup subdir name=_Obsolete
Ignore backup subdir=1
[Word wrap]
Enable wrap=0
Simple word wrap=0
Wrap width=20
Wrapped line char=+
[File editing]
Enable edit=1
Save before recompare=0
Create backups=1
Convert tabs to spaces=0
Change diff pos=0
Backup naming rule=0
Backup folder=
Directly overwrite files=0
Smart Home key=1
[View Filter]
File view same=1
File view added=0
File view deleted=1
File view changed=0
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 hex=*
Exclude names hex=*examdiff.*
[Dir columns]
Show name=1
Show rel path=1
Show size=1
Show type=0
Show time=1
Show status=1
Show attributes=0
Show diff number=0
Show CRC=0
Show version=0
Name order=0
Rel path order=1
Size order=3
Type order=6
Time order=2
Status order=4
Attributes order=5
Diff number order=7
CRC order=9
Version order=8
Show rel path option=0
Resize sync=0
Thread priority=0
[Plug-ins]
Ext0=*
Ext1=txt
Ext2=java
Ext3=doc
Ext4=xls
Ext5=ppt
Ext6=pdf
Ext7=xml
Ext8=htm,html,xml
Ext9=<default-remote-file>
Ext10=<default-remote-directory>
Ext11=zip,jar,war,ear
Ext12=exe,dll
Ext13=*
0::App=c:\WINDOWS\system32\sort.exe
0::Args=$INPUTFILEPATH
0::Description=Sort
0::UseExitCode=0
0::Enabled=0
0::ExitCode=0
1::App=c:\WINDOWS\system32\sort.exe
1::Args=$INPUTFILEPATH
1::Description=Sort2
1::UseExitCode=0
1::Enabled=0
1::ExitCode=0
2::App=C:\Tools\Jacobe\jacobe.exe
2::Args=$INPUTFILEPATH -stdout
2::Description=jacobe
2::UseExitCode=1
2::Enabled=0
2::ExitCode=0
3::App="C:\Program Files\ExamDiff Pro\Plug-Ins\wvWare\bin\wvWare.exe"
3::Args=-1 -x "C:\Program Files\ExamDiff Pro\Plug-Ins\wvWare\share\wv\wvText.xml" $INPUTFILEPATH
3::Description=DOC to Text [installed]
3::UseExitCode=0
3::Enabled=1
3::ExitCode=0
4::App=cmd /c C:\PROGRA~1\EXAMDI~1\Plug-Ins\catdoc\xls2csv.exe
4::Args=$INPUTFILEPATH_SHORT
4::Description=XLS to CSV [installed]
4::UseExitCode=1
4::Enabled=1
4::ExitCode=0
5::App=cmd /c C:\PROGRA~1\EXAMDI~1\Plug-Ins\catdoc\catppt.exe
5::Args=$INPUTFILEPATH_SHORT
5::Description=PPT to Text [installed]
5::UseExitCode=1
5::Enabled=1
5::ExitCode=0
6::App="C:\Program Files\ExamDiff Pro\Plug-Ins\Xpdf\pdftotext.exe"
6::Args=$INPUTFILEPATH $OUTPUTFILEPATH
6::Description=PDF to Text [installed]
6::UseExitCode=0
6::Enabled=1
6::ExitCode=0
7::App="C:\Program Files\ExamDiff Pro\Plug-Ins\XMLStarlet\xml.exe"
7::Args=c14n $INPUTFILEPATH
7::Description=XML Canonicalize [installed]
7::UseExitCode=0
7::Enabled=1
7::ExitCode=0
8::App="C:\Program Files\ExamDiff Pro\Plug-Ins\Tidy\tidy.exe"
8::Args=-xml -i $INPUTFILEPATH
8::Description=HTML, XML Format [installed]
8::UseExitCode=0
8::Enabled=1
8::ExitCode=0
9::App="C:\Program Files\ExamDiff Pro\Plug-Ins\cURL\curl.exe"
9::Args=-o $OUTPUTFILEPATH $INPUTFILEPATH
9::Description=Fetch Remote File [installed]
9::UseExitCode=0
9::Enabled=1
9::ExitCode=0
10::App="C:\WINDOWS\system32\cscript.exe"
10::Args="C:\Program Files\ExamDiff Pro\Plug-Ins\wget\wget- 1.10.2b\wget.js" "C:\Program Files\ExamDiff Pro\Plug-Ins\wget\wget-1.10.2b\wget.exe" $INPUTFILEPATH $OUTPUTFILEPATH 0
10::Description=Fetch Remote Directory [installed]
10::UseExitCode=0
10::Enabled=1
10::ExitCode=0
11::App="C:\Program Files\ExamDiff Pro\Plug-Ins\Info-ZIP\Unzip\unzip.exe"
11::Args=$INPUTFILEPATH -d$OUTPUTFILEPATH
11::Description=Unzip [installed]
11::UseExitCode=1
11::Enabled=1
11::ExitCode=0
12::App="C:\Program Files\ExamDiff Pro\Plug-Ins\PESnoop\PESnoop.exe"
12::Args=$INPUTFILEPATH /PE_ALL
12::Description=Dump PE32 [installed]
12::UseExitCode=0
12::Enabled=1
12::ExitCode=0
13::App=c:\Perl\bin\perl.exe
13::Args=script.pl $INPUTFILEPATH $OUTPUTFILEPATH
13::Description=Wrap
13::UseExitCode=0
13::Enabled=0
13::ExitCode=0
Use plug-ins=1
[Binary]
Bytes per line=16
Fit to window=0
Byte format=0
Byte case=0
Editor hex=
Arguments=$FILE
Block size=1
EBCDIC=0
Show control chars=0
Show extended chars=1
[HTML]
Vert HTML Template hex=C:\Tools\PrestoSoft\Pro\difftempl_v.htm
Horz HTML Template hex=C:\Tools\PrestoSoft\Pro\difftempl_v.htm
Use JavaScript=1
[Global - General]
Shell integration=1
Allow appending files to dirs=1
Shell options=
AutoPick=1
Autopick limit=100
Recent sessions=4
Recent session files=4
[Keyboard]
Keys=6946815,102536,33751086,123206,33751152,102537,16973832,102541,16973869,102539,16973833,102540,17235977,98475,34275395,102844,34275399,98492,34537539,98483,34275399,98481,17498121,98482,17760265,98484,16973833,98487,17235977,98485,17498149,98486,17498151,102636,16973861,102637,17236005,102638,16973863,102639,17236007,102646,16973864,102649,17498152,102647,17236008,102654,16973859,102655,17236003,102640,17498149,102641,17760293,102652,16973858,102653,17236002,102650,16973857,102651,17236001,102642,17498151,102643,17760295,102644,16973862,102648,17498150,102645,17236006,163850,34275410,33751156,98315,34537521,98316,34537522,98312,34275411,98317,34275377,98318,34275378,98319,34275394,98307,34275402,98309,34275398,98310,33751154,98311,34013298,102660,17498147,102661,17760291,102656,16973860,102658,17498148,102657,17236004,102659,17760292,98325,34275412,98326,34275447,98335,34013302,98334,33751158,98327,34275412,98324,34275411,98322,34275448,98323,34275449,98343,34275413,98344,34275450,98345,34275451,98349,34537555,98351,34275448,98341,34275407,98338,34275396,98350,34275415,98342,34275401,98348,35323988,98337,34275446,98340,33751086,98339,33751153,98358,34275397,98352,34275449,98364,34799629,98375,34275406,103538,34537518,98373,34275450,98374,34275451,98368,34275442,98369,34537586,98398,34275404,123143,34275408,98397,34275393,102759,34275441,102760,33751153,102761,34013297,102762,34537585,98405,34013230,98424,34275409,188715,17498202,18022408,188716,17498201,18284552,188707,17498200,17236014,188706,17498179,17498157,188709,17498198,17236013,123178,34275393,98427,34537592,98428,34537593,98419,34013301,98420,33751157,123177,34275400,98421,34275411,98445,34275405,
psguru
PrestoSoft
Neoman
Junior Member
Posts: 10
Joined: Mon Apr 02, 2007 1:08 am

Post by Neoman »

Hallo,

thanks for the settings, but the problems stays.
After recompare, on the right site, you see a lot of "EASYCODE" comments :-(
Here a sceenshot:
https://fotoalbum.web.de/gast/gordians3 ... f_Problems
User avatar
psguru
Site Admin
Posts: 2232
Joined: Sat May 15, 2004 4:23 pm
Location: California
Contact:

Post by psguru »

What options are you using? Could you post them here?
psguru
PrestoSoft
Neoman
Junior Member
Posts: 10
Joined: Mon Apr 02, 2007 1:08 am

Post by Neoman »

Hallo,

i'm using posted Your options.
Here the options again:

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; ExamDiff Pro
; Version 3.5
; File Version 3.5.0.7
; Build 21.11.2006 01:06:09
; Windows Version: Microsoft Windows 2000 0012FDC8 (Build 2195)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Compare]
Ignore all white space=0
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
Ignore linebreak styles=1
Treat binary as text=0
Detail level=1
Expand tabs=0
Ignore line parts=0
Support Unicode=0
Regular expression hex=
Regular expression 2 hex=
Column ranges=
[Comments]
Ignore comments=0
Ext0=c,h,txt
Ext1=cpp,c++,h,hpp,cs,java,js
Ext2=f,f77,f90,for
Ext3=html,htm,xml
Ext4=pas
Ext5=pl,py
Ext6=php,php3,php4
Ext7=sql
Ext8=tex,latex
Ext9=bas,vb,vbs
0::Description=EasyCode Comments
0::Regex=^/\* EasyCODE
0::Enabled=1
0::System=1
1::Description=C++/C#/Java Comments
1::Regex=/\*.*?\*/|//.*?\n
1::Enabled=1
1::System=1
2::Description=Fortran Comments
2::Regex=!.*?\n
2::Enabled=1
2::System=1
3::Description=HTML/XML Comments
3::Regex=<!--.*?-->
3::Enabled=1
3::System=1
4::Description=Pascal/Delphi Comments
4::Regex=\{.*?\}|\(\*.*?\*\)|//.*?\n
4::Enabled=1
4::System=1
5::Description=Perl/Python Comments
5::Regex=#.*?\n
5::Enabled=1
5::System=1
6::Description=PHP Comments
6::Regex=/\*.*?\*/|//.*?\n|#.*?\n
6::Enabled=1
6::System=1
7::Description=SQL/MySQL Comments
7::Regex=/\*.*?\*/|--.*?\n
7::Enabled=1
7::System=1
8::Description=TeX/LaTeX Comments
8::Regex=%.*?\n
8::Enabled=1
8::System=1
9::Description=Visual Basic/BASIC
9::Regex='.*?\n|REM.*?\n
9::Enabled=1
9::System=1
[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=0
Show Color Bars=1
Show Cur Diff Bars=1
Use foreground colors=1
Tab size=4
Color bar width=6
Cur diff bar width=6
File Screen Font Face Name=Courier New
File Screen Font Height=-13
File Screen Font Italic=0
File Screen Font Weight=400
File Screen Font Pitch=49
File Screen Charset=0
File Printer Font Face Name=Courier New
File Printer Font Height=-13
File Printer Font Italic=0
File Printer Font Weight=400
File Printer Font Pitch=49
File Printer Charset=0
Directory Screen Font Face Name=Tahoma
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=Tahoma
Directory Printer Font Height=-11
Directory Printer Font Italic=0
Directory Printer Font Weight=400
Directory Printer Font Pitch=0
Directory Printer Charset=0
Identical Color=(0, 0, 0)
Back Identical Color=(255, 255, 255)
Back Identical Hatch=-1
Identical Effects=0
Added Color=(128, 0, 0)
Back Added Color=(192, 192, 192)
Back Added Hatch=-1
Added Effects=0
Deleted Color=(0, 0, 255)
Back Deleted Color=(224, 224, 224)
Back Deleted Hatch=-1
Deleted Effects=0
Changed Color=(0, 0, 0)
Back Changed Color=(242, 242, 198)
Back Changed Hatch=-1
Changed Effects=0
Changed Color 2=(255, 15, 135)
Back Changed Color 2=(224, 224, 224)
Back Changed Hatch 2=-1
Changed Effects 2=0
Inserted Color=(0, 0, 0)
Back Inserted Color=(192, 192, 192)
Back Inserted Hatch=-1
Inserted Effects=0
Ignored Color=(32, 32, 32)
Back Ignored Color=(240, 240, 240)
Back Ignored Hatch=-1
Ignored Effects=0
Newer Color=(128, 0, 128)
Back Newer Color=(166, 202, 240)
Back Newer Hatch=-1
Newer Effects=0
Older Color=(255, 0, 0)
Back Older Color=(192, 220, 192)
Back Older Hatch=-1
Older Effects=0
[Misc]
Editor hex=48 48 48 0D
Arguments=$FILE
Recent Files=20
Recent Strings=20
Enable Change Notifications=1
Enable Change Notifications For Directories=1
Compare Dialog On Top=0
Minimize For New Pair=0
Use View Filter To Save Diff=0
Custom separators=0
Word separators hex=48 48
Scroll after new compare=0
Scroll after re-compare=0
Horz scroll after re-compare=0
Reuse window pos=0
Print selection by default=0
Treat Clipboard buffers as initially modified=1
Exit on identical=0
Ignored color in diffs=0
Show newline warning=1
Show edit undo warning=1
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=1
Show different directories message=0
Show options changed message=1
Show re-compare on View Filter message=1
Show comparison too slow message=1
Show Regex message=1
Show ReadOnly message=1
Show PlugIn message=1
Show Check For Updates message=1
Show Word Wrap message=1
Show # Of Diffs column message=1
Show Delete Links message=1
[Directory comparison]
Include filter hex=
Exclude filter hex=
Initial sort=2
Initial sort column=Path
Initial sort direction=1
Same if same time and size=1
Same if same CRC=0
Diff if diff size=1
Diff if diff attr=0
Diff if diff CRC=0
Diff if diff version=0
Diff if diff time=1
Full file comparison=0
Same if same time and size (saved)=0
Same if same CRC (saved)=0
Diff if diff size (saved)=0
Diff if diff attr (saved)=0
Diff if diff CRC (saved)=0
Diff if diff version (saved)=0
Diff if diff time (saved)=0
No dir sizes=1
Handling of sub-dirs=0
No diff number=1
New instance=1
New instance dirs=1
Time diff to ignore=2
Timezone diff=0
Batch printing=0
Show empty dirs=0
Allow to copy to and from=1
Allow subdir junctions=0
Timestamp copied files with current time=0
Back up files=0
Backup subdir name=5C 0B 0B 0E
Ignore backup subdir=0
[Word wrap]
Enable wrap=0
Simple word wrap=0
Wrap width=60
Wrapped line char=
[File editing]
Enable edit=1
Save before recompare=0
Create backups=1
Convert tabs to spaces=0
Change diff pos=0
Backup naming rule=0
Backup folder=
Directly overwrite files=0
Smart Home key=1
[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 hex=
Exclude names hex=
[Dir columns]
Show name=1
Show rel path=1
Show size=1
Show type=1
Show time=1
Show status=1
Show attributes=1
Show diff number=0
Show CRC=0
Show version=0
Name order=0
Rel path order=1
Size order=2
Type order=3
Time order=4
Status order=5
Attributes order=6
Diff number order=7
CRC order=8
Version order=9
Show rel path option=0
Resize sync=0
Thread priority=0
[Binary]
Bytes per line=16
Fit to window=0
Byte format=0
Byte case=0
Editor hex=
Arguments=$FILE
Block size=1
EBCDIC=0
Show control chars=0
Show extended chars=1
[HTML]
Vert HTML Template hex=0C 0C 0C 0C 0A 0A 0A 0A 0A 0A 0F 0F 0F 0F 0F 0E 0E 0E 0E 0E
Horz HTML Template hex=0C 0C 0C 0C 0A 0A 0A 0A 0A 0A 0F 0F 0F 0F 0F 0E 0E 0E 0E 0E
Use JavaScript=1
[Global - General]
Shell integration=1
Allow appending files to dirs=0
Shell options=
[Keyboard]
Keys=6946815,102536,33751086,123206,33751152,102537,16973832,102541,16973869,102539,16973833,102540,17235977,98475,34275395,102844,34275399,98492,34537539,98483,34275399,98481,17498121,98482,17760265,98484,16973833,98487,17235977,98485,17498149,98486,17498151,102636,16973861,102637,17236005,102638,16973863,102639,17236007,102646,16973864,102649,17498152,102647,17236008,102654,16973859,102655,17236003,102640,17498149,102641,17760293,102652,16973858,102653,17236002,102650,16973857,102651,17236001,102642,17498151,102643,17760295,102644,16973862,102648,17498150,102645,17236006,163850,34275410,33751156,98315,34537521,98316,34537522,98312,34275411,98317,34275377,98318,34275378,98319,34275394,98307,34275402,98309,34275398,98310,33751154,98311,34013298,102660,17498147,102661,17760291,102656,16973860,102658,17498148,102657,17236004,102659,17760292,98325,34275412,98326,34275447,98335,34013302,98334,33751158,98327,34275412,98324,34275411,98322,34275448,98323,34275449,98343,34275413,98344,34275450,98345,34275451,98349,34537555,98351,34275448,98341,34275407,98338,34275396,98350,34275415,98342,34275401,98348,35323988,98337,34275446,98340,33751086,98339,33751153,98358,34275397,98352,34275449,98364,34799629,98375,34275406,103538,34537518,98373,34275450,98374,34275451,98368,34275442,98369,34537586,98398,34275404,123143,34275408,98397,34275393,102759,34275441,102760,33751153,102761,34013297,102762,34537585,98405,34013230,98424,34275409,188715,17498202,18022408,188716,17498201,18284552,188707,17498200,17236014,188706,17498179,17498157,188709,17498198,17236013,123178,34275393,98427,34537592,98428,34537593,98419,34013301,98420,33751157,123177,34275400,98421,34275411,98445,34275405,
User avatar
psguru
Site Admin
Posts: 2232
Joined: Sat May 15, 2004 4:23 pm
Location: California
Contact:

Post by psguru »

Try these:

Code: Select all

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; ExamDiff Pro
; Version 3.5
; File Version 3.5.1.3
; Build 4/11/2007 7:54:33 PM
; Windows Version: Microsoft Windows XP 0012FDC8 (Build 2600)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[General]
Version=3.5
[Compare]
Ignore all white space=0
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
Ignore linebreak styles=1
Treat binary as text=0
Detail level=1
Expand tabs=0
Ignore line parts=0
Support Unicode=0
Regular expression hex=
Regular expression 2 hex=
Column ranges=
[Comments]
Ignore comments=1
Ext0=c,h,txt
Ext1=cpp,c++,h,hpp,cs,java,js
Ext2=f,f77,f90,for
Ext3=html,htm,xml
Ext4=pas
Ext5=pl,py
Ext6=php,php3,php4
Ext7=sql
Ext8=tex,latex
Ext9=bas,vb,vbs
0::Description=EasyCode Comments
0::Regex=/\* EasyCODE.*?\*/
0::Enabled=1
0::System=1
1::Description=C++/C#/Java Comments
1::Regex=/\*.*?\*/|//.*?\n
1::Enabled=1
1::System=1
2::Description=Fortran Comments
2::Regex=!.*?\n
2::Enabled=1
2::System=1
3::Description=HTML/XML Comments
3::Regex=<!--.*?-->
3::Enabled=1
3::System=1
4::Description=Pascal/Delphi Comments
4::Regex=\{.*?\}|\(\*.*?\*\)|//.*?\n
4::Enabled=1
4::System=1
5::Description=Perl/Python Comments
5::Regex=#.*?\n
5::Enabled=1
5::System=1
6::Description=PHP Comments
6::Regex=/\*.*?\*/|//.*?\n|#.*?\n
6::Enabled=1
6::System=1
7::Description=SQL/MySQL Comments
7::Regex=/\*.*?\*/|--.*?\n
7::Enabled=1
7::System=1
8::Description=TeX/LaTeX Comments
8::Regex=%.*?\n
8::Enabled=1
8::System=1
9::Description=Visual Basic/BASIC
9::Regex='.*?\n|REM.*?\n
9::Enabled=1
9::System=1
[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=0
Show Color Bars=1
Show Cur Diff Bars=1
Use foreground colors=1
Tab size=4
Color bar width=6
Cur diff bar width=6
File Screen Font Face Name=Courier New
File Screen Font Height=-13
File Screen Font Italic=0
File Screen Font Weight=400
File Screen Font Pitch=49
File Screen Charset=0
File Printer Font Face Name=Courier New
File Printer Font Height=-13
File Printer Font Italic=0
File Printer Font Weight=400
File Printer Font Pitch=49
File Printer Charset=0
Directory Screen Font Face Name=Tahoma
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=Tahoma
Directory Printer Font Height=-11
Directory Printer Font Italic=0
Directory Printer Font Weight=400
Directory Printer Font Pitch=0
Directory Printer Charset=0
Identical Color=(0, 0, 0)
Back Identical Color=(255, 255, 255)
Back Identical Hatch=-1
Identical Effects=0
Added Color=(128, 0, 0)
Back Added Color=(192, 192, 192)
Back Added Hatch=-1
Added Effects=0
Deleted Color=(0, 0, 255)
Back Deleted Color=(224, 224, 224)
Back Deleted Hatch=-1
Deleted Effects=0
Changed Color=(0, 0, 0)
Back Changed Color=(242, 242, 198)
Back Changed Hatch=-1
Changed Effects=0
Changed Color 2=(255, 15, 135)
Back Changed Color 2=(224, 224, 224)
Back Changed Hatch 2=-1
Changed Effects 2=0
Inserted Color=(0, 0, 0)
Back Inserted Color=(192, 192, 192)
Back Inserted Hatch=-1
Inserted Effects=0
Ignored Color=(32, 32, 32)
Back Ignored Color=(240, 240, 240)
Back Ignored Hatch=-1
Ignored Effects=0
Newer Color=(128, 0, 128)
Back Newer Color=(166, 202, 240)
Back Newer Hatch=-1
Newer Effects=0
Older Color=(255, 0, 0)
Back Older Color=(192, 220, 192)
Back Older Hatch=-1
Older Effects=0
[Misc]
Editor hex=??
Arguments=$FILE
Recent Files=20
Recent Strings=20
Enable Change Notifications=1
Enable Change Notifications For Directories=1
Compare Dialog On Top=0
Minimize For New Pair=0
Use View Filter To Save Diff=0
Custom separators=0
Word separators hex=?
Scroll after new compare=0
Scroll after re-compare=0
Horz scroll after re-compare=0
Reuse window pos=0
Print selection by default=0
Treat Clipboard buffers as initially modified=1
Exit on identical=0
Ignored color in diffs=1
Show newline warning=1
Show edit undo warning=1
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=1
Show different directories message=0
Show options changed message=1
Show re-compare on View Filter message=1
Show comparison too slow message=1
Show Regex message=1
Show ReadOnly message=1
Show PlugIn message=1
Show Check For Updates message=1
Show Word Wrap message=1
Show # Of Diffs column message=1
Show invalid manual synchronization links messages=1
[Directory comparison]
Include filter hex=
Exclude filter hex=
Initial sort=2
Initial sort column=Path
Initial sort direction=1
Same if same time and size=1
Same if same CRC=0
Diff if diff size=1
Diff if diff attr=0
Diff if diff CRC=0
Diff if diff version=0
Diff if diff time=1
Full file comparison=0
Same if same time and size (saved)=0
Same if same CRC (saved)=0
Diff if diff size (saved)=0
Diff if diff attr (saved)=0
Diff if diff CRC (saved)=0
Diff if diff version (saved)=0
Diff if diff time (saved)=0
No dir sizes=1
Handling of sub-dirs=0
No diff number=1
New instance=1
New instance dirs=1
Time diff to ignore=2
Timezone diff=0
Batch printing=0
Show empty dirs=0
Allow to copy to and from=1
Allow subdir junctions=0
Timestamp copied files with current time=0
Back up files=0
Backup subdir name=??
Ignore backup subdir=0
[Word wrap]
Enable wrap=0
Simple word wrap=0
Wrap width=60
Wrapped line char=
[File editing]
Enable edit=1
Save before recompare=0
Create backups=1
Convert tabs to spaces=0
Change diff pos=0
Backup naming rule=0
Backup folder=
Directly overwrite files=0
Smart Home key=1
[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 hex=
Exclude names hex=
[Dir columns]
Show name=1
Show rel path=1
Show size=1
Show type=1
Show time=1
Show status=1
Show attributes=1
Show diff number=0
Show CRC=0
Show version=0
Name order=0
Rel path order=1
Size order=2
Type order=3
Time order=4
Status order=5
Attributes order=6
Diff number order=7
CRC order=8
Version order=9
Show rel path option=0
Resize sync=0
Thread priority=0
[Plug-ins]
Ext0=doc
Ext1=xls
Ext2=ppt
Ext3=pdf
Ext4=xml
Ext5=htm,html
Ext6=xml
Ext7=<default-remote-file>
Ext8=<default-remote-directory>
Ext9=zip,jar,war,ear,docx,docm,dotx,dotm,xlsx,xlsm,xltx,xltm,xlsb,xlam,pptx,pptm,potx,potm,ppam,ppsx,ppsm
Ext10=exe,dll
Ext11=*
0::App="C:\Program Files\ExamDiff Pro\Plug-Ins\wvWare\bin\wvWare.exe"
0::Args=-1 -x "C:\Program Files\ExamDiff Pro\Plug-Ins\wvWare\share\wv\wvText.xml" $INPUTFILEPATH
0::Description=DOC to Text [installed]
0::UseExitCode=0
0::Enabled=0
0::ExitCode=0
1::App=cmd /c C:\PROGRA~1\EXAMDI~1\Plug-Ins\catdoc\xls2csv.exe
1::Args=$INPUTFILEPATH_SHORT
1::Description=XLS to CSV [installed]
1::UseExitCode=1
1::Enabled=0
1::ExitCode=0
2::App=cmd /c C:\PROGRA~1\EXAMDI~1\Plug-Ins\catdoc\catppt.exe
2::Args=$INPUTFILEPATH_SHORT
2::Description=PPT to Text [installed]
2::UseExitCode=1
2::Enabled=0
2::ExitCode=0
3::App="C:\Program Files\ExamDiff Pro\Plug-Ins\Xpdf\pdftotext.exe"
3::Args=$INPUTFILEPATH $OUTPUTFILEPATH
3::Description=PDF to Text [installed]
3::UseExitCode=0
3::Enabled=0
3::ExitCode=0
4::App="C:\Program Files\ExamDiff Pro\Plug-Ins\XMLStarlet\xml.exe"
4::Args=c14n $INPUTFILEPATH
4::Description=XML Canonicalize [installed]
4::UseExitCode=0
4::Enabled=0
4::ExitCode=0
5::App="C:\Program Files\ExamDiff Pro\Plug-Ins\Tidy\tidy.exe"
5::Args=-i -q $INPUTFILEPATH
5::Description=HTML Format [installed]
5::UseExitCode=0
5::Enabled=0
5::ExitCode=0
6::App="C:\Program Files\ExamDiff Pro\Plug-Ins\Tidy\tidy.exe"
6::Args=-i -xml -q $INPUTFILEPATH
6::Description=XML Format [installed]
6::UseExitCode=0
6::Enabled=0
6::ExitCode=0
7::App="C:\Program Files\ExamDiff Pro\Plug-Ins\cURL\curl.exe"
7::Args=-s -o $OUTPUTFILEPATH $INPUTFILEPATH
7::Description=Fetch Remote File [installed]
7::UseExitCode=0
7::Enabled=0
7::ExitCode=0
8::App="C:\WINDOWS\system32\cscript.exe"
8::Args="C:\Program Files\ExamDiff Pro\Plug-Ins\wget\wget-1.10.2b\wget.js" "C:\Program Files\ExamDiff Pro\Plug-Ins\wget\wget-1.10.2b\wget.exe" $INPUTFILEPATH $OUTPUTFILEPATH 0
8::Description=Fetch Remote Directory [installed]
8::UseExitCode=0
8::Enabled=0
8::ExitCode=0
9::App="C:\Program Files\ExamDiff Pro\Plug-Ins\Info-ZIP\Unzip\unzip.exe"
9::Args=$INPUTFILEPATH -d$OUTPUTFILEPATH
9::Description=Unzip [installed]
9::UseExitCode=1
9::Enabled=0
9::ExitCode=0
10::App="C:\Program Files\ExamDiff Pro\Plug-Ins\PESnoop\PESnoop.exe"
10::Args=$INPUTFILEPATH /PE_ALL
10::Description=Dump PE32 [installed]
10::UseExitCode=0
10::Enabled=0
10::ExitCode=0
11::App="C:\WINDOWS\system32\sort.exe"
11::Args=$INPUTFILEPATH
11::Description=Sort [installed]
11::UseExitCode=0
11::Enabled=0
11::ExitCode=0
Use plug-ins=1
[Binary]
Bytes per line=16
Fit to window=0
Byte format=0
Byte case=0
Editor hex=
Arguments=$FILE
Block size=1
EBCDIC=0
Show control chars=0
Show extended chars=1
[HTML]
Vert HTML Template hex=??????????
Horz HTML Template hex=??????????
Use JavaScript=1
[Global - General]
Shell integration=1
Allow appending files to dirs=0
Shell options=
AutoPick=1
Autopick limit=100
Recent sessions=4
Recent session files=4
[Keyboard]
Keys=6946815,102536,33751086,123206,33751152,102537,16973832,102541,16973869,102539,16973833,102540,17235977,98475,34275395,102844,34275399,98492,34537539,98483,34275399,98481,17498121,98482,17760265,98484,16973833,98487,17235977,98485,17498149,98486,17498151,102636,16973861,102637,17236005,102638,16973863,102639,17236007,102646,16973864,102649,17498152,102647,17236008,102654,16973859,102655,17236003,102640,17498149,102641,17760293,102652,16973858,102653,17236002,102650,16973857,102651,17236001,102642,17498151,102643,17760295,102644,16973862,102648,17498150,102645,17236006,163850,34275410,33751156,98315,34537521,98316,34537522,98312,34275411,98317,34275377,98318,34275378,98319,34275394,98307,34275402,98309,34275398,98310,33751154,98311,34013298,102660,17498147,102661,17760291,102656,16973860,102658,17498148,102657,17236004,102659,17760292,98325,34275412,98326,34275447,98335,34013302,98334,33751158,98327,34275412,98324,34275411,98322,34275448,98323,34275449,98343,34275413,98344,34275450,98345,34275451,98349,34537555,98351,34275448,98341,34275407,98338,34275396,98350,34275415,98342,34275401,98348,35323988,98337,34275446,98340,33751086,98339,33751153,98358,34275397,98352,34275449,98364,34799629,98375,34275406,103538,34537518,98373,34275450,98374,34275451,98368,34275442,98369,34537586,98398,34275404,123143,34275408,98397,34275393,102759,34275441,102760,33751153,102761,34013297,102762,34537585,98405,34013230,98424,34275409,188715,17498202,18022408,188716,17498201,18284552,188707,17498200,17236014,188706,17498179,17498157,188709,17498198,17236013,123178,34275393,98427,34537592,98428,34537593,98419,34013301,98420,33751157,123177,34275400,98421,34275411,98445,34275405,
psguru
PrestoSoft
Neoman
Junior Member
Posts: 10
Joined: Mon Apr 02, 2007 1:08 am

Post by Neoman »

Sorry, no change.

After importing the setting, the "ignore comment" is not marked.
the only one option marked is "Linebreak styles".

Are You shure the import/export function works well ?

After import Your posted setting, i export this settings and compare imported an exported settings.
The Files are different !!!
User avatar
psguru
Site Admin
Posts: 2232
Joined: Sat May 15, 2004 4:23 pm
Location: California
Contact:

Post by psguru »

When I imported the options above, "Ignore Comments" was enabled. The files are imported correctly. The problem is, when you paste the options to the forums, the encoding becomes incorrect. But if you just use exported files, everything work properly.

As for your problem, why don't you just enable "Ignore Comments" under Options | Comments?
psguru
PrestoSoft
Neoman
Junior Member
Posts: 10
Joined: Mon Apr 02, 2007 1:08 am

Post by Neoman »

Hallo,

of corse i enabled the ignore comments setting.
But no change.
The setting i imported were in the replay notification email and were correct.
Please send me the setting as file to:

gordians3(at)gmx.de
Post Reply