diff options
| author | Prakash Sahni <unknown> | 2020-06-12 09:34:59 +1000 |
|---|---|---|
| committer | Prakash Sahni <unknown> | 2020-06-12 09:34:59 +1000 |
| commit | ee0f914744608d9a859aa7212fe839e5e638776e (patch) | |
| tree | 3c2546438e5a28d792d8f896e6df84f940e64b04 /src/ViewStyle.h | |
| parent | 7bdbad1346fa2d34ab37d7fd7d1574b78f879b6f (diff) | |
| download | scintilla-mirror-ee0f914744608d9a859aa7212fe839e5e638776e.tar.gz | |
Backport: Bug [#2141]. Implement end of line annotations.
Backport of changeset 8306:1b383adfdf71.
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 33ea1d6c2..e5bf375f4 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -145,6 +145,8 @@ public: int marginStyleOffset; int annotationVisible; int annotationStyleOffset; + int eolAnnotationVisible; + int eolAnnotationStyleOffset; bool braceHighlightIndicatorSet; int braceHighlightIndicator; bool braceBadLightIndicatorSet; |
