diff options
author | nyamatongwe <devnull@localhost> | 2003-10-17 23:28:59 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2003-10-17 23:28:59 +0000 |
commit | 5fbddbb71632db70182d3787373d4ba89c76b946 (patch) | |
tree | 9a16b50205635878b4caebdb1320540451813eb7 /include/Scintilla.h | |
parent | ba9f4cd95065dc70e484063eff27d529c648682d (diff) | |
download | scintilla-mirror-5fbddbb71632db70182d3787373d4ba89c76b946.tar.gz |
SCI_HOMERECTEXTEND added.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index d9a3f2dba..048aac311 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -554,10 +554,11 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_LINEUPRECTEXTEND 2427 #define SCI_CHARLEFTRECTEXTEND 2428 #define SCI_CHARRIGHTRECTEXTEND 2429 -#define SCI_VCHOMERECTEXTEND 2430 -#define SCI_LINEENDRECTEXTEND 2431 -#define SCI_PAGEUPRECTEXTEND 2432 -#define SCI_PAGEDOWNRECTEXTEND 2433 +#define SCI_HOMERECTEXTEND 2430 +#define SCI_VCHOMERECTEXTEND 2431 +#define SCI_LINEENDRECTEXTEND 2432 +#define SCI_PAGEUPRECTEXTEND 2433 +#define SCI_PAGEDOWNRECTEXTEND 2434 #define SCI_STARTRECORD 3001 #define SCI_STOPRECORD 3002 #define SCI_SETLEXER 4001 |