diff options
author | Mitchell Foral <unknown> | 2021-06-09 10:51:58 +1000 |
---|---|---|
committer | Mitchell Foral <unknown> | 2021-06-09 10:51:58 +1000 |
commit | 5f998b68113dd116c1e938028dddcbcc7425a144 (patch) | |
tree | ef0e02b0bad89507ef4ee0973913c251736bbfc2 /include/ScintillaMessages.h | |
parent | 4fb6cb9c6e694574aab4aa29640f9903df407aed (diff) | |
download | scintilla-mirror-5f998b68113dd116c1e938028dddcbcc7425a144.tar.gz |
Add SCI_PASTERECTANGULAR to insert text like a rectangular paste.
Diffstat (limited to 'include/ScintillaMessages.h')
-rw-r--r-- | include/ScintillaMessages.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ScintillaMessages.h b/include/ScintillaMessages.h index 6cf515df9..b5792d809 100644 --- a/include/ScintillaMessages.h +++ b/include/ScintillaMessages.h @@ -581,6 +581,7 @@ enum class Message { ToggleCaretSticky = 2459, SetPasteConvertEndings = 2467, GetPasteConvertEndings = 2468, + PasteRectangular = 2771, SelectionDuplicate = 2469, SetCaretLineBackAlpha = 2470, GetCaretLineBackAlpha = 2471, |