improve text editor experience #415
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
介绍
改进了
TextEditor
的体验主要变化
高亮
setTransform
setTransition
say
getUserInput
applyStyle
wait
的高亮补全
command
和argument
的补全光标
编辑器
Ctrl
/
快速注释语句 为文本编辑器添加注释快捷键 #396已知问题已全部解决出于某些原因,变量补全不再生效,但我实在找不到哪里出了问题,最多定位到lastVariables.key.length = 0
,但我没有印象有动过这里的逻辑