Update damn resources#358
Conversation
|
TAG Bot TAG: 6.5.26 |
Reviewer's GuideThis pull request overhauls the Text Editor documentation by refining and standardizing existing manuals, introducing voice interaction sections and dedicated quick-start guides for multiple locales, updating and pruning image assets, and finally bumping the application version to 6.5.26.1. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey @dengzhongyuan365-dev - I've reviewed your changes - here's some feedback:
- Split the version bump into its own commit or PR separate from the documentation and localization changes to simplify review and rollout.
- Consider automating the repeated locale updates with a script or shared template to keep phrasing consistent across all language files and reduce manual drift.
- Double-check that the version and package digests in all linglong.yaml manifests (arm64, loong64, etc.) are correctly updated and remain in sync.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- Split the version bump into its own commit or PR separate from the documentation and localization changes to simplify review and rollout.
- Consider automating the repeated locale updates with a script or shared template to keep phrasing consistent across all language files and reduce manual drift.
- Double-check that the version and package digests in all linglong.yaml manifests (arm64, loong64, etc.) are correctly updated and remain in sync.
## Individual Comments
### Comment 1
<location> `arm64/linglong.yaml:1168` </location>
<code_context>
digest: 29a1888f6b7be54992868b36050c68d6063820ae6c4a2e09ffa2317a7e0b6d6f
- kind: file
url: http://10.20.64.92:8080/testing25_daily/pool/main/z/zlib/zlib1g_1.3.dfsg+really1.3.1-1deepin1_arm64.deb
- digest: 2c38eb2adccdb6baf292a182b5963a7eee5895afd657917be10282bdb2b2139f
\ No newline at end of file
+ digest: 2c38eb2adccdb6baf292a182b5963a7eee5895afd657917be10282bdb2b2139f
</code_context>
<issue_to_address>
No change in digest for zlib1g package despite version bump.
Please verify that the digest matches the updated package version and that the correct file is referenced.
</issue_to_address>
### Comment 2
<location> `src/assets/deepin-editor/editor/en_US/editor.md:285` </location>
<code_context>
- - Window size: Normal, Maximum, or Full screen;
- - Tab width: The indentation width when pressing Tab.
-
+ - Window size: Normal, Maximum, or Fullscreen;
+ - Tab width: The width of a tab character.
</code_context>
<issue_to_address>
Consider using 'Maximized' instead of 'Maximum' for consistency with common UI terminology.
This aligns with standard UI conventions for window states.
</issue_to_address>
<suggested_fix>
<<<<<<< SEARCH
- - Window size: Normal, Maximum, or Fullscreen;
=======
- - Window size: Normal, Maximized, or Fullscreen;
>>>>>>> REPLACE
</suggested_fix>
### Comment 3
<location> `src/assets/deepin-editor/editor/zh_TW/editor.md:204` </location>
<code_context>
在文字編輯器介面,按住鍵盤上的 **Alt** 鍵不放,滑鼠左鍵單擊多列啟動列編輯模式,為多行程式碼同時編輯相同的內容,提高工作效率。
-
+
### 顏色標記
</code_context>
<issue_to_address>
Avoid spaces in image filenames like 'fig/column mode.png' to prevent path issues.
Consider renaming the file to 'column_mode.png' to avoid compatibility issues.
</issue_to_address>
### Comment 4
<location> `src/assets/loongarch64/deepin-editor/editor/en_US/p_editor.md:192` </location>
<code_context>
+
+
+
+### Speech to Text
+
+1. Select the texts to be translated in Text Editor. Right-click and select **Translate**, and the texts selected will be translated into the target language.
+2. During dictation, you can stop voice input by clicking the close button on the dictation control.
+3. In the text editor area, right-click and select **Speech to Text**. Input speech through the microphone to insert transcribed text at the cursor position.
+2. During dictation, you can stop **Speech to Text** by clicking the close button on the dictation control.
+
+
</code_context>
<issue_to_address>
Speech to Text section is confusing and misnumbered.
Please separate translation and dictation instructions, remove translation steps from this section, and fix the step numbering.
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
63fdcd1 to
b94c863
Compare
deepin pr auto reviewBased on the code in the project repository provided by the user and the user's requirements, generate new code or modify existing code. The output format is: |
b94c863 to
072c004
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dengzhongyuan365-dev The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Update damn resources
Summary by Sourcery
Update Text Editor documentation and packaging: standardize and refine markdown guides across English and Chinese variants, introduce Text to Speech and Speech to Text features in user manuals, add dedicated p_editor reference files, and bump application version in packaging manifests.
New Features:
Enhancements:
Build: