← 返回
效率工具 中文

Vvvv Editor Extensions

Helps create vvvv gamma editor extensions — .HDE.vl file naming, Command node registration with keyboard shortcuts, SkiaWindow/SkiaWindowTopMost window types...
创建 vvvv gamma 编辑器扩展:.HDE.vl 命名规范、命令节点快捷键注册、SkiaWindow/SkiaWindowTopMost 窗口类型
tebjan
效率工具 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 487
下载
💾 8
安装
1
版本
#latest

概述

Editor Extensions

Extensions are standard VL patches saved with a .HDE.vl suffix. They run automatically when open in the editor.

File Naming

| Context | Required Name |

|---|---|

| Standalone extension | VL.MyExtension.HDE.vl |

| Extension-only NuGet | VL.MyExtension.HDE (package ID) |

| Mixed NuGet main doc | VL.MyPackage.vl |

| Mixed NuGet extension doc | VL.MyPackage.HDE.vl |

Required NuGet References

  • VL.HDE — provides Command node, window types, WindowFactory
  • VL.Lang — provides API nodes under the Session category

Command Node

Registers a command in the editor menu:

| Pin | Purpose |

|---|---|

| Label | Menu text |

| Visible | Show/hide the command |

| Shortcut | Keyboard binding |

| Output | Triggers (bang) on activation |

Multiple Command nodes can live in one .HDE.vl document.

Warning: A runtime error in one command may affect all others in the same document.

Window Types

| Type | Behavior |

|---|---|

| SkiaWindow | Slimmed-down Skia renderer window |

| SkiaWindowTopMost | Always-on-top, no focus steal |

Docking

Wrap window with WindowFactory node. Connect WindowContext and Window pins.

Template: VL.HDE/Template.HDE.vl

API Access

Access hovered/selected nodes, read/write pins via VL.Lang Session category nodes. Browse available API in the HelpBrowser's API section.

Developer Shortcuts

  • Shift+F9 — restarts all extensions simultaneously

Limitations

  • Settings panel integration is not yet possible
  • Extensions only run in the editor, not in exported applications

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 18:26 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

Vvvv Testing

tebjan
使用 VL.TestFramework 配合 NUnit 为 vvvv gamma 包和 C# 节点设置自动化测试(CI 就绪),供包作者测试 .vl 补丁
★ 0 📥 604
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 437 📥 147,162
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 444 📥 226,101