feat: 将WPF AvalonEdit编辑器替换为Avalonia AvaloniaEdit#39
Merged
Conversation
- 新增ScriptEditorControl/ScriptEditorHost/EcsHighlightingLoader到Avalonia.Core - XSHD语法高亮文件从UI.Common迁移至Avalonia.Core - EasyConForm和MainForm改用WinFormsAvaloniaControlHost嵌入编辑器 - 集成SearchPanel搜索、CustomFoldingStrategy代码折叠、文件拖放 - 修复AvaloniaEdit 12 Load(string) stub问题(改用FileStream) - 修复编辑器焦点时菜单快捷键透传(移除ProcessCmdKey拦截) - 删除WPF相关代码:FindPanel、CodeCompletion、EcpCompletion
- 新增CodeCompletionController/EcpCompletionProvider/EcpCompletionData - 支持关键词、变量($)/常量(_)/图片标签(@)补全,Ctrl+Space手动触发 - 集成到ScriptEditorControl,暴露EnableAutoCompletion开关和SetImgLabelProvider - EasyConForm和MainForm接入补全并绑定配置开关 - 修复菜单快捷键在编辑器焦点时不透传的问题(移除ProcessCmdKey拦截) - 修复AvaloniaEdit 12 Load(string) stub问题 - CodeCompletionController改为internal,移除多余GetImgLabel委托类型
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.
Summary
Load(string)stub 问题(改用 FileStream)Test plan