1
1
diff --git a/CMakeLists.txt b/CMakeLists.txt
2
- index f94df13..73b2c6a 100644
2
+ index f0d9f86..32a032c 100644
3
3
--- a/CMakeLists.txt
4
4
+++ b/CMakeLists.txt
5
- @@ -80 ,7 +80 ,6 @@ fcitx5_add_i18n_definition()
5
+ @@ -71 ,7 +71 ,6 @@ fcitx5_add_i18n_definition()
6
6
add_subdirectory(modules)
7
7
add_subdirectory(im)
8
8
add_subdirectory(po)
@@ -11,10 +11,10 @@ index f94df13..73b2c6a 100644
11
11
if (ENABLE_GUI)
12
12
add_subdirectory(gui)
13
13
diff --git a/im/pinyin/pinyin.cpp b/im/pinyin/pinyin.cpp
14
- index 38dd43c..63eb024 100644
14
+ index 78fc52c..f5d1d64 100644
15
15
--- a/im/pinyin/pinyin.cpp
16
16
+++ b/im/pinyin/pinyin.cpp
17
- @@ -671 ,8 +671 ,7 @@ std::string PinyinEngine::evaluateCustomPhrase(InputContext *inputContext,
17
+ @@ -674 ,8 +674 ,7 @@ std::string PinyinEngine::evaluateCustomPhrase(InputContext *inputContext,
18
18
19
19
PinyinEngine::PinyinEngine(Instance *instance)
20
20
: instance_(instance),
@@ -24,7 +24,7 @@ index 38dd43c..63eb024 100644
24
24
ime_ = std::make_unique<libime::PinyinIME>(
25
25
std::make_unique<libime::PinyinDictionary>(),
26
26
std::make_unique<libime::UserLanguageModel>(
27
- @@ -830 ,25 +829 ,18 @@ void PinyinEngine::loadDict(const std::string &fullPath,
27
+ @@ -833 ,25 +832 ,18 @@ void PinyinEngine::loadDict(const std::string &fullPath,
28
28
}
29
29
ime_->dict()->addEmptyDict();
30
30
PINYIN_DEBUG() << "Loading pinyin dict " << fullPath;
@@ -63,10 +63,10 @@ index 38dd43c..63eb024 100644
63
63
64
64
void PinyinEngine::loadBuiltInDict() {
65
65
diff --git a/im/pinyin/pinyin.h b/im/pinyin/pinyin.h
66
- index db10dd3..7ca0b20 100644
66
+ index b0fb7d6..d9ddea7 100644
67
67
--- a/im/pinyin/pinyin.h
68
68
+++ b/im/pinyin/pinyin.h
69
- @@ -450 ,7 +450 ,6 @@ private:
69
+ @@ -459 ,7 +459 ,6 @@ private:
70
70
std::unique_ptr<HandlerTableEntry<EventHandler>> event_;
71
71
CustomPhraseDict customPhrase_;
72
72
SymbolDict symbols_;
@@ -75,7 +75,7 @@ index db10dd3..7ca0b20 100644
75
75
std::list<std::unique_ptr<TaskToken>> tasks_;
76
76
77
77
diff --git a/modules/pinyinhelper/stroke.cpp b/modules/pinyinhelper/stroke.cpp
78
- index 38baeb1..d3c0b20 100644
78
+ index 9bb26ed..a3fe3ab 100644
79
79
--- a/modules/pinyinhelper/stroke.cpp
80
80
+++ b/modules/pinyinhelper/stroke.cpp
81
81
@@ -34,11 +34,11 @@ namespace fcitx {
0 commit comments