-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
GUI局部编辑的体验优化 #84
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
What problem does this solve?
在GUI选中svg时,有的地方多个元素都是相同的问题、共享批注,但是没有多选、局部选择、全选功能,导致有点麻烦。
Proposed solution
模仿在PPT内的操作体验,添加了
ctrl+左键多选,ctrl+a全选,左键长按框选等功能,并且添加了对于svg信息的简单展示供用户更精细的写批注。因为GUI局部编辑是optional,所以没有模仿PPT进一步加入更多功能,对我而言这是目前的"最小可用"版本。
已提交PR
Area
Export / post-processing
Alternatives considered
No response