diff options
author | nyamatongwe <unknown> | 2002-06-19 11:01:21 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2002-06-19 11:01:21 +0000 |
commit | 1d36d7e91e44d0675bf1c1e3c8834b1d0a4804ee (patch) | |
tree | 27673630a940f5074c74a2199c8b805289f67897 /include/Scintilla.h | |
parent | 5fd10810590591df4d2aa51d1de0f239f0fe8dfa (diff) | |
download | scintilla-mirror-1d36d7e91e44d0675bf1c1e3c8834b1d0a4804ee.tar.gz |
TextHeight feature contributed by Josh Wingstrom.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index a15d3da92..b583ab746 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -372,6 +372,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_TEXTWIDTH 2276 #define SCI_SETENDATLASTLINE 2277 #define SCI_GETENDATLASTLINE 2278 +#define SCI_TEXTHEIGHT 2279 #define SCI_LINEDOWN 2300 #define SCI_LINEDOWNEXTEND 2301 #define SCI_LINEUP 2302 @@ -518,11 +519,9 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCK_ADD 310 #define SCK_SUBTRACT 311 #define SCK_DIVIDE 312 -#define KeyMod SCMOD_ #define SCMOD_SHIFT 1 #define SCMOD_CTRL 2 #define SCMOD_ALT 4 -#define Lexer SCLEX_ #define SCN_STYLENEEDED 2000 #define SCN_CHARADDED 2001 #define SCN_SAVEPOINTREACHED 2002 |