diff options
author | nyamatongwe <devnull@localhost> | 2005-11-09 12:11:43 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2005-11-09 12:11:43 +0000 |
commit | f6aff0a47a21212903ad86337b1e9eb52aef571d (patch) | |
tree | c60b50aab2db215503b64e655f47270a3a9428c6 /include/Scintilla.h | |
parent | 740d35f48cd7db8ebaed67df09d6604def4825b9 (diff) | |
download | scintilla-mirror-f6aff0a47a21212903ad86337b1e9eb52aef571d.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 |