diff options
| author | nyamatongwe <devnull@localhost> | 2002-08-02 11:33:18 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2002-08-02 11:33:18 +0000 |
| commit | 4ed5d9ed82301348ce447a53768523cfcf0ab01a (patch) | |
| tree | d8dc668361ec94a4ef3135bdcb03010203b8fad8 /include/Scintilla.h | |
| parent | 1b22463319ba303d1c7c11b5afd2a0d3d18750e4 (diff) | |
| download | scintilla-mirror-4ed5d9ed82301348ce447a53768523cfcf0ab01a.tar.gz | |
Added keyboard commands to go to start and end of display lines.
Diffstat (limited to 'include/Scintilla.h')
| -rw-r--r-- | include/Scintilla.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index 4b8ccd23f..165f504e6 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -418,6 +418,10 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_LINESCROLLDOWN 2342 #define SCI_LINESCROLLUP 2343 #define SCI_DELETEBACKNOTLINE 2344 +#define SCI_HOMEDISPLAY 2345 +#define SCI_HOMEDISPLAYEXTEND 2346 +#define SCI_LINEENDDISPLAY 2347 +#define SCI_LINEENDDISPLAYEXTEND 2348 #define SCI_MOVECARETINSIDEVIEW 2401 #define SCI_LINELENGTH 2350 #define SCI_BRACEHIGHLIGHT 2351 |
