Skip to content

Add VirtualTabGroups (x64, x86)#1097

Merged
chcg merged 1 commit into
notepad-plus-plus:masterfrom
JamesShaver:add-virtualtabgroups
May 22, 2026
Merged

Add VirtualTabGroups (x64, x86)#1097
chcg merged 1 commit into
notepad-plus-plus:masterfrom
JamesShaver:add-virtualtabgroups

Conversation

@JamesShaver
Copy link
Copy Markdown
Contributor

Plugin

Virtual Tab Groups — a dockable panel that organizes open documents into virtual folders that persist across sessions.

Submission checklist

  • folder-name matches the shipped DLL (VirtualTabGroups.dll).
  • display-name, version, id, repository, description, author, homepage populated per schema.
  • DLL FileVersion is 1.0.0.0, matching the schema-padded version.
  • Both pl.x64.json and pl.x86.json updated with architecture-specific zip URLs and SHA-256 hashes computed from the published GitHub release assets.
  • Entry inserted in case-insensitive folder-name order (between VirtualFolders and VisualStudioLineCopy).
  • CRLF line endings preserved; no other content modified.
  • ARM64 intentionally omitted — the IL post-processor used to produce unmanaged exports (3F.DllExport 1.7.4) doesn't recognize ARM64 as a cpu platform target. ARM64 entry can be added in a follow-up once upstream support lands.

Hashes

  • VirtualTabGroups_x64.zip: 78e869ba856192017bfb0ef06fa55af9efb0e545ecb20032efb4ef8f38063713
  • VirtualTabGroups_x86.zip: 6944348826f8e31f6b7fa9c0ef0ace7cc2f5527b0c48bb76915951eb8f2e83e6

Virtual Tab Groups is a dockable panel for organizing open Notepad++
documents into virtual folders that persist across sessions.

- folder-name: VirtualTabGroups
- version: 1.0.0
- repository: https://github.com/JamesShaver/VirtualTabGroups
- ARM64 not submitted (3F.DllExport doesn't yet support ARM64 as a cpu
  platform target; entries can be added later if upstream support lands).
@chcg chcg added this to the 1.9.7 milestone May 22, 2026
@chcg
Copy link
Copy Markdown
Contributor

chcg commented May 22, 2026

@JamesShaver You might add dependabot to our repo to get PRs/Notifications on updated github actions and nuget packages (https://docs.github.com/en/code-security/how-tos/secure-your-supply-chain/secure-your-dependencies/configuring-dependabot-alerts)

@chcg chcg merged commit 4103d83 into notepad-plus-plus:master May 22, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants