diff options
author | Neil <nyamatongwe@gmail.com> | 2020-08-25 10:02:28 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2020-08-25 10:02:28 +1000 |
commit | b381c8fd700c2cf80e49ea77c6a5f1a3281bc3f5 (patch) | |
tree | 69c4e5d396a94be21ea09f94d14d175f4763163d /src/ViewStyle.h | |
parent | 9ec5dc184d3095ea6c091ecd326e459c7caf2ca7 (diff) | |
download | scintilla-mirror-b381c8fd700c2cf80e49ea77c6a5f1a3281bc3f5.tar.gz |
Backport: Move SCI_MULTIEDGEADDLINE impleemntation into ViewStyle as it is too complex for
switch case in Editor.
Backport of changeset 8508:03c67a051370.
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r-- | src/ViewStyle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h index c043cd45c..dc47ed380 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -193,6 +193,8 @@ public: bool WhitespaceBackgroundDrawn() const noexcept; ColourDesired WrapColour() const noexcept; + void AddMultiEdge(uptr_t wParam, sptr_t lParam); + bool SetWrapState(int wrapState_) noexcept; bool SetWrapVisualFlags(int wrapVisualFlags_) noexcept; bool SetWrapVisualFlagsLocation(int wrapVisualFlagsLocation_) noexcept; |