From: boca4711 <boc...@us...> - 2004-11-27 15:15:17
|
Update of /cvsroot/anyedit/AnyEditv2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19465 Modified Files: Scintilla.h Log Message: Modified header file from scintilla 1.62 with addition of scrolling support Index: Scintilla.h =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/Scintilla.h,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Scintilla.h 18 May 2004 06:57:10 -0000 1.11 --- Scintilla.h 27 Nov 2004 15:15:05 -0000 1.12 *************** *** 584,587 **** --- 584,591 ---- #define SCI_AUTOCGETCURRENT 2445 #define SCI_ALLOCATE 2446 + #define SCI_TARGETASUTF8 2447 + #define SCI_SETLENGTHFORENCODE 2448 + #define SCI_ENCODEDFROMUTF8 2449 + #define SCI_FINDCOLUMN 2456 #define SCI_STARTRECORD 3001 #define SCI_STOPRECORD 3002 |