-
-
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.
* x86/x64版とARM版のインストーラーを統合しました。 * 開発環境を Visual Studio 2022 に移行しました。 * 候補一覧に表示される候補数を、7個固定から1~9個の任意の数を設定できるようにしました。 * 設定ダイアログ「表示1」タブに「候補一覧表示に表示する候補数」の設定を追加しました。 * 自前で候補を表示するアプリケーションでは、従来通りアプリケーション側が要求した数に従います。 * 候補一覧選択キーの「表示」にUnicodeの拡張面の文字を使用可能としました。 * 数値変換#4(数値再変換)に一部対応しました。 * 再変換のキー設定を追加しました。 * アプリケーション上で選択された文字列でユーザー辞書の送りなしエントリを逆引きしてから通常の辞書検索をおこないます。 * 異なる見出し語に同じ候補が登録されている場合は、最も新しく確定された見出し語が適用されます。 * 辞書管理プロセスのデバッグビルドで、通信スレッドによる描画更新のデッドロックを修正しました。 * 設定ファイル、取込済SKK辞書ファイルの切り替え処理を改善しました。
- Loading branch information
1 parent
71155c6
commit ba7253b
Showing
5 changed files
with
6 additions
and
6 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. 3.1.1 | ||
# CorvusSKK ver. 3.1.2 | ||
|
||
![](installer/resource-md/logo.png) 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
|
||
set VERSION=3.1.1 | ||
set VERSION=3.1.2 | ||
|
||
set TARGETDIR=build |
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,4 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Include> | ||
<?define version="3.1.1" ?> | ||
<?define version="3.1.2" ?> | ||
</Include> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.