This commit is contained in:
DebugST 2022-09-22 01:08:10 +08:00
parent 5fc933ef55
commit 532d806f32
2 changed files with 45 additions and 60 deletions

View File

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

View File

@ -2,6 +2,14 @@ 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:
|Items|Status|Complete time|Note|
|:---|:---|:---|:---|
|Add high DPI support |✅ |2022-09-12|-|
|Add json format serialization file |☑️ |-|-|
|Add mini-map |☑️ |-|-|
|Node option hover hint text |☑️ |-|-|
|Add mini-map |☑️ |-|-|
`Fix known bugs`
(2022-09-12)`Add high DPI support`
@ -15,31 +23,21 @@ Although there are not many users, thanks to those who have been using `STNodeEd
Add Controls
`Panel`
`lable`
`button`
`textbox`
`listview`
`chekcbox`
`radiobutton`
`combobox`
`groupbox`
`picturebox`
`progressbar`
`trackbar`
`NumericUpDown`
|Items|Status|Complete time|Note|
|:---|:---|:---|:---|
|Panel |☑️ |-|-|
|lable |☑️ |-|-|
|button |☑️ |-|-|
|textbox |☑️ |-|-|
|listview |☑️ |-|-|
|chekcbox |☑️ |-|-|
|radiobutton |☑️ |-|-|
|combobox |☑️ |-|-|
|groupbox |☑️ |-|-|
|picturebox |☑️ |-|-|
|progressbar |☑️ |-|-|
|trackbar |☑️ |-|-|
|NumericUpDown |☑️ |-|-|
Controls will maintain the `WinForm` usage habits as much as possible.