chcg

Results 464 comments of chcg

As this seems to be a issue caused by CSV Lint plugin I created https://github.com/BdR76/CSVLint/issues/111 . Please contribute further insights there.

There is https://sourceforge.net/projects/npp-plugins/files/NativeLang/NativeLang%20Plugin%20v1.2%20UNI/ for that task, but it is not widely used and no active development since 10 years+ See also https://github.com/chcg/NPP_HexEdit/tree/master/NativeLang for the readme. I'm not sure if this...

@donho Indeed that aspect is not fixed.

There seems to be an issue with the class parser (https://npp-user-manual.org/docs/function-list/#class-parser) and comments. Java functionlist is not using it `commentExpr` and therefore that one is working, but C# is broken....

Can't reproduce this issue on WIN10.

Lexilla support for N++ is available with https://github.com/notepad-plus-plus/notepad-plus-plus/pull/15717 . It is now possible to add the remaining parts necessary within N++, see e.g. https://github.com/notepad-plus-plus/notepad-plus-plus/pull/15000 + https://github.com/notepad-plus-plus/notepad-plus-plus/pull/15128

Fixed with https://github.com/notepad-plus-plus/notepad-plus-plus/releases/tag/v8.6.9

@rdipardo You already had a look on this with https://github.com/Natestah/BlitsNppPlugin/issues/1 . What do you think is this actually infected dll?

Latest tag https://github.com/Natestah/BlitsNppPlugin/releases/tag/v1.0.0.6 is built via GH action now. So there is most likely no local manipulation in the plugin anymore.

See e.g. artifacts for https://github.com/ashkulz/NppFTP/actions/runs/9374755429. Arm64 is already available for windows. Currently for the official releases the mingw builds are used. For mingw no arm64 support is available officially. Maybe...