Compared files  

Left
C:\SDK\wxWidgets-2.6.2\contrib\src\stc\scintilla\include\SString.h
Last modified2004-09-28 13:17:22.000 +0200
Size8.1 Kb (281 Lines)
EncodingLatin 1 - ANSI (CP1252) default
Right
C:\SDK\wxWidgets-2.6.3\contrib\src\stc\scintilla\include\SString.h
Last modified2006-03-16 13:07:02.000 +0100
Size8.2 Kb (281 Lines)
EncodingLatin 1 - ANSI (CP1252) default


   Comparison Statistics  

Detailed Statistics

All Changes
 BlocksLines
Unchanged3279
Inserted00
Deleted00
Ignored00
Changed24



   Comparison Details  

196 skipped lines
197U197U    bool operator!=(const char *sOther) const {
198U198U        return !operator==(sOther);
199U199U    }
200C    bool contains(char ch) { 200C    bool contains(char ch) const {
201U201U        return (s && *s) ? strchr(s, ch) != 0 : false;
202U202U    }
203U203U    void setsizegrowth(lenpos_t sizeGrowth_) {
49 skipped lines
253U253U    bool startswith(const char *prefix);
254U254U    bool endswith(const char *suffix);
255U255U    int search(const char *sFind, lenpos_t start=0) const;
256C    bool contains(const char *sFind) { 256C    bool contains(const char *sFind) const {
257U257U        return search(sFind) >= 0;
258U258U    }
259U259U    int substitute(char chFind, char chReplace);
22 skipped lines

   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:29.001 +0200.
© 2005-2006 Ellié Computing http://www.elliecomputing.com. All rights reserved.