From fd2623102a9bad31258a0ef31ce6a2972ae6ddad Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 2 Feb 2022 14:25:51 +1100 Subject: Feature [feature-requests:#1427] Add multithreaded layout which improves performance significantly for very wide lines. --- include/Scintilla.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index 7ab0e3560..fbd2bf3f3 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -924,6 +924,8 @@ typedef sptr_t (*SciFnDirectStatus)(sptr_t ptr, unsigned int iMessage, uptr_t wP #define SCI_INDICATOREND 2509 #define SCI_SETPOSITIONCACHE 2514 #define SCI_GETPOSITIONCACHE 2515 +#define SCI_SETLAYOUTTHREADS 2775 +#define SCI_GETLAYOUTTHREADS 2776 #define SCI_COPYALLOWLINE 2519 #define SCI_GETCHARACTERPOINTER 2520 #define SCI_GETRANGEPOINTER 2643 -- cgit v1.2.3