Add message reader quick navigation - #82
Merged
Merged
Conversation
keyang556
marked this pull request as ready for review
August 2, 2026 09:56
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.
Closes #81.
Summary
Validation
uv run --no-project --with pytest python -m pytest— 163 passeduv run --no-project --with ruff ruff check addon\\appModules\\_messageReader.py tests\\test_message_reader_parser.py— passedGreptile Summary
此變更為訊息閱讀器加入 Page Up/Page Down 十項跳轉,以及 Ctrl+Home/Ctrl+End 前往首尾項目的操作,並同步更新英文、日文、泰文與繁體中文說明。
已透過實際鍵盤事件路徑確認:清單內的快速跳轉會移動至預期位置;到達首尾時會維持在有效範圍並提供既有提示;空清單不會變更位置或引發例外;未按 Ctrl 的 Home 會繼續交由原有按鍵處理。未發現需要修正的問題。
Confidence Score: 5/5
What T-Rex did
Reviews (1): Last reviewed commit: "Add message reader quick navigation" | Re-trigger Greptile