diff options
author | Zufu Liu <unknown> | 2022-03-05 20:13:08 +1100 |
---|---|---|
committer | Zufu Liu <unknown> | 2022-03-05 20:13:08 +1100 |
commit | baff47cdde385cc15b39ab93fca5f41db795d6bc (patch) | |
tree | e6e228fe16231e52c1bcdb55dc0a91ca793158d5 /src/EditModel.h | |
parent | bbfeaf78ee634c24bd7fcb1c7faff207473e71e4 (diff) | |
download | scintilla-mirror-baff47cdde385cc15b39ab93fca5f41db795d6bc.tar.gz |
Feature [feature-requests:#1432] Simplify setting surface modes with
EditModel::CurrentSurfaceMode.
Diffstat (limited to 'src/EditModel.h')
-rw-r--r-- | src/EditModel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/EditModel.h b/src/EditModel.h index 0887b86ca..64005a504 100644 --- a/src/EditModel.h +++ b/src/EditModel.h @@ -66,6 +66,7 @@ public: virtual Sci::Line LinesOnScreen() const = 0; bool BidirectionalEnabled() const noexcept; bool BidirectionalR2L() const noexcept; + SurfaceMode CurrentSurfaceMode() const noexcept; void SetDefaultFoldDisplayText(const char *text); const char *GetDefaultFoldDisplayText() const noexcept; const char *GetFoldDisplayText(Sci::Line lineDoc) const noexcept; |