feat(input-engine): 优化输入态文本处理逻辑 - #750
Merged
Merged
Conversation
- 修正 RIME 引擎回显分隔符处理,区分原始键入串与展示串 - 非 T9 方案使用 preeditText 带分隔符回显供候选栏展示 - 保留 inputText 作为原始键入串用于提交路径,避免分隔符混入 - 修复联想态候选栏布局对齐问题,添加空占位保持垂直基准一致 - 清输入态时统一使用 inputText 作为 lastClearedText,确保撤回正确性
- 实现编码悬浮气泡绘制功能,在候选栏顶部显示拼音编码 - 重构候选栏布局,将编码显示从栏内移到悬浮气泡中 - 优化关联词分隔线显示逻辑,避免在纯联想态下显示多余分割线 - 改进深色/浅色主题适配,确保气泡在不同主题下正常显示 - 更新依赖子项目提交记录
This was
linked to
issues
Aug 27, 2026
Closed
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.
概述
简要描述此 PR 的目的和改动内容。
关联 Issue
Closes #(填写关联 issue 号)
改动类型
自测清单
./gradlew test并通过备注
补充说明(如有)。