diff options
author | nyamatongwe <devnull@localhost> | 2003-03-28 10:28:38 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2003-03-28 10:28:38 +0000 |
commit | fddd1b151df761d03bd63a5d4053e6ae9755ad40 (patch) | |
tree | e619f1fdf81d2bf91bf97b49b4783ba21ac16ca5 /include/Scintilla.h | |
parent | 0c6cc29d7793de81f4bfd1c8c2562b84d70ea689 (diff) | |
download | scintilla-mirror-fddd1b151df761d03bd63a5d4053e6ae9755ad40.tar.gz |
Jakub's paragraph movement commands.
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 96e4d7cd1..eaa2f1a44 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -531,6 +531,10 @@ 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_PARADOWN 2413 +#define SCI_PARADOWNEXTEND 2414 +#define SCI_PARAUP 2415 +#define SCI_PARAUPEXTEND 2416 #define SCI_STARTRECORD 3001 #define SCI_STOPRECORD 3002 #define SCI_SETLEXER 4001 |