Compared files  

Left
C:\SDK\wxWidgets-2.6.2\contrib\src\stc\scintilla\src\LexAVE.cxx
Last modified2003-04-29 12:01:04.001 +0200
Size6.2 Kb (225 Lines)
EncodingLatin 1 - ANSI (CP1252) default
Right
C:\SDK\wxWidgets-2.6.3\contrib\src\stc\scintilla\src\LexAVE.cxx
Last modified2006-03-16 13:07:06.001 +0100
Size6.4 Kb (226 Lines)
EncodingLatin 1 - ANSI (CP1252) default


   Comparison Statistics  

Detailed Statistics

All Changes
 BlocksLines
Unchanged3223
Inserted00
Deleted11
Ignored00
Changed14



   Comparison Details  

11 skipped lines
12 12 #include <ctype.h>
13 13 #include <stdarg.h>
14 14 #include <stdio.h>
15 #include <fcntl.h>  
16 15  
17 16 #include "Platform.h"
18 17  
164 skipped lines
183 182         if ((strcmp(s, "then") == 0) || (strcmp(s, "for") == 0) || (strcmp(s, "while") == 0)) {
184 183         levelCurrent++;
185 184         }
186         if ((strcmp(s, "end") == 0)) { 185         if ((strcmp(s, "end") == 0) || (strcmp(s, "elseif") == 0)) {
  186         // Normally "elseif" and "then" will be on the same line and will cancel
  187         // each other out.  // As implemented, this does not support fold.at.else.
187 188         levelCurrent--;
188 189         }
189 190         }
36 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:19.001 +0200.
© 2005-2006 Ellié Computing http://www.elliecomputing.com. All rights reserved.