diff options
author | nyamatongwe <devnull@localhost> | 2009-05-03 08:45:26 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2009-05-03 08:45:26 +0000 |
commit | 7f12d35ec024bca1dea42067678dfd8ead0d1b67 (patch) | |
tree | d0ba622e6ceb3efaa9cecb5c094e7e84379e1cd4 /include/Scintilla.h | |
parent | 37f710d4eea40efa99d8c1973f69f0fcf3e07aec (diff) | |
download | scintilla-mirror-7f12d35ec024bca1dea42067678dfd8ead0d1b67.tar.gz |
Added CharPositionFromPoint and CharPositionFromPointClose and merged the
implementation for these and PositionFromPoint and PositionFromPointClose
into a single function with flags for the different modes.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index 677cd0325..b31e81831 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -705,6 +705,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_ANNOTATIONGETSTYLEOFFSET 2551 #define UNDO_MAY_COALESCE 1 #define SCI_ADDUNDOACTION 2560 +#define SCI_CHARPOSITIONFROMPOINT 2561 +#define SCI_CHARPOSITIONFROMPOINTCLOSE 2562 #define SCI_STARTRECORD 3001 #define SCI_STOPRECORD 3002 #define SCI_SETLEXER 4001 |