Merged
Conversation
…is not opened without warning
"notepad++.exe -export=functionList -lcpp c:\funcListTests\whatever.cpp" will open whatever.cpp as cpp file, then parse this file to write the funcLst result on disk, then exit Notepad++. The result will write into c:\funcListTests\whatever.cpp.result.
"-quickPrint" allows user to launch Notepad++ via command to print a given document then quit Notepad++ immediately. Usage: notepad++.exe -quickPrint c:\funcListTests\EncodingMapper.cpp
happend -> happened Closes #3568
Due to 2 find buttons logic limit (lost replacing up capacity), the direction option is added back, and 1 find button is restored (instead of 2 find buttons).
Closes #3582
Changed to follow: "Open in Default Viewer", changes in Find dialog Closes #3625
This changes the line operations "Sort as Integers Ascending" and "Sort as Integers Descending" to sort by Natural Sort Order, in which consecutive numerals are considered as one character. This causes "2" < "10", just like in the old Integer sort, but also "foo 2" < "foo 10", which was not previously available functionality. In cases where every line is a single integer, Natural Sort functions exactly the same as Integer Sort; when every line begins with a single integer, it is a valid Integer Sort. Close #4413, fix #2025
Use GUP to retrieve GUP release from its website while doing Notepad++ release.
Close #4478
Make Updater run sync for removing & restoring plugin info from & to the plugin lists while the Plugin Admin's operation of installation, update and removal.
Close #4537
As a follow up to my previous pull request, this PR fixes the last remaining improper format specifiers. This allows to remove /Wv:18 compilation flag completely, since (presumably) the only reason it was added in the first place were those format specifier warnings, introduced in VS2015. Effectively, all this PR does is applying fixes suggested by the compiler (included in those warnings). Close #4604
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.
No description provided.