aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/CellBuffer.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-12-31 14:28:37 +1100
committerNeil <nyamatongwe@gmail.com>2015-12-31 14:28:37 +1100
commit1ea05a3df97f9a733254ecde9e70b5827083b8e6 (patch)
treeccf99b9eb15493d3108d9d8c031c0719c4514914 /src/CellBuffer.h
parentba6468fb9aca4f448eba0024b96d1bb3ec213720 (diff)
downloadscintilla-mirror-1ea05a3df97f9a733254ecde9e70b5827083b8e6.tar.gz
Treat Unicode line ends like common line ends when maintaining fold state.
Diffstat (limited to 'src/CellBuffer.h')
-rw-r--r--src/CellBuffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CellBuffer.h b/src/CellBuffer.h
index 5e4fc7c8c..1c53d14e6 100644
--- a/src/CellBuffer.h
+++ b/src/CellBuffer.h
@@ -177,6 +177,7 @@ public:
void Allocate(int newSize);
int GetLineEndTypes() const { return utf8LineEnds; }
void SetLineEndTypes(int utf8LineEnds_);
+ bool ContainsLineEnd(const char *s, int length) const;
void SetPerLine(PerLine *pl);
int Lines() const;
int LineStart(int line) const;