aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/EditView.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2023-03-02 22:02:19 +1100
committerNeil <nyamatongwe@gmail.com>2023-03-02 22:02:19 +1100
commit43ba96d61994db084e61b31df278d2d87c1f313c (patch)
tree9ec2084b3a8594434889fb622f2fe7c5446dc0a9 /src/EditView.h
parentc61df8742a4865ac9c67f8ed017248b82fe5574e (diff)
downloadscintilla-mirror-43ba96d61994db084e61b31df278d2d87c1f313c.tar.gz
Add multithreaded wrap to significantly improve performance of wrapping large
files.
Diffstat (limited to 'src/EditView.h')
-rw-r--r--src/EditView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/EditView.h b/src/EditView.h
index affb4663e..1e28d25c5 100644
--- a/src/EditView.h
+++ b/src/EditView.h
@@ -119,7 +119,7 @@ public:
std::shared_ptr<LineLayout> RetrieveLineLayout(Sci::Line lineNumber, const EditModel &model);
void LayoutLine(const EditModel &model, Surface *surface, const ViewStyle &vstyle,
- LineLayout *ll, int width);
+ LineLayout *ll, int width, bool callerMultiThreaded=false);
static void UpdateBidiData(const EditModel &model, const ViewStyle &vstyle, LineLayout *ll);