start 3.0

This commit is contained in:
DebugST 2022-08-30 15:50:37 +08:00
parent e92206a462
commit eed3ca2644
2 changed files with 39 additions and 11 deletions

View File

@ -2,31 +2,45 @@
虽然用户量不多,但是感谢那些一直在使用`STNodeEditor`的用户,在他们那里作者得到了一些反馈。将做如下调整: 虽然用户量不多,但是感谢那些一直在使用`STNodeEditor`的用户,在他们那里作者得到了一些反馈。将做如下调整:
修复已知bug `修复已知bug`
增加高DPI支持 `增加高DPI支持`
添加json格式序列化文件 `添加json格式序列化文件`
添加缩略图 `添加缩略图`
节点选项悬浮提示信息 `节点选项悬浮提示信息`
添加控件支持: 添加控件支持:
`Panel` `Panel`
`lable` `lable`
`button` `button`
`textbox` `textbox`
`listview` `listview`
`chekcbox` `chekcbox`
`radiobutton` `radiobutton`
`combobox` `combobox`
`groupbox` `groupbox`
`picturebox` `picturebox`
`progressbar` `progressbar`
`trackbar` `trackbar`
`NumericUpDown` `NumericUpDown`
控件将尽可能保持`WinForm`的使用习惯。 控件将尽可能保持`WinForm`的使用习惯。
添加`STNodeEditorLayer.cs` 添加`STNodeEditorLayer.cs`

View File

@ -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: 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 Add Controls
`Panel` `Panel`
`lable` `lable`
`button` `button`
`textbox` `textbox`
`listview` `listview`
`chekcbox` `chekcbox`
`radiobutton` `radiobutton`
`combobox` `combobox`
`groupbox` `groupbox`
`picturebox` `picturebox`
`progressbar` `progressbar`
`trackbar` `trackbar`
`NumericUpDown` `NumericUpDown`
Controls will maintain the `WinForm` usage habits as much as possible. Controls will maintain the `WinForm` usage habits as much as possible.
Add `STNodeEditorLayer.cs` Add `STNodeEditorLayer.cs`