Compared files  

Left
C:\SDK\wxWidgets-2.6.2\contrib\src\stc\scintilla\src\LineMarker.cxx
Last modified2003-04-29 12:01:04.001 +0200
Size10.4 Kb (300 Lines)
EncodingLatin 1 - ANSI (CP1252) default
Right
C:\SDK\wxWidgets-2.6.3\contrib\src\stc\scintilla\src\LineMarker.cxx
Last modified2006-03-16 13:07:08.000 +0100
Size10.5 Kb (302 Lines)
EncodingLatin 1 - ANSI (CP1252) default


   Comparison Statistics  

Detailed Statistics

All Changes
 BlocksLines
Unchanged3299
Inserted12
Deleted00
Ignored00
Changed12



   Comparison Details  

281 skipped lines
282U282U        surface->LineTo(right - 5, centreY + 5);
283U283U        right += 4;
284U284U        }
285C    } else { // SC_MARK_SHORTARROW 285C    } else if (markType == SC_MARK_SHORTARROW) {
286U286U        Point pts[] = {
287U287U        Point(centreX, centreY + dimOn2),
288U288U        Point(centreX + dimOn2, centreY),
6 skipped lines
295U295U        };
296U296U        surface->Polygon(pts, sizeof(pts) / sizeof(pts[0]),
297U297U        fore.allocated, back.allocated);
  298A    } else { // SC_MARK_FULLRECT
  299A        surface->FillRectangle(rcWhole, back.allocated);
298U300U    }
299U301U}
300U302U 

   Text comparison Options  

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  

UExample of unchanged line
CExample of modified line
AExample of added line
RExample of removed line
IExample of ignored line
Modified text
Added text
Removed text

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