chcg

Results 33 issues of chcg

@bruderstein there are some dead links in the plugin list, e.g. - http://www2.brotherstone.co.uk/npp/NppMenuSearch075.zip (also https://sourceforge.net/projects/nppmenusearch/files/v0.9/ exists) - http://www2.brotherstone.co.uk/npp/NotepadSharp_1.5.0.zip (seems github https://github.com/jvdanilo/NotepadSharp doesn't exist) Maybe we could add a check for...

feature request

See: https://sourceforge.net/p/npppythonscript/discussion/1199074/ add scripts to sample folder from there.

- initial appveyor CI config, see https://ci.appveyor.com/project/chcg/npptextfx - fixed win32 build issue

- updated nuget packages with VS2017 - use VS2017 for builds - add github actions showing that VS2019 could be used Issue: - updating appveyor image to VS2019 breaks with...

Doesn't it make sense to add the link to the win32 libs (http://adoxa.altervista.org/global/) directly to the readme. I was not able to find that link on the GNU page. Current...

enhancement

- added pythonscript (current trunk revision) as git submodule and adapted VS project file therefore - successfull appveyor build. see https://ci.appveyor.com/project/chcg/npp/build/1.0.2.3

@vladk1973 Could you repackage the https://github.com/vladk1973/npp.connections/releases/download/v1.0.1/npp.connections-1.0.1-x32.zip to have the dll in the root dir so it is also usable from N++ 7.6 plugin admin, see https://notepad-plus-plus.org/community/topic/16621/notepad-7-6-new-plugins-admin and https://notepad-plus-plus.org/news/notepad-7.6-released.html Further hint:...

- relevant parts from https://github.com/kbilsted/NotepadPlusPlusPluginPack.Net/blob/master/Visual%20Studio%20Project%20Template%20C%23/PluginInfrastructure/DllExport/NppPlugin.DllExport.targets to build with VS2017 or newer - update appveyor build to VS2022 - removed binary data within repo as available from releases - fixed AssemblyInfo.cs...

Appveyor build fails because https://learn.microsoft.com/en-us/powershell/module/bitstransfer/start-bitstransfer?view=windowsserver2022-ps the -dynamic flag is just available on win11 and the corresponding server2022. Appveyor use https://learn.microsoft.com/en-us/powershell/module/bitstransfer/start-bitstransfer?view=windowsserver2019-ps ,see https://www.appveyor.com/docs/windows-images-software/ for Visual Studio 2022.

- ubuntu latest changed from 22.04 -> 24.04 causing problems with jurplel/install-qt-action, so use 22.04 until action is fixed - added linux-android and macos-ios builds - added debug builds to...