diff options
| author | nyamatongwe <unknown> | 2003-09-28 22:06:23 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2003-09-28 22:06:23 +0000 |
| commit | 3d3795bb0e3a9a7de8113a0354396f7b944730c4 (patch) | |
| tree | 08e41dc38284608575f3bc1dbc375502ce65ecb5 /include/Scintilla.h | |
| parent | 4ca11897cd1dd1240640a11576c6225b416f9efa (diff) | |
| download | scintilla-mirror-3d3795bb0e3a9a7de8113a0354396f7b944730c4.tar.gz | |
Hotspot improvements from Simon, including setting to
limit hotspots to a single line.
Diffstat (limited to 'include/Scintilla.h')
| -rw-r--r-- | include/Scintilla.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index 85d592c9d..d1ec2fb53 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -534,6 +534,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_SETHOTSPOTACTIVEFORE 2410 #define SCI_SETHOTSPOTACTIVEBACK 2411 #define SCI_SETHOTSPOTACTIVEUNDERLINE 2412 +#define SCI_SETHOTSPOTSINGLELINE 2421 #define SCI_PARADOWN 2413 #define SCI_PARADOWNEXTEND 2414 #define SCI_PARAUP 2415 |
