Compared files  

Left
C:\SDK\wxWidgets-2.6.2\contrib\src\stc\scintilla\src\AutoComplete.h
Last modified2005-05-31 22:46:48.001 +0200
Size1.8 Kb (71 Lines)
EncodingLatin 1 - ANSI (CP1252) default
Right
C:\SDK\wxWidgets-2.6.3\contrib\src\stc\scintilla\src\AutoComplete.h
Last modified2006-03-16 13:07:02.000 +0100
Size1.9 Kb (71 Lines)
EncodingLatin 1 - ANSI (CP1252) default


   Comparison Statistics  

Detailed Statistics

All Changes
 BlocksLines
Unchanged567
Inserted00
Deleted00
Ignored00
Changed48



   Comparison Details  

14 skipped lines
15 15     char stopChars[256];
16 16     char fillUpChars[256];
17 17     char separator;
18     char typesep; // Typseparator 18     char typesep; // Typseperator
19 19  
20 20 public:
21 21     bool ignoreCase;
13 skipped lines
35 35     bool Active();
36 36  
37 37     /// Display the auto completion list positioned to be near a character position
38     void Start(Window &parent, int ctrlID, int position, 38     void Start(Window &parent, int ctrlID, int position, Point location,
39 39         int startLen_, int lineHeight, bool unicodeMode);
40 40  
41 41     /// The stop chars are characters which, when typed, cause the auto completion list to disappear
8 skipped lines
50 50     void SetSeparator(char separator_);
51 51     char GetSeparator();
52 52  
53     /// The typesep character is used for separating the word from the type 53     /// The typesep character is used for seperating the word from the type
54 54     void SetTypesep(char separator_);
55 55     char GetTypesep();
56 56  
57 57     /// The list string contains a sequence of words separated by the separator character
58 58     void SetList(const char *list);
59 59  
60     void Show(); 60     void Show(bool show);
61 61     void Cancel();
62 62  
63 63     /// Move the current list element by delta, scrolling appropriately
8 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:13.001 +0200.
© 2005-2006 Ellié Computing http://www.elliecomputing.com. All rights reserved.