notepad-plus-plus/scintilla/doc
Christian Grasser dcc7e600c7 Updated to Scintilla 5.4.1 & Lexilla 5.3.0
Scintilla 5.4.1
https://www.scintilla.org/scintilla541.zip
Released 27 December 2023.

1.  Add IDocumentEditable interface to allow efficient interaction with document objects which may not be visible in a Scintilla instance. This feature is provisonal and may change before being declared stable. For better type-safety, the ScintillaCall C++ API uses IDocumentEditable* where void* was used before which may require changes to client code that uses document pointer APIs DocPointer, SetDocPointer, CreateDocument, AddRefDocument, and ReleaseDocument.
2.  Ctrl-click on a selection deselects it in multiple selection mode.
3.  Add SCI_SELECTIONFROMPOINT for modifying multiple selections.
4.  Add SCI_SETMOVEEXTENDSSELECTION and SCI_CHANGESELECTIONMODE to simplify selection mode manipulation.
5.  Improve performance of global replace by reducing cache invalidation overhead. [Feature #1502](https://sourceforge.net/p/scintilla/feature-requests/1502/).
6.  Fix regular expression search for "\<" matching beginning of search when not beginning of word and for "\>" not matching line end. [Bug #2157](https://sourceforge.net/p/scintilla/bugs/2157/).
7.  Fix regular expression search failure when search for "\<" followed by search for "\>". [Bug #2413](https://sourceforge.net/p/scintilla/bugs/2413/).
8.  Fix regular expression assertion (^, $, \b. \B) failures when using SCFIND_CXX11REGEX. [Bug #2405](https://sourceforge.net/p/scintilla/bugs/2405/).
9.  Fix regular expression bug in reverse direction where shortened match returned. [Bug #2405](https://sourceforge.net/p/scintilla/bugs/2405/).
10. Avoid character fragments in regular expression search results. [Bug #2405](https://sourceforge.net/p/scintilla/bugs/2405/).
11. With a document that does not have the SC_DOCUMENTOPTION_TEXT_LARGE option set, allocating more than 2G (calling SCI_ALLOCATE or similar) will now fail with SC_STATUS_FAILURE.
12. Protect SCI_REPLACETARGET, SCI_REPLACETARGETMINIMAL, and SCI_REPLACETARGETRE from application changing target in notification handlers. [Bug #2289](https://sourceforge.net/p/scintilla/bugs/2289/).

Lexilla 5.3.0
https://www.scintilla.org/lexilla530.zip
Released 27 December 2023.

1. Fix calling AddStaticLexerModule by defining as C++ instead of C which matches header. [Bug #2421](https://sourceforge.net/p/scintilla/bugs/2421/).
2. Bash: Fix shift operator << incorrectly recognized as here-doc. [Issue #215](https://github.com/ScintillaOrg/lexilla/issues/215).
3. Bash: Fix termination of '${' with first unquoted '}' instead of nesting. [Issue #216](https://github.com/ScintillaOrg/lexilla/issues/216).
4. HTML: JavaScript double-quoted strings may escape line end with '\'. [Issue #214](https://github.com/ScintillaOrg/lexilla/issues/214).
5. Lua: recognize --- doc comments. Defined by [LDoc](https://github.com/lunarmodules/ldoc). Does not recognize --[[-- doc comments which seem less common.

Close #14375
2023-12-26 23:17:53 +01:00
..
AddSource.txt Upgrade Scintilla from 4.1.4 to 4.2.0 2019-07-22 13:08:41 +02:00
ChangeHistory.png Update to scintilla 5.3.1 and lexilla 5.2.0 2022-10-31 00:45:13 +01:00
Design.html Update Scintilla from v4.4.6 to v5.2.1 and add Lexilla v5.1.5 2022-03-27 17:12:53 +02:00
Icons.html Upgrade Scintilla from v3.56 to v4.14 2019-05-04 21:14:48 +03:00
Indicators.png Update to scintilla 5.3.0 and lexilla 5.1.9 2022-09-12 19:02:55 +02:00
Lexer.txt Upgrade Scintilla from v3.56 to v4.14 2019-05-04 21:14:48 +03:00
Markers.png Update to scintilla 5.3.0 and lexilla 5.1.9 2022-09-12 19:02:55 +02:00
Privacy.html Upgrade Scintilla from v3.56 to v4.14 2019-05-04 21:14:48 +03:00
SciBreak.jpg Moved scintilla in trunk remotely 2009-04-24 23:35:41 +00:00
SciCoding.html Update Scintilla from v4.4.6 to v5.2.1 and add Lexilla v5.1.5 2022-03-27 17:12:53 +02:00
SciRest.jpg Moved scintilla in trunk remotely 2009-04-24 23:35:41 +00:00
SciTEIco.png Upgrade Scintilla from v3.56 to v4.14 2019-05-04 21:14:48 +03:00
SciWord.jpg Moved scintilla in trunk remotely 2009-04-24 23:35:41 +00:00
Scintilla5Migration.html Update lexilla to 5.1.7 & Scintilla to 5.2.3 2022-06-28 16:19:19 +02:00
ScintillaDoc.html Updated to Scintilla 5.4.1 & Lexilla 5.3.0 2023-12-26 23:17:53 +01:00
ScintillaDownload.html Updated to Scintilla 5.4.1 & Lexilla 5.3.0 2023-12-26 23:17:53 +01:00
ScintillaHistory.html Updated to Scintilla 5.4.1 & Lexilla 5.3.0 2023-12-26 23:17:53 +01:00
ScintillaLogo.png Update: Scintilla 5.3.6 and Lexilla 5.2.6 2023-08-01 19:44:35 +02:00
ScintillaLogo2x.png Update: Scintilla 5.3.6 and Lexilla 5.2.6 2023-08-01 19:44:35 +02:00
ScintillaRelated.html Update: Scintilla 5.3.5 Lexilla 5.2.5 2023-06-02 14:15:54 +02:00
ScintillaToDo.html Upgrade Scintilla from v4.2.0 to v4.4.6 2021-02-21 19:14:40 +01:00
ScintillaUsage.html Upgrade Scintilla from v3.56 to v4.14 2019-05-04 21:14:48 +03:00
StadiumVariants.png Update Scintilla from v4.4.6 to v5.2.1 and add Lexilla v5.1.5 2022-03-27 17:12:53 +02:00
Steps.html [UPDATE] Update Scintilla from 2.12 to 2.20 2010-08-21 23:59:56 +00:00
StyleMetadata.html Upgrade Scintilla from v3.56 to v4.14 2019-05-04 21:14:48 +03:00
annotations.png Upgrade Scintilla from v3.56 to v4.14 2019-05-04 21:14:48 +03:00
eolannotation.png Upgrade Scintilla from v4.2.0 to v4.4.6 2021-02-21 19:14:40 +01:00
index.html Updated to Scintilla 5.4.1 & Lexilla 5.3.0 2023-12-26 23:17:53 +01:00
styledmargin.png Upgrade Scintilla from v3.56 to v4.14 2019-05-04 21:14:48 +03:00