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
20 20     LexerFunction fnLexer;
21 21     LexerFunction fnFolder;
22 22     const char * const * wordListDescriptions;
  23     int styleBits;
23 24  
24 25     static const LexerModule *base;
25 26     static int nextLanguage;
26 27  
27 28 public:
28 29     const char *languageName;
29     LexerModule(int language_, LexerFunction fnLexer_,  30     LexerModule(int language_, 
  31         LexerFunction fnLexer_, 
30         const char *languageName_=0, LexerFunction fnFolder_=0, 32         const char *languageName_=0, 
  33         LexerFunction fnFolder_=0,
31         const char * const wordListDescriptions_[] = NULL); 34         const char * const wordListDescriptions_[] = NULL,
  35         int styleBits_=5);
  36     virtual ~LexerModule() {
  37     }
32 38     int GetLanguage() const { return language; }
33 39  
34 40     // -1 is returned if no WordList information is available
35 41     int GetNumWordLists() const;
36 42     const char *GetWordListDescription(int index) const;
37 43  
  44     int GetStyleBitsNeeded() const;
  45  
38 46     virtual void Lex(unsigned int startPos, int lengthDoc, int initStyle,
39 47                   WordList *keywordlists[], Accessor &styler) const;
40 48     virtual void Fold(unsigned int startPos, int lengthDoc, int initStyle,
35 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:11.001 +0200.
© 2005-2006 Ellié Computing http://www.elliecomputing.com. All rights reserved.