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