diff options
| author | Zufu Liu <unknown> | 2019-09-30 12:15:31 +1000 |
|---|---|---|
| committer | Zufu Liu <unknown> | 2019-09-30 12:15:31 +1000 |
| commit | 632bf5eb1f2825ac1c7f4c9850462ad1fe68990d (patch) | |
| tree | b1cf3d120610339493691d2f77514ece5b2132d3 /doc/ScintillaHistory.html | |
| parent | 44b175314f0b875e6d3fa0664ad2c0133e4542f9 (diff) | |
| download | scintilla-mirror-632bf5eb1f2825ac1c7f4c9850462ad1fe68990d.tar.gz | |
Backport: Feature [feature-requests:#1305] Optimize setting up keyword lists in lexers.
Avoids splitting and sorting the input twice.
Backport of changeset 7697:f0848608c92c.
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ <a href="https://sourceforge.net/p/scintilla/feature-requests/1306/">Feature #1306</a>. </li> <li> + Optimize setting up keyword lists in lexers. + <a href="https://sourceforge.net/p/scintilla/feature-requests/1305/">Feature #1305</a>. + </li> + <li> On Win32, stop the IME candidate window moving unnecessarily and position it better.<br /> Stop candidate window overlapping composition text and taskbar.<br /> Position candidate window closer to composition text.<br /> |
