Skip to content

Commit 4103d83

Browse files
authored
Add VirtualTabGroups (x64, x86) (notepad-plus-plus#1097)
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).
1 parent dcb63c7 commit 4103d83

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

src/pl.x64.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1793,6 +1793,16 @@
17931793
"author": "Fatih Coşkun",
17941794
"homepage": "https://github.com/FatihC/VirtualFolders"
17951795
},
1796+
{
1797+
"folder-name": "VirtualTabGroups",
1798+
"display-name": "Virtual Tab Groups",
1799+
"version": "1.0.0",
1800+
"id": "78e869ba856192017bfb0ef06fa55af9efb0e545ecb20032efb4ef8f38063713",
1801+
"repository": "https://github.com/JamesShaver/VirtualTabGroups/releases/download/v1.0.0/VirtualTabGroups_x64.zip",
1802+
"description": "Dockable panel that organizes open documents into virtual folders. Group files into custom hierarchies independent of disk layout — folder structure, panel visibility, and unsaved-buffer references all persist across Notepad++ sessions. Supports drag-and-drop, multi-select, file aliasing, and dark mode.",
1803+
"author": "James Shaver",
1804+
"homepage": "https://github.com/JamesShaver/VirtualTabGroups"
1805+
},
17961806
{
17971807
"folder-name": "VisualStudioLineCopy",
17981808
"display-name": "Visual Studio Line Copy",

src/pl.x86.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1919,6 +1919,16 @@
19191919
"author": "Fatih Coşkun",
19201920
"homepage": "https://github.com/FatihC/VirtualFolders"
19211921
},
1922+
{
1923+
"folder-name": "VirtualTabGroups",
1924+
"display-name": "Virtual Tab Groups",
1925+
"version": "1.0.0",
1926+
"id": "6944348826f8e31f6b7fa9c0ef0ace7cc2f5527b0c48bb76915951eb8f2e83e6",
1927+
"repository": "https://github.com/JamesShaver/VirtualTabGroups/releases/download/v1.0.0/VirtualTabGroups_x86.zip",
1928+
"description": "Dockable panel that organizes open documents into virtual folders. Group files into custom hierarchies independent of disk layout — folder structure, panel visibility, and unsaved-buffer references all persist across Notepad++ sessions. Supports drag-and-drop, multi-select, file aliasing, and dark mode.",
1929+
"author": "James Shaver",
1930+
"homepage": "https://github.com/JamesShaver/VirtualTabGroups"
1931+
},
19221932
{
19231933
"folder-name": "VisualStudioLineCopy",
19241934
"display-name": "Visual Studio Line Copy",

0 commit comments

Comments
 (0)