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