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
197 197     bool operator!=(const char *sOther) const {
198 198         return !operator==(sOther);
199 199     }
200     bool contains(char ch) { 200     bool contains(char ch) const {
201 201         return (s && *s) ? strchr(s, ch) != 0 : false;
202 202     }
203 203     void setsizegrowth(lenpos_t sizeGrowth_) {
49 skipped lines
253 253     bool startswith(const char *prefix);
254 254     bool endswith(const char *suffix);
255 255     int search(const char *sFind, lenpos_t start=0) const;
256     bool contains(const char *sFind) { 256     bool contains(const char *sFind) const {
257 257         return search(sFind) >= 0;
258 258     }
259 259     int substitute(char chFind, char chReplace);
22 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:12.001 +0200.
© 2005-2006 Ellié Computing http://www.elliecomputing.com. All rights reserved.