chcg

Results 204 comments of chcg

@mahee96 There is the N++ plugin https://github.com/vinsworldcom/nppGitSCM .

@MattWorkWeb Hi, there are already multiple plugins running for x64 based on this or some predecessor, e.g. - https://github.com/cpmcgrath/codealignment - https://github.com/oleg-shilo/cs-script.npp - https://github.com/p0358/notepadpp-CodeStats - https://github.com/foospidy/GrepBugsPluginNotepadPlusPlus - https://github.com/peter-frentrup/NppMenuSearch ... For me...

See #45, with appveyor CI you could automate the GH release deployment just by creating git tags.

What I currently have in mind is to start n++ with the plugin to test and check that the startup doesn't result in a coredump/crash by a appveyor testconfig. No...

@ArkadiuszMichalski Could we go on with that at https://github.com/notepad-plus-plus/nppPluginList/issues/250. Do you have a script available which could be used for the appveyor CI job?

Check with antivirus is also an open issue https://github.com/notepad-plus-plus/nppPluginList/issues/53. As download of the plugins is already happening by https://github.com/notepad-plus-plus/nppPluginList/blob/master/validator.py#L126 and also the unzipping https://github.com/notepad-plus-plus/nppPluginList/blob/master/validator.py#L143 I would hope from there it...

@dail8859 I do a short local test to check that the plugins are starting up and behave "normally". Obviously I can't test the complete functionality of each plugin. So there...

See e.g. https://www.virustotal.com/de/documentation/public-api/ with python examples how to use it for the plugin dlls/zips binaries. Sourcecode inspection of the plugins would require something like https://www.owasp.org/index.php/Source_Code_Analysis_Tools, e.g. SonarQube

- Python module: https://github.com/gawen/virustotal - github action: https://github.com/marketplace/actions/virustotal-github-action

See gh action example: https://github.com/blu3mania/npp-papyrus/releases via https://github.com/crazy-max/ghaction-virustotal