Compared files  

Left
C:\SDK\wxWidgets-2.6.2\contrib\src\stc\scintilla\include\Scintilla.h
Last modified2005-09-18 10:01:50.001 +0200
Size21.7 Kb (744 Lines)
EncodingLatin 1 - ANSI (CP1252) default
Right
C:\SDK\wxWidgets-2.6.3\contrib\src\stc\scintilla\include\Scintilla.h
Last modified2006-03-16 13:07:02.000 +0100
Size22.5 Kb (768 Lines)
EncodingLatin 1 - ANSI (CP1252) default


   Comparison Statistics  

Detailed Statistics

All Changes
 BlocksLines
Unchanged22735
Inserted1223
Deleted44
Ignored00
Changed515



   Comparison Details  

10 skipped lines
11U11U#ifndef SCINTILLA_H
12U12U#define SCINTILLA_H
13U13U 
14C#ifdef PLAT_WIN 14C#if LCCWIN
  15Ctypedef BOOL bool;
  16C#endif
  17C 
15U18U#if PLAT_WIN
16U19U// Return false on failure:
17U20Ubool Scintilla_RegisterClasses(void *hInstance);
18U21Ubool Scintilla_ReleaseResources();
19U22U#endif
20R#endif  
21U23Uint Scintilla_LinkLexers();
22U24U 
23U25U// Here should be placed typedefs for uptr_t, an unsigned integer type large enough to
24U26U// hold a pointer and sptr_t, a signed integer large enough to hold a pointer.
25U27U// May need to be changed for 64 bit platforms.
26R#ifdef _MSC_VER  
27U28U#if _MSC_VER >= 1300
28U29U#include <BaseTsd.h>
29U30U#endif
30R#endif  
31U31U#ifdef MAXULONG_PTR
32U32Utypedef ULONG_PTR uptr_t;
33U33Utypedef LONG_PTR sptr_t;
83 skipped lines
117U117U#define SC_MARK_DOTDOTDOT 23
118U118U#define SC_MARK_ARROWS 24
119U119U#define SC_MARK_PIXMAP 25
  120A#define SC_MARK_FULLRECT 26
120U121U#define SC_MARK_CHARACTER 10000
121U122U#define SC_MARKNUM_FOLDEREND 25
122U123U#define SC_MARKNUM_FOLDEROPENMID 26
13 skipped lines
136U137U#define SCI_MARKERNEXT 2047
137U138U#define SCI_MARKERPREVIOUS 2048
138U139U#define SCI_MARKERDEFINEPIXMAP 2049
  140A#define SCI_MARKERADDSET 2466
139U141U#define SC_MARGIN_SYMBOL 0
140U142U#define SC_MARGIN_NUMBER 1
141U143U#define SCI_SETMARGINTYPEN 2240
23 skipped lines
165U167U#define SC_CHARSET_MAC 77
166U168U#define SC_CHARSET_OEM 255
167U169U#define SC_CHARSET_RUSSIAN 204
  170A#define SC_CHARSET_CYRILLIC 1251
168U171U#define SC_CHARSET_SHIFTJIS 128
169U172U#define SC_CHARSET_SYMBOL 2
170U173U#define SC_CHARSET_TURKISH 162
2 skipped lines
173U176U#define SC_CHARSET_ARABIC 178
174U177U#define SC_CHARSET_VIETNAMESE 163
175U178U#define SC_CHARSET_THAI 222
  179A#define SC_CHARSET_8859_15 1000
176U180U#define SCI_STYLECLEARALL 2050
177U181U#define SCI_STYLESETFORE 2051
178U182U#define SCI_STYLESETBACK 2052
76 skipped lines
255U259U#define SCI_CLEARREGISTEREDIMAGES 2408
256U260U#define SCI_AUTOCGETTYPESEPARATOR 2285
257U261U#define SCI_AUTOCSETTYPESEPARATOR 2286
  262A#define SCI_AUTOCSETMAXWIDTH 2208
  263A#define SCI_AUTOCGETMAXWIDTH 2209
  264A#define SCI_AUTOCSETMAXHEIGHT 2210
  265A#define SCI_AUTOCGETMAXHEIGHT 2211
258U266U#define SCI_SETINDENT 2122
259U267U#define SCI_GETINDENT 2123
260U268U#define SCI_SETUSETABS 2124
91 skipped lines
352U360U#define SCI_CALLTIPSETFOREHLT 2207
353U361U#define SCI_VISIBLEFROMDOCLINE 2220
354U362U#define SCI_DOCLINEFROMVISIBLE 2221
  363A#define SCI_WRAPCOUNT 2235
355U364U#define SC_FOLDLEVELBASE 0x400
356U365U#define SC_FOLDLEVELWHITEFLAG 0x1000
357U366U#define SC_FOLDLEVELHEADERFLAG 0x2000
32 skipped lines
390U399U#define SCI_WORDENDPOSITION 2267
391U400U#define SC_WRAP_NONE 0
392U401U#define SC_WRAP_WORD 1
  402A#define SC_WRAP_CHAR 2
393U403U#define SCI_SETWRAPMODE 2268
394U404U#define SCI_GETWRAPMODE 2269
395U405U#define SC_WRAPVISUALFLAG_NONE 0x0000
195 skipped lines
591U601U#define SCI_SETLENGTHFORENCODE 2448
592U602U#define SCI_ENCODEDFROMUTF8 2449
593U603U#define SCI_FINDCOLUMN 2456
  604A#define SCI_GETCARETSTICKY 2457
  605A#define SCI_SETCARETSTICKY 2458
  606A#define SCI_TOGGLECARETSTICKY 2459
  607A#define SCI_SETPASTECONVERTENDINGS 2467
  608A#define SCI_GETPASTECONVERTENDINGS 2468
  609A#define SCI_SELECTIONDUPLICATE 2469
594U610U#define SCI_STARTRECORD 3001
595U611U#define SCI_STOPRECORD 3002
596U612U#define SCI_SETLEXER 4001
4 skipped lines
601U617U#define SCI_SETKEYWORDS 4005
602U618U#define SCI_SETLEXERLANGUAGE 4006
603U619U#define SCI_LOADLEXERLIBRARY 4007
  620A#define SCI_GETPROPERTY 4008
  621A#define SCI_GETPROPERTYEXPANDED 4009
  622A#define SCI_GETPROPERTYINT 4010
  623A#define SCI_GETSTYLEBITSNEEDED 4011
604U624U#define SC_MOD_INSERTTEXT 0x1
605U625U#define SC_MOD_DELETETEXT 0x2
606U626U#define SC_MOD_CHANGESTYLE 0x4
1 skipped line
608U628U#define SC_PERFORMED_USER 0x10
609U629U#define SC_PERFORMED_UNDO 0x20
610U630U#define SC_PERFORMED_REDO 0x40
  631A#define SC_MULTISTEPUNDOREDO 0x80
611U632U#define SC_LASTSTEPINUNDOREDO 0x100
612U633U#define SC_MOD_CHANGEMARKER 0x200
613U634U#define SC_MOD_BEFOREINSERT 0x400
614U635U#define SC_MOD_BEFOREDELETE 0x800
  636C#define SC_MULTILINEUNDOREDO 0x1000
615C#define SC_MODEVENTMASKALL 0xF77 637C#define SC_MODEVENTMASKALL 0x1FFF
616U638U#define SCEN_CHANGE 768
617U639U#define SCEN_SETFOCUS 512
618U640U#define SCEN_KILLFOCUS 256
14 skipped lines
633U655U#define SCK_ADD 310
634U656U#define SCK_SUBTRACT 311
635U657U#define SCK_DIVIDE 312
  658A#define SCMOD_NORM 0
636U659U#define SCMOD_SHIFT 1
637U660U#define SCMOD_CTRL 2
638U661U#define SCMOD_ALT 4
18 skipped lines
657U680U#define SCN_HOTSPOTCLICK 2019
658U681U#define SCN_HOTSPOTDOUBLECLICK 2020
659U682U#define SCN_CALLTIPCLICK 2021
  683A#define SCN_AUTOCSELECTION 2022
660U684U//--Autogenerated -- end of section automatically generated from Scintilla.iface
661U685U 
662U686U// These structures are defined to be exactly the same shape as the Win32
32 skipped lines
695U719U#endif
696U720U 
697U721Ustruct NotifyHeader {
  722C    // Compatible with Windows NMHDR.
698C    // hwndFrom is really an environment specifc window handle or pointer 723C    // hwndFrom is really an environment specific window handle or pointer
699U724U    // but most clients of Scintilla.h do not have this type visible.
700R    //WindowID hwndFrom;  
701U725U    void *hwndFrom;
702C    unsigned int idFrom; 726C    uptr_t idFrom;
703U727U    unsigned int code;
704U728U};
705U729U 
3 skipped lines
709U733U    int ch;     // SCN_CHARADDED, SCN_KEY
710U734U    int modifiers;  // SCN_KEY
711U735U    int modificationType; // SCN_MODIFIED
712C    const char *text; // SCN_MODIFIED 736C    const char *text; // SCN_MODIFIED, SCN_USERLISTSELECTION, SCN_AUTOCSELECTION
713U737U    int length;     // SCN_MODIFIED
714U738U    int linesAdded;   // SCN_MODIFIED
715U739U    int message;// SCN_MACRORECORD
29 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:29.001 +0200.
© 2005-2006 Ellié Computing http://www.elliecomputing.com. All rights reserved.