notepad-plus-plus/scintilla/src
Christian Grasser feb454ad6f Update scintilla 5.3.4 and lexilla 5.2.4 with:
https://www.scintilla.org/scintilla534.zip

    Released 8 March 2023.
    Add multithreaded wrap to significantly improve performance of wrapping large files.
    More typesafe bindings of *Full APIs in ScintillaCall. Feature #1477.
    Fix overlapping of text with line end wrap marker. Bug #2378.
    Fix clipping of line end wrap symbol for SC_WRAPVISUALFLAGLOC_END_BY_TEXT.
    Where a multi-byte character contains multiple styles, display each byte as a representation. This makes it easier to see and fix lexers that change styles mid-character, commonly because they use fixed size buffers.
    Fix a potential crash with autocompletion list fill-ups where a SCN_CHARADDED handler retriggered an autocompletion list, but with no items that match the typed character.

lexilla523

    Released 8 March 2023.
    Add scripts/PromoteNew.bat script to promote .new files after checking.
    Makefile: Remove 1024-byte line length limit..
    Ruby: Add new lexical classes for % literals SCE_RB_STRING_W (%w non-interpolable string array), SCE_RB_STRING_I (%i non-interpolable symbol array), SCE_RB_STRING_QI (%I interpolable symbol array), and SCE_RB_STRING_QS (%s symbol). Issue #124.
    Ruby: Disambiguate %= which may be a quote or modulo assignment. Issue #124, Bug #1255, Bug #2182.
    Ruby: Fix additional fold level for single character in SCE_RB_STRING_QW. Issue #132.
    Ruby: Set SCE_RB_HERE_QQ for unquoted and double-quoted heredocs and SCE_RB_HERE_QX for backticks-quoted heredocs. Issue #134.
    Ruby: Recognise #{} inside SCE_RB_HERE_QQ and SCE_RB_HERE_QX. Issue #134.
    Ruby: Improve regex and heredoc recognition. Issue #136.
    Ruby: Highlight #@, #@@ and #$ style interpolation. Issue #140.
    Ruby: Fix folding for multiple heredocs started on one line. Fix folding when there is a space after heredoc opening delimiter. Issue #135.
    YAML: Remove 1024-byte line length limit.

https://www.scintilla.org/lexilla524.zip

    Released 13 March 2023.
    C++: Fix failure to recognize keywords containing upper case. Issue #149.
    GDScript: Support % and $ node paths. Issue #145, Pull request #146.

Close #13338
2023-03-13 21:06:09 +01:00
..
AutoComplete.cxx Update Scintilla from v4.4.6 to v5.2.1 and add Lexilla v5.1.5 2022-03-27 17:12:53 +02:00
AutoComplete.h Update Scintilla from v4.4.6 to v5.2.1 and add Lexilla v5.1.5 2022-03-27 17:12:53 +02:00
CallTip.cxx Update Scintilla from 5.2.1 to 5.2.2 and Lexilla from 5.1.5 to 5.1.6 2022-04-28 23:27:54 +02:00
CallTip.h Update Scintilla from 5.2.1 to 5.2.2 and Lexilla from 5.1.5 to 5.1.6 2022-04-28 23:27:54 +02:00
CaseConvert.cxx Update to Scintilla 5.3.2 and Lexilla 5.2.1 2022-12-15 13:11:17 +01:00
CaseConvert.h Update Scintilla from v4.4.6 to v5.2.1 and add Lexilla v5.1.5 2022-03-27 17:12:53 +02:00
CaseFolder.cxx Update lexilla to 5.1.7 & Scintilla to 5.2.3 2022-06-28 16:19:19 +02:00
CaseFolder.h Update lexilla to 5.1.7 & Scintilla to 5.2.3 2022-06-28 16:19:19 +02:00
CellBuffer.cxx Update to scintilla 5.3.1 and lexilla 5.2.0 2022-10-31 00:45:13 +01:00
CellBuffer.h Update to scintilla 5.3.0 and lexilla 5.1.9 2022-09-12 19:02:55 +02:00
ChangeHistory.cxx Update to scintilla 5.3.1 and lexilla 5.2.0 2022-10-31 00:45:13 +01:00
ChangeHistory.h Update to scintilla 5.3.0 and lexilla 5.1.9 2022-09-12 19:02:55 +02:00
CharClassify.cxx Update Scintilla from v4.4.6 to v5.2.1 and add Lexilla v5.1.5 2022-03-27 17:12:53 +02:00
CharClassify.h Update Scintilla from v4.4.6 to v5.2.1 and add Lexilla v5.1.5 2022-03-27 17:12:53 +02:00
CharacterCategoryMap.cxx Update to Scintilla 5.3.2 and Lexilla 5.2.1 2022-12-15 13:11:17 +01:00
CharacterCategoryMap.h Update Scintilla from v4.4.6 to v5.2.1 and add Lexilla v5.1.5 2022-03-27 17:12:53 +02:00
CharacterType.cxx Update Scintilla from v4.4.6 to v5.2.1 and add Lexilla v5.1.5 2022-03-27 17:12:53 +02:00
CharacterType.h Update Scintilla from v4.4.6 to v5.2.1 and add Lexilla v5.1.5 2022-03-27 17:12:53 +02:00
ContractionState.cxx Update to scintilla 5.3.0 and lexilla 5.1.9 2022-09-12 19:02:55 +02:00
ContractionState.h Update to scintilla 5.3.0 and lexilla 5.1.9 2022-09-12 19:02:55 +02:00
DBCS.cxx Update Scintilla from v4.4.6 to v5.2.1 and add Lexilla v5.1.5 2022-03-27 17:12:53 +02:00
DBCS.h Update Scintilla from v4.4.6 to v5.2.1 and add Lexilla v5.1.5 2022-03-27 17:12:53 +02:00
Debugging.h Update Scintilla from v4.4.6 to v5.2.1 and add Lexilla v5.1.5 2022-03-27 17:12:53 +02:00
Decoration.cxx Update to scintilla 5.3.0 and lexilla 5.1.9 2022-09-12 19:02:55 +02:00
Decoration.h Update to scintilla 5.3.0 and lexilla 5.1.9 2022-09-12 19:02:55 +02:00
Document.cxx Update scintilla 5.3.4 and lexilla 5.2.4 with: 2023-03-13 21:06:09 +01:00
Document.h Update scintilla 5.3.4 and lexilla 5.2.4 with: 2023-03-13 21:06:09 +01:00
EditModel.cxx Update to scintilla 5.3.0 and lexilla 5.1.9 2022-09-12 19:02:55 +02:00
EditModel.h Update to scintilla 5.3.0 and lexilla 5.1.9 2022-09-12 19:02:55 +02:00
EditView.cxx Update scintilla 5.3.4 and lexilla 5.2.4 with: 2023-03-13 21:06:09 +01:00
EditView.h Update scintilla 5.3.4 and lexilla 5.2.4 with: 2023-03-13 21:06:09 +01:00
Editor.cxx Update scintilla 5.3.4 and lexilla 5.2.4 with: 2023-03-13 21:06:09 +01:00
Editor.h Update scintilla 5.3.4 and lexilla 5.2.4 with: 2023-03-13 21:06:09 +01:00
ElapsedPeriod.h Update Scintilla from v4.4.6 to v5.2.1 and add Lexilla v5.1.5 2022-03-27 17:12:53 +02:00
Geometry.cxx Update to scintilla 5.3.1 and lexilla 5.2.0 2022-10-31 00:45:13 +01:00
Geometry.h Update to Scintilla 5.3.3 and Lexilla 5.2.2 2023-02-12 17:11:57 +01:00
Indicator.cxx Update to scintilla 5.3.1 and lexilla 5.2.0 2022-10-31 00:45:13 +01:00
Indicator.h Update Scintilla from v4.4.6 to v5.2.1 and add Lexilla v5.1.5 2022-03-27 17:12:53 +02:00
KeyMap.cxx Update Scintilla from v4.4.6 to v5.2.1 and add Lexilla v5.1.5 2022-03-27 17:12:53 +02:00
KeyMap.h Update lexilla to 5.1.7 & Scintilla to 5.2.3 2022-06-28 16:19:19 +02:00
LineMarker.cxx Update to scintilla 5.3.0 and lexilla 5.1.9 2022-09-12 19:02:55 +02:00
LineMarker.h Update Scintilla from v4.4.6 to v5.2.1 and add Lexilla v5.1.5 2022-03-27 17:12:53 +02:00
MarginView.cxx Update scintilla 5.3.4 and lexilla 5.2.4 with: 2023-03-13 21:06:09 +01:00
MarginView.h Update to scintilla 5.3.1 and lexilla 5.2.0 2022-10-31 00:45:13 +01:00
Partitioning.h Update to scintilla 5.3.0 and lexilla 5.1.9 2022-09-12 19:02:55 +02:00
PerLine.cxx Update to Scintilla 5.3.3 and Lexilla 5.2.2 2023-02-12 17:11:57 +01:00
PerLine.h Update to Scintilla 5.3.3 and Lexilla 5.2.2 2023-02-12 17:11:57 +01:00
Platform.h Update to scintilla 5.3.0 and lexilla 5.1.9 2022-09-12 19:02:55 +02:00
Position.h Update Scintilla from v4.4.6 to v5.2.1 and add Lexilla v5.1.5 2022-03-27 17:12:53 +02:00
PositionCache.cxx Update scintilla 5.3.4 and lexilla 5.2.4 with: 2023-03-13 21:06:09 +01:00
PositionCache.h Update scintilla 5.3.4 and lexilla 5.2.4 with: 2023-03-13 21:06:09 +01:00
RESearch.cxx Update to scintilla 5.3.0 and lexilla 5.1.9 2022-09-12 19:02:55 +02:00
RESearch.h Update Scintilla from v4.4.6 to v5.2.1 and add Lexilla v5.1.5 2022-03-27 17:12:53 +02:00
RunStyles.cxx Update to scintilla 5.3.0 and lexilla 5.1.9 2022-09-12 19:02:55 +02:00
RunStyles.h Update to scintilla 5.3.0 and lexilla 5.1.9 2022-09-12 19:02:55 +02:00
SciTE.properties [UPDATE] Update Scintilla to 3.3.4 2013-08-28 00:44:27 +00:00
ScintillaBase.cxx Update scintilla 5.3.4 and lexilla 5.2.4 with: 2023-03-13 21:06:09 +01:00
ScintillaBase.h Update to Scintilla 5.3.2 and Lexilla 5.2.1 2022-12-15 13:11:17 +01:00
Selection.cxx Update Scintilla from v4.4.6 to v5.2.1 and add Lexilla v5.1.5 2022-03-27 17:12:53 +02:00
Selection.h Update to Scintilla 5.3.3 and Lexilla 5.2.2 2023-02-12 17:11:57 +01:00
SparseVector.h Update to scintilla 5.3.0 and lexilla 5.1.9 2022-09-12 19:02:55 +02:00
SplitVector.h Update to scintilla 5.3.0 and lexilla 5.1.9 2022-09-12 19:02:55 +02:00
Style.cxx Update to scintilla 5.3.1 and lexilla 5.2.0 2022-10-31 00:45:13 +01:00
Style.h Update to scintilla 5.3.1 and lexilla 5.2.0 2022-10-31 00:45:13 +01:00
UniConversion.cxx Update to scintilla 5.3.0 and lexilla 5.1.9 2022-09-12 19:02:55 +02:00
UniConversion.h Update to scintilla 5.3.0 and lexilla 5.1.9 2022-09-12 19:02:55 +02:00
UniqueString.cxx Update to scintilla 5.3.0 and lexilla 5.1.9 2022-09-12 19:02:55 +02:00
UniqueString.h Update to scintilla 5.3.0 and lexilla 5.1.9 2022-09-12 19:02:55 +02:00
ViewStyle.cxx Update to Scintilla 5.3.3 and Lexilla 5.2.2 2023-02-12 17:11:57 +01:00
ViewStyle.h Update to Scintilla 5.3.3 and Lexilla 5.2.2 2023-02-12 17:11:57 +01:00
XPM.cxx Update to Scintilla 5.3.3 and Lexilla 5.2.2 2023-02-12 17:11:57 +01:00
XPM.h Update to Scintilla 5.3.3 and Lexilla 5.2.2 2023-02-12 17:11:57 +01:00