Compared files  

Left
C:\SDK\wxWidgets-2.6.2\contrib\src\stc\scintilla\src\DocumentAccessor.h
Last modified2003-09-18 18:28:18.000 +0200
Size1.9 Kb (66 Lines)
EncodingLatin 1 - ANSI (CP1252) default
Right
C:\SDK\wxWidgets-2.6.3\contrib\src\stc\scintilla\src\DocumentAccessor.h
Last modified2006-03-16 13:07:04.000 +0100
Size2 Kb (68 Lines)
EncodingLatin 1 - ANSI (CP1252) default


   Comparison Statistics  

Detailed Statistics

All Changes
 BlocksLines
Unchanged365
Inserted11
Deleted00
Ignored00
Changed13



   Comparison Details  

26 skipped lines
27 27     char chWhile;
28 28     unsigned int startSeg;
29 29     int startPosStyling;
  30     int mask;
30 31  
31 32     bool InternalIsLeadByte(char ch);
32 33     void Fill(int position);
2 skipped lines
35 36     DocumentAccessor(Document *pdoc_, PropSet &props_, WindowID id_=0) : 
36 37         Accessor(), pdoc(pdoc_), props(props_), id(id_),
37 38         lenDoc(-1), validLen(0), chFlags(0), chWhile(0), 
38         startSeg(0), startPosStyling(0) { 39         startSeg(0), startPosStyling(0),
  40         mask(127) { // Initialize the mask to be big enough for any lexer.
39 41     }
40 42     ~DocumentAccessor();
41 43     bool Match(int pos, const char *s);
25 skipped lines

   Text comparison Options  

Syntax colouring language used: C / C++
Match character case: yes.
Match line endings: no.
Match spaces

At start of lines: yes,
In middle of lines: yes,
At end of lines: yes.
Blank lines as empty lines: no.
Activate comparison algorithm
At word level: yes,
At character level: no.


   Legend  

Unchanged lineExample of unchanged line
Modified lineExample of modified line
Added lineExample of added line
Removed lineExample of removed line
Ignored lineExample of ignored line

This report has been generated by Ellié Computing Merge on 2006-09-07 15:48:16.001 +0200.
© 2005-2006 Ellié Computing http://www.elliecomputing.com. All rights reserved.