Skip to content

Commit 607da96

Browse files
wyu71Zeno-sole
authored andcommitted
feat: improve Sogou input method positioning in default list
- Changed insertion point from end() to begin() to prioritize Sogou input method Log: improve Sogou input method positioning in default list pms: STORY-39133
1 parent 38da83e commit 607da96

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
fcitx5 (5.1.11-2deepin11) unstable; urgency=medium
2+
3+
* improve Sogou input method positioning in default list
4+
5+
-- Wang Yu <wangyu@uniontch.com> Thu, 14 Aug 2025 14:33:43 +0800
6+
17
fcitx5 (5.1.11-2deepin10) unstable; urgency=medium
28

39
* default-la.

debian/patches/0007-Add-Sogou-to-the-default-zh_CN-input-method-list.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ index 4aaae06..47b2d8a 100644
5555
}
5656
+ if (!appendInputMethods.empty()) {
5757
+ group.inputMethodList().insert(
58-
+ group.inputMethodList().end(),
58+
+ group.inputMethodList().begin(),
5959
+ std::make_move_iterator(appendInputMethods.begin()),
6060
+ std::make_move_iterator(appendInputMethods.end()));
6161
+ }

0 commit comments

Comments
 (0)