aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2005-11-09 12:11:43 +0000
committernyamatongwe <devnull@localhost>2005-11-09 12:11:43 +0000
commitf6aff0a47a21212903ad86337b1e9eb52aef571d (patch)
treec60b50aab2db215503b64e655f47270a3a9428c6 /include/Scintilla.h
parent740d35f48cd7db8ebaed67df09d6604def4825b9 (diff)
downloadscintilla-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.h2
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