feat: Enhance FindBar with Replace functionality#380
feat: Enhance FindBar with Replace functionality#380deepin-bot[bot] merged 4 commits intolinuxdeepin:masterfrom
Conversation
- Added a Replace button to the FindBar for easier text replacement. - Implemented handleSwitchToReplace method to handle switching to the replace bar. - Connected sigSwitchToReplaceBar signal in Window to manage the transition and retrieve current search text. log: Enhance FindBar with Replace functionality
|
CLA Assistant Lite bot: Developer seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. |
|
Note
详情{
"src/widgets/window.cpp": [
{
"line": " QString key = \"base/enable\";",
"line_number": 389,
"rule": "S106",
"reason": "Var naming | 64f28539d9"
}
]
} |
- Updated translation entries for the "None", "Editor", "Untitled %1", "Cancel", and "Discard" messages across multiple language files. - Ensured that the file paths in the translation files are consistent with the updated source code locations. log: Update translations for various languages in deepin-editor
5976e6a to
e0f525c
Compare
|
Note
详情{
"src/widgets/window.cpp": [
{
"line": " QString key = \"base/enable\";",
"line_number": 389,
"rule": "S106",
"reason": "Var naming | 64f28539d9"
}
]
} |
- Updated the elide mode in the Tabbar constructor from ElideMiddle to ElideRight to improve text visibility and alignment in the tab display. - This change enhances the user experience by ensuring that the most relevant part of the text is shown when space is limited. log: Change elide mode in Tabbar to ElideRight bug: https://pms.uniontech.com/bug-view-326949.html
- Updated version number from 6.5.34.1 to 6.5.35.1 in all architecture-specific linglong.yaml files. - Updated changelog to reflect the new version and associated fixes. log: Update version to 6.5.35.1
|
TAG Bot TAG: 6.5.35 |
|
Note
详情{
"src/widgets/window.cpp": [
{
"line": " QString key = \"base/enable\";",
"line_number": 389,
"rule": "S106",
"reason": "Var naming | 64f28539d9"
}
]
} |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dengzhongyuan365-dev, lzwind 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 |
|
/forcemerge |
|
This pr force merged! (status: unstable) |
feat: Enhance FindBar with Replace functionality