Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scintilla 5.4.1 and Lexilla 5.3.0 #14375

Closed
wants to merge 3 commits into from

Conversation

chcg
Copy link
Contributor

@chcg chcg commented Nov 19, 2023

Scintilla https://www.scintilla.org/scintilla540.zip

Release 5.4.0

Released 18 November 2023.
Fix crashes on macOS 12 and older when built with Xcode 15.0.

Lexilla https://www.scintilla.org/lexilla529.zip

Release 5.2.9

Released 18 November 2023.
Xcode build settings changed to avoid problems with Xcode 15.0.

@Yaron10
Copy link

Yaron10 commented Nov 19, 2023

@chcg,

You've reverted 4ff9d77#diff-20e695d3c03a3258299dab9fc6a0684b04dcb9f0d12d8893f8d19f273ae6c453. :)

Thank you.

@rdipardo
Copy link
Contributor

...
Fix crashes on macOS 12 and older when built with Xcode 15.0.

...
You've reverted 4ff9d77#diff-20e695d3c03a3258299dab9fc6a0684b04dcb9f0d12d8893f8d19f273ae6c453. :)

Surely this release can be skipped? The upstream changes have nothing to do with Notepad++ or even Windows.

@chcg
Copy link
Contributor Author

chcg commented Nov 20, 2023

@Yaron10 Thanks for heads up on this merge issue.
Indeed there seems to be no N++ relevant fix within this release of scintilla/lexilla.

@Yaron10
Copy link

Yaron10 commented Nov 20, 2023

@chcg,

👍
Thank you.

@chcg chcg added scintilla dependent Can't be considered for N++ implementation unless/until Scintilla changes lexilla dependent Can't be considered for N++ implementation unless/until Lexiilla changes labels Nov 21, 2023
@chcg
Copy link
Contributor Author

chcg commented Dec 26, 2023

Updated to Scintilla

Release 5.4.1

Released 27 December 2023.
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.
Ctrl-click on a selection deselects it in multiple selection mode.
Add SCI_SELECTIONFROMPOINT for modifying multiple selections.
Add SCI_SETMOVEEXTENDSSELECTION and SCI_CHANGESELECTIONMODE to simplify selection mode manipulation.
Improve performance of global replace by reducing cache invalidation overhead. [Feature #1502](https://sourceforge.net/p/scintilla/feature-requests/1502/).
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/).
Fix regular expression search failure when search for "\<" followed by search for "\>". [Bug #2413](https://sourceforge.net/p/scintilla/bugs/2413/).
Fix regular expression assertion (^, $, \b. \B) failures when using SCFIND_CXX11REGEX. [Bug #2405](https://sourceforge.net/p/scintilla/bugs/2405/).
Fix regular expression bug in reverse direction where shortened match returned. [Bug #2405](https://sourceforge.net/p/scintilla/bugs/2405/).
Avoid character fragments in regular expression search results. [Bug #2405](https://sourceforge.net/p/scintilla/bugs/2405/).
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.
Protect SCI_REPLACETARGET, SCI_REPLACETARGETMINIMAL, and SCI_REPLACETARGETRE from application changing target in notification handlers. [Bug #2289](https://sourceforge.net/p/scintilla/bugs/2289/).

and lexilla

Release 5.3.0

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

Release 5.4.0

    Released 18 November 2023.
    Fix crashes on macOS 12 and older when built with Xcode 15.0.

Lexilla https://www.scintilla.org/lexilla529.zip

Release 5.2.9

    Released 18 November 2023.
    Xcode build settings changed to avoid problems with Xcode 15.0.
@chcg chcg changed the title Scintilla 5.4.0 and Lexilla 5.2.9 Scintilla 5.4.1 and Lexilla 5.3.0 Dec 26, 2023
@donho donho self-assigned this Dec 26, 2023
@donho donho added the accepted label Dec 26, 2023
@donho donho closed this in dcc7e60 Dec 26, 2023
@chcg chcg deleted the scintilla_540 branch December 27, 2023 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted lexilla dependent Can't be considered for N++ implementation unless/until Lexiilla changes scintilla dependent Can't be considered for N++ implementation unless/until Scintilla changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants