-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
・「複数動的補完を使用する」がオン、かつ補完キー入力と同時にローマ字仮名変換がおこなわれたとき、補完候補一覧が更新されない場合があるバグを修正しました。 ・アプリケーションが縦書きのとき、かつ「複数補完を使用する」がオン、かつ「補完のときユーザー辞書を検索する」がオンのとき、ユーザー入力による辞書登録で補完の表示が更新されなかったバグを修正しました。 ・アプリケーションが縦書きのとき、かつ「動的補完を使用する」がオン、かつ「複数補完を使用する」または「複数動的補完を使用する」がオンのとき、入力文字列自体は補完せずに表示するようにしました。
- Loading branch information
1 parent
5e16b29
commit 3f57480
Showing
8 changed files
with
36 additions
and
14 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
# CorvusSKK ver. 1.8.12 | ||
# CorvusSKK ver. 1.9.0 | ||
|
||
Windowsで動作するSKK風のIMEです。 | ||
|
||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
| ||
============================================================================== | ||
|
||
CorvusSKK ver. 1.8.12 | ||
CorvusSKK ver. 1.9.0 | ||
|
||
https://nathancorvussolis.github.io/ | ||
[email protected] | ||
|
@@ -23,6 +23,6 @@ | |
|
||
マニュアル | ||
|
||
https://github.com/nathancorvussolis/corvusskk/blob/1.8.12/README.md | ||
https://github.com/nathancorvussolis/corvusskk/blob/1.9.0/README.md | ||
|
||
============================================================================== |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
|
||
set VERSION=1.8.12 | ||
set VERSION=1.9.0 |
This file contains 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
This file contains 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