improve text editor experience#415
Merged
MakinoharaShoko merged 9 commits intoOpenWebGAL:devfrom May 22, 2025
Merged
Conversation
tinyAdapter
approved these changes
May 18, 2025
2e70e3d to
e73aa25
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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的体验主要变化
高亮
setTransformsetTransitionsaygetUserInputapplyStylewait的高亮补全
command和argument的补全光标
编辑器
Ctrl/快速注释语句 为文本编辑器添加注释快捷键 #396已知问题已全部解决出于某些原因,变量补全不再生效,但我实在找不到哪里出了问题,最多定位到lastVariables.key.length = 0,但我没有印象有动过这里的逻辑