Updated VS2015 project file#1563
Closed
HBerni wants to merge 1 commit intonotepad-plus-plus:masterfrom
Closed
Conversation
Contributor
|
I don't use VS2015 but I'm assuming this PR is similar to #1472 |
Contributor
|
Actually #1525 would be even better. |
Contributor
|
Agreed! |
chcg
added a commit
to chcg/notepad-plus-plus
that referenced
this pull request
Nov 16, 2025
Scintilla Release 5.5.8 (https://www.scintilla.org/scintilla558.zip) Released 10 November 2025. Change format for SCI_GETSELECTIONSERIALIZED. Feature notepad-plus-plus#1563. Ensure selection drawn correctly when selection restored by undo. Bug notepad-plus-plus#2487. Update to Unicode 16. Feature notepad-plus-plus#1569. Fix bug when indenting rectangular selection. Feature notepad-plus-plus#1567. Add PTRDIFF_DOESNT_ALIAS_INT preprocessor choice. On Win32, force autocompletion list colours to be opaque. Enlarge bitmap to avoid visible blank background between items. Bug notepad-plus-plus#2482. On Cocoa, fix crash with bidirectional mode when scrolled before start of document. On Cocoa, use same default calltip colours as other platforms for consistency. Bug notepad-plus-plus#2486. Lexilla Release 5.4.6 (https://www.scintilla.org/lexilla546.zip) Released 10 November 2025. Lexer added for SINEX "sinex". Pull request notepad-plus-plus#329. Update character categories to Unicode 16. Feature notepad-plus-plus#1569. Errorlist: Allow "bright" ANSI sequences (ESC[90m - ESC[97m). Pull request notepad-plus-plus#332. Progress: Treat '.' as part of compound identifiers instead of as an operator between identifiers. Pull request notepad-plus-plus#316. Python: Support t-strings t\"var={var}\" added by Python 3.14. Pull request notepad-plus-plus#328.
chcg
added a commit
to chcg/notepad-plus-plus
that referenced
this pull request
Nov 16, 2025
Scintilla Release 5.5.8 (https://www.scintilla.org/scintilla558.zip) Released 10 November 2025. Change format for SCI_GETSELECTIONSERIALIZED. Feature notepad-plus-plus#1563. Ensure selection drawn correctly when selection restored by undo. Bug notepad-plus-plus#2487. Update to Unicode 16. Feature notepad-plus-plus#1569. Fix bug when indenting rectangular selection. Feature notepad-plus-plus#1567. Add PTRDIFF_DOESNT_ALIAS_INT preprocessor choice. On Win32, force autocompletion list colours to be opaque. Enlarge bitmap to avoid visible blank background between items. Bug notepad-plus-plus#2482. On Cocoa, fix crash with bidirectional mode when scrolled before start of document. On Cocoa, use same default calltip colours as other platforms for consistency. Bug notepad-plus-plus#2486. Lexilla Release 5.4.6 (https://www.scintilla.org/lexilla546.zip) Released 10 November 2025. Lexer added for SINEX "sinex". Pull request notepad-plus-plus#329. Update character categories to Unicode 16. Feature notepad-plus-plus#1569. Errorlist: Allow "bright" ANSI sequences (ESC[90m - ESC[97m). Pull request notepad-plus-plus#332. Progress: Treat '.' as part of compound identifiers instead of as an operator between identifiers. Pull request notepad-plus-plus#316. Python: Support t-strings t\"var={var}\" added by Python 3.14. Pull request notepad-plus-plus#328.
donho
pushed a commit
that referenced
this pull request
Nov 23, 2025
Scintilla Release 5.5.8 (https://www.scintilla.org/scintilla558.zip) Released 10 November 2025. Change format for SCI_GETSELECTIONSERIALIZED. Feature #1563. Ensure selection drawn correctly when selection restored by undo. Bug #2487. Update to Unicode 16. Feature #1569. Fix bug when indenting rectangular selection. Feature #1567. Add PTRDIFF_DOESNT_ALIAS_INT preprocessor choice. On Win32, force autocompletion list colours to be opaque. Enlarge bitmap to avoid visible blank background between items. Bug #2482. On Cocoa, fix crash with bidirectional mode when scrolled before start of document. On Cocoa, use same default calltip colours as other platforms for consistency. Bug #2486. Lexilla Release 5.4.6 (https://www.scintilla.org/lexilla546.zip) Released 10 November 2025. Lexer added for SINEX "sinex". Pull request #329. Update character categories to Unicode 16. Feature #1569. Errorlist: Allow "bright" ANSI sequences (ESC[90m - ESC[97m). Pull request #332. Progress: Treat '.' as part of compound identifiers instead of as an operator between identifiers. Pull request #316. Python: Support t-strings t\"var={var}\" added by Python 3.14. Pull request #328. Close #17191
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated VS2015 project file to reflect recent changes to notepadPlus.vcxproj