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 | 24ba9ee47bb8535f44fbaa7d36f18cfda53eaf44 (patch) | |
tree | c5d1055300754c76fcc6ce3c3fabb5ff0a8692c2 /src/ViewStyle.h | |
parent | 2117f9e7b583e9093b6b297f8782027098320496 (diff) | |
download | scintilla-mirror-24ba9ee47bb8535f44fbaa7d36f18cfda53eaf44.tar.gz |
Move SCI_MULTIEDGEADDLINE impleemntation into ViewStyle as it is too complex for
switch case in Editor.
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; |