diff options
Diffstat (limited to 'src/EditModel.h')
-rw-r--r-- | src/EditModel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/EditModel.h b/src/EditModel.h index 48c230f84..d86f41250 100644 --- a/src/EditModel.h +++ b/src/EditModel.h @@ -49,6 +49,8 @@ public: bool hotspotSingleLine; Sci::Position hoverIndicatorPos; + Scintilla::ChangeHistoryOption changeHistoryOption = Scintilla::ChangeHistoryOption::Disabled; + // Wrapping support int wrapWidth; |