{"id":16829219,"url":"https://github.com/kvanttt/nppnetinf","last_synced_at":"2026-04-27T01:31:33.389Z","repository":{"id":148831136,"uuid":"109586041","full_name":"KvanTTT/NppNetInf","owner":"KvanTTT","description":"Notepad++ .NET Infrastructure","archived":false,"fork":false,"pushed_at":"2022-03-15T17:11:26.000Z","size":292,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-04T01:40:24.211Z","etag":null,"topics":["dotnet","infrastructure","notepad-plus-plus","notepadplusplus","plugin","wrapper"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KvanTTT.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-05T14:21:53.000Z","updated_at":"2024-08-09T13:32:14.000Z","dependencies_parsed_at":"2023-06-27T19:44:15.030Z","dependency_job_id":null,"html_url":"https://github.com/KvanTTT/NppNetInf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KvanTTT/NppNetInf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KvanTTT%2FNppNetInf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KvanTTT%2FNppNetInf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KvanTTT%2FNppNetInf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KvanTTT%2FNppNetInf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KvanTTT","download_url":"https://codeload.github.com/KvanTTT/NppNetInf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KvanTTT%2FNppNetInf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32319559,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"ssl_error","status_checked_at":"2026-04-26T23:26:25.802Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dotnet","infrastructure","notepad-plus-plus","notepadplusplus","plugin","wrapper"],"created_at":"2024-10-13T11:31:48.201Z","updated_at":"2026-04-27T01:31:33.373Z","avatar_url":"https://github.com/KvanTTT.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Notepad++ .NET Infrastructure\n\nThis projects based on [NotepadPlusPlusPluginPack.Net](https://github.com/kbilsted/NotepadPlusPlusPluginPack.Net)\nbut doesn't required installed Visual C++ and other stuff except of this submodule\n(`LibToolPath` and `LibToolDllPath` has been deleted from NppPlugin.DllExport.targets).\nAlso it's a bit easy to use.\n\nThe main goal is independence of plugin and infrastructure code and simplicity.\n\n## Steps to build your own Notepad++ plugin\n\n1. Create plugin solution with .NET project like `MyAwesomePlugin`.\n2. Add submodule \u003chttps://github.com/KvanTTT/NppNetInf.git\u003e to your repository.\n3. Add a line `\u003cImport Project=\"$(SolutionDir)NppNetInf\\src\\DllExport\\NppPlugin.DllExport.targets\" /\u003e`\n   to MyAwesomePlugin.csproj. This target executed after every build and changes\n   assembly for corresponding to Notepad++ format.\n4. Create subdirectory `NppNetInf` inside your project `MyAwesomePlugin` directory\n   and \"Add As Link\" all *.cs files from NppNetInf submodule (Win32.cs, Scintilla.cs, PluginMain.cs, etc.).\n5. Add a class `Main` that implements `PluginMain` and override required methods\n  and properties (`PluginName`, `CommandMenuInit`). Also you can override other\n  optional methods\n  (`OnNotification(ScNotification notification)`, `PluginCleanUp()`, `SetToolBarIcon`).\n6. Choose platform (x86 or x64), build project and move compilied assembly to\n   Notepad++ plugins directory\n   (as usual `C:\\Program Files\\Notepad++\\plugins` or `C:\\Program Files (x86)\\Notepad++\\plugins`).\n7. Open Notepad++ and enjoy your awesome plugin!\n\n## How it works\n\nAt start this infrastructure tries to find plugin `Main` class via reflection.\nSuch `Main` class should implement `PluginMain` abstract class.\n\n## Plugin demo\n\n[NppGist](https://github.com/KvanTTT/NppGist) is built on NppNetInf. It has\nconfigured CI with both x86 and x64 builds.\n\n## License\n\nApache 2.0.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkvanttt%2Fnppnetinf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkvanttt%2Fnppnetinf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkvanttt%2Fnppnetinf/lists"}