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
commit6e8f80c1ac63d0d25cf9e6a0daca1302b1824722 (patch)
tree4a409b9c8af30fc3e7cd33980ff4eb312060f6b3 /src/CellBuffer.h
parentb31849f9dc2def21e4a0055d18130d99fc18f395 (diff)
downloadscintilla-mirror-6e8f80c1ac63d0d25cf9e6a0daca1302b1824722.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;