From eed3ca2644608caf15a80bf71b3f6d1072f6c762 Mon Sep 17 00:00:00 2001 From: DebugST <2212233137@qq.com> Date: Tue, 30 Aug 2022 15:50:37 +0800 Subject: [PATCH] start 3.0 --- V3_CN.md | 24 +++++++++++++++++++----- V3_EN.md | 26 ++++++++++++++++++++------ 2 files changed, 39 insertions(+), 11 deletions(-) diff --git a/V3_CN.md b/V3_CN.md index 8609c92..f16d582 100644 --- a/V3_CN.md +++ b/V3_CN.md @@ -2,31 +2,45 @@ 虽然用户量不多,但是感谢那些一直在使用`STNodeEditor`的用户,在他们那里作者得到了一些反馈。将做如下调整: -修复已知bug +`修复已知bug` -增加高DPI支持 +`增加高DPI支持` -添加json格式序列化文件 +`添加json格式序列化文件` -添加缩略图 +`添加缩略图` -节点选项悬浮提示信息 +`节点选项悬浮提示信息` 添加控件支持: + `Panel` + `lable` + `button` + `textbox` + `listview` + `chekcbox` + `radiobutton` + `combobox` + `groupbox` + `picturebox` + `progressbar` + `trackbar` + `NumericUpDown` + 控件将尽可能保持`WinForm`的使用习惯。 添加`STNodeEditorLayer.cs` diff --git a/V3_EN.md b/V3_EN.md index cb3eea9..d6fba53 100644 --- a/V3_EN.md +++ b/V3_EN.md @@ -2,31 +2,45 @@ Since the `3.0` version may be partially refactored, it was decided to start a n Although there are not many users, thanks to those who have been using `STNodeEditor`, where the author got some feedback. The following adjustments will be made: -Fix known bugs +`Fix known bugs` -Add high DPI support +`Add high DPI support` -Add json format serialization file +`Add json format serialization file` -Add mini-map +`Add mini-map` -Node option hover hint text +`Node option hover hint text` Add Controls: + `Panel` + `lable` + `button` + `textbox` + `listview` + `chekcbox` + `radiobutton` + `combobox` - `groupbox` + + `groupbox` + `picturebox` + `progressbar` + `trackbar` + `NumericUpDown` + Controls will maintain the `WinForm` usage habits as much as possible. Add `STNodeEditorLayer.cs`