Files
UserStringProperty/PLAN.md
230238001 c54bdebe59 Initial commit: UserStringProperty Rhino plugin
- Rhino 8 C# plugin for managing Block UserString properties
- XML template import with merge modes
- WinForms UI for property editing
- .NET Framework 4.8
2026-05-02 10:18:00 +08:00

14 lines
430 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 待办事项
## 插件开发
- [ ] 为插件生成真实的 GUID 并配置到项目中
- 生成唯一的 GUID不含全零值
- 将 GUID 配置到 AssemblyInfo 或 csproj 中
- 确保插件在 Rhino 插件管理器中正确注册
- [ ] 修复"重置模板"按钮的 bug
- 当前实现有 bug需要排查并修复
- [ ] 简化"导入 XML"的判断逻辑
- 当前分两段判断过于繁琐,合并为一段