Compared files  

Left
C:\SDK\wxWidgets-2.6.2\contrib\src\stc\scintilla\include\KeyWords.h
Last modified2003-09-18 18:28:18.000 +0200
Size2.5 Kb (75 Lines)
EncodingLatin 1 - ANSI (CP1252) default
Right
C:\SDK\wxWidgets-2.6.3\contrib\src\stc\scintilla\include\KeyWords.h
Last modified2006-03-16 13:07:02.000 +0100
Size2.6 Kb (83 Lines)
EncodingLatin 1 - ANSI (CP1252) default


   Comparison Statistics  

Detailed Statistics

All Changes
 BlocksLines
Unchanged472
Inserted23
Deleted00
Ignored00
Changed111



   Comparison Details  

19 skipped lines
20U20U    LexerFunction fnLexer;
21U21U    LexerFunction fnFolder;
22U22U    const char * const * wordListDescriptions;
  23A    int styleBits;
23U24U 
24U25U    static const LexerModule *base;
25U26U    static int nextLanguage;
26U27U 
27U28Upublic:
28U29U    const char *languageName;
29C    LexerModule(int language_, LexerFunction fnLexer_,  30C    LexerModule(int language_, 
  31C        LexerFunction fnLexer_, 
30C        const char *languageName_=0, LexerFunction fnFolder_=0, 32C        const char *languageName_=0, 
  33C        LexerFunction fnFolder_=0,
31C        const char * const wordListDescriptions_[] = NULL); 34C        const char * const wordListDescriptions_[] = NULL,
  35C        int styleBits_=5);
  36C    virtual ~LexerModule() {
  37C    }
32U38U    int GetLanguage() const { return language; }
33U39U 
34U40U    // -1 is returned if no WordList information is available
35U41U    int GetNumWordLists() const;
36U42U    const char *GetWordListDescription(int index) const;
37U43U 
  44A    int GetStyleBitsNeeded() const;
  45A 
38U46U    virtual void Lex(unsigned int startPos, int lengthDoc, int initStyle,
39U47U                  WordList *keywordlists[], Accessor &styler) const;
40U48U    virtual void Fold(unsigned int startPos, int lengthDoc, int initStyle,
35 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:28.001 +0200.
© 2005-2006 Ellié Computing http://www.elliecomputing.com. All rights reserved.