ColorVision.UI 1.5.5.3

dotnet add package ColorVision.UI --version 1.5.5.3
                    
NuGet\Install-Package ColorVision.UI -Version 1.5.5.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ColorVision.UI" Version="1.5.5.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ColorVision.UI" Version="1.5.5.3" />
                    
Directory.Packages.props
<PackageReference Include="ColorVision.UI" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ColorVision.UI --version 1.5.5.3
                    
#r "nuget: ColorVision.UI, 1.5.5.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ColorVision.UI@1.5.5.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ColorVision.UI&version=1.5.5.3
                    
Install as a Cake Addin
#tool nuget:?package=ColorVision.UI&version=1.5.5.3
                    
Install as a Cake Tool

ColorVision.UI

版本: 1.5.5.1 | 目标框架: .NET 8.0 / .NET 10.0 Windows

功能定位

核心 UI 框架库,提供插件系统、属性编辑器、快捷键系统、菜单系统、多语言支持等基础服务。是所有 UI 模块的基础依赖。

主要功能

插件系统 (Plugins/)

  • PluginLoader — 从 Plugins 目录自动扫描和加载插件
  • PluginManifest — 基于 manifest.json 的插件元数据
  • PluginExtractor — 插件包解压
  • 依赖检查 — 自动验证插件依赖的 ColorVision 版本

属性编辑器 (PropertyEditor/)

  • PropertyEditorHelper — 属性编辑器工厂,根据类型自动选择编辑器
  • BoolPropertiesEditor / EnumPropertiesEditor / TextboxPropertiesEditor — 基础类型编辑器
  • DictionaryEditor / ListEditor — 集合类型编辑器
  • PropertyTreeNode — 属性树节点,支持层次化展示

快捷键系统 (HotKey/)

  • GlobalHotKeyManager — 系统级全局快捷键
  • WindowHotKeyManager — 窗口级快捷键
  • HotKeys / Hotkey — 快捷键定义(名称 + 按键 + 回调)
  • HotKeysSetting — 快捷键配置持久化

菜单系统 (Menus/)

  • MenuManager — 菜单管理器,扫描 IMenuItem 实现构建菜单树
  • MenuItemBase — 菜单项基类(Command 自动绑定 Execute())
  • GlobalMenuBase — 全局菜单基类(TargetName = Global)
  • MenuItemConstants — 标准菜单 GUID(File/Edit/View/Tool/Help)
  • MenuFile / MenuEdit — 标准文件和编辑菜单(打开/保存/复制/粘贴等)

多语言 (Languages/)

  • LanguageManager — 运行时语言切换
  • 支持 zh-Hans / zh-Hant / en / fr / ja / ko / ru

日志 (LogImp/)

  • WindowLog — 日志查看窗口
  • LogLoadState — 日志加载状态

Shell 集成 (Shell/)

  • JumpListManager — Windows 跳转列表
  • ArgumentParser — 命令行参数解析
  • TrayIconManager — 系统托盘图标

文件处理

  • FileProcessorFactory — 文件处理器工厂
  • AssemblyHandler — 程序集加载处理

其他

  • Environments — 环境变量管理
  • Adorners/ — 拖拽插入装饰器
  • Json/ — JSON 工具
  • Graphics/ — 图形工具
  • Pages/ — 页面组件
  • Sorts/ — 排序工具

依赖关系

  • 引用: ColorVision.Common, ColorVision.Themes, log4net, Newtonsoft.Json
  • 被引用: ColorVision.Database, ColorVision.Scheduler, ColorVision.SocketProtocol, ColorVision.ImageEditor, ColorVision.UI.Desktop, ColorVision.Solution

构建

dotnet build UI/ColorVision.UI/ColorVision.UI.csproj
Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed.  net10.0-windows7.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on ColorVision.UI:

Package Downloads
ColorVision.ImageEditor

Package Description

ColorVision.Solution

Package Description

ColorVision.Scheduler

Package Description

ColorVision.SocketProtocol

Package Description

ColorVision.Database

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.5.5.3 98 6/2/2026
1.5.5.2 129 5/31/2026
1.5.5.1 143 4/13/2026
1.5.4.1 116 3/31/2026
1.5.1.4 120 3/31/2026
1.5.1.3 124 3/1/2026
1.5.1.2 140 2/16/2026
1.5.1.1 128 2/16/2026
1.4.1.2 129 2/13/2026
1.4.1.1 132 2/3/2026
1.3.10.2 135 1/29/2026
1.3.10.1 150 1/14/2026
1.3.9.8 121 1/14/2026
1.3.9.6 195 12/12/2025
1.3.9.5 714 12/1/2025
1.3.9.3 230 11/24/2025
1.3.9.2 441 11/18/2025
1.3.9.1 342 11/16/2025
1.3.8.12 206 11/1/2025
1.3.8.11 231 10/27/2025
Loading failed