aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authorMitchell Foral <unknown>2021-06-09 10:51:58 +1000
committerMitchell Foral <unknown>2021-06-09 10:51:58 +1000
commit5f998b68113dd116c1e938028dddcbcc7425a144 (patch)
treeef0e02b0bad89507ef4ee0973913c251736bbfc2 /include/Scintilla.h
parent4fb6cb9c6e694574aab4aa29640f9903df407aed (diff)
downloadscintilla-mirror-5f998b68113dd116c1e938028dddcbcc7425a144.tar.gz
Add SCI_PASTERECTANGULAR to insert text like a rectangular paste.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 123f1ae96..c74332dc3 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -885,6 +885,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_TOGGLECARETSTICKY 2459
#define SCI_SETPASTECONVERTENDINGS 2467
#define SCI_GETPASTECONVERTENDINGS 2468
+#define SCI_PASTERECTANGULAR 2771
#define SCI_SELECTIONDUPLICATE 2469
#define SCI_SETCARETLINEBACKALPHA 2470
#define SCI_GETCARETLINEBACKALPHA 2471