diff options
author | nyamatongwe <unknown> | 2005-11-09 12:11:43 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2005-11-09 12:11:43 +0000 |
commit | 0cc7d068ca8fb110c4de0886225caf5188b582eb (patch) | |
tree | c60b50aab2db215503b64e655f47270a3a9428c6 /include/Scintilla.h | |
parent | 3ac5c3a6ad55a035df336103693631ae15c9387a (diff) | |
download | scintilla-mirror-0cc7d068ca8fb110c4de0886225caf5188b582eb.tar.gz |
Patch, mostly from Simon Steele, that converts new lines in
pasted text to match document.
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 1d6588215..a82c00fda 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -604,6 +604,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_GETCARETSTICKY 2457 #define SCI_SETCARETSTICKY 2458 #define SCI_TOGGLECARETSTICKY 2459 +#define SCI_SETPASTECONVERTENDINGS 2467 +#define SCI_GETPASTECONVERTENDINGS 2468 #define SCI_STARTRECORD 3001 #define SCI_STOPRECORD 3002 #define SCI_SETLEXER 4001 |