From 632bf5eb1f2825ac1c7f4c9850462ad1fe68990d Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Mon, 30 Sep 2019 12:15:31 +1000 Subject: Backport: Feature [feature-requests:#1305] Optimize setting up keyword lists in lexers. Avoids splitting and sorting the input twice. Backport of changeset 7697:f0848608c92c. --- doc/ScintillaHistory.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index e289c8a96..cb05ac396 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -566,6 +566,10 @@ Feature #1306.
  • + Optimize setting up keyword lists in lexers. + Feature #1305. +
  • +
  • On Win32, stop the IME candidate window moving unnecessarily and position it better.
    Stop candidate window overlapping composition text and taskbar.
    Position candidate window closer to composition text.
    -- cgit v1.2.3