From 43ba96d61994db084e61b31df278d2d87c1f313c Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 2 Mar 2023 22:02:19 +1100 Subject: Add multithreaded wrap to significantly improve performance of wrapping large files. --- src/EditView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/EditView.h') 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 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); -- cgit v1.2.3