chcg
chcg
This plugin uses https://github.com/sebastienros/jint/tree/release/2.x/Jint/Parser at https://github.com/megaboich/js-map-parser/tree/master/source/Jint.Parser. Jint 3.X has no longer a own parser, but uses https://github.com/sebastienros/esprima-dotnet/tree/main/src/Esprima, see e.g. https://github.com/sebastienros/jint/blob/main/Jint.Tests/Parser/JavascriptParserTests.cs. I'm afraid that might be no dropin replacement but needs...
https://github.com/DominicTobias/SecurePad/blob/master/PluginDefinition.cpp#L147 and https://github.com/DominicTobias/SecurePad/blob/master/PluginDefinition.cpp#L214 need to be checked. Probably there for the null at the end of the character buffer used to transfer the input text from the editor. Probably it...
N++ uses boost 1.80 regex v5 header only (99321d0d4a84af347e35c35d394824112937c648). There are no further relevant changes to the regex module up to current boost version 1.84 (, see https://github.com/chcg/notepad-plus-plus/tree/boost_update) . So...
See #161 for an additional aspect of this issue on opening files with same name if seen case insensitive.
See #56 issue could also happen for folder names
For SFTP no parameters could be added to the list call as https://api.libssh.org/stable/group__libssh__sftp.html is used. See https://github.com/ashkulz/NppFTP/blob/master/src/FTPClientWrapperSSL.cpp#L119 vs. https://github.com/ashkulz/NppFTP/blob/master/src/FTPClientWrapperSSH.cpp#L110
@nileplumb What version of NppFTP and N++ do you use? Which kind of connection plain FTP, SFTP, FTPES, FTPS?
See also #353. Issue introduced with PR #329 in 0.29.9. Currently workaround via context menu -> refresh or refresh button is possible.
See https://github.com/ashkulz/NppFTP/blob/master/build_3rdparty.py#L91 on usage of libssh. Could you please check if https://github.com/ashkulz/NppFTP/releases/tag/v0.29.11 fixes your problem. If this is not the case, see https://www.libssh.org/2022/08/26/libssh-0-10-0/ for RSA there are some changes: -...
See https://stackoverflow.com/questions/76572797/libssh-public-key-authentication-failed-the-key-algorithm-ssh-rsa-is-not-all . ssh-rsa seems to be using insecure sha1 and therefore likely disabled by libssh: > ssh-rsa is deprecated for a reason though, because it uses the insecure SHA-1...