-
-
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.
・ITfFnReconversionインターフェイスによる再変換機能を追加しました。 ・メモ帳やWordなどで再変換の機能を使用することができます。 ・現状では見出し語からの変換のみに対応しています。その逆ができないので通常の使用方法ではあまり使い道が無いかもしれません。 ・ITfFnReconversion::GetReconversionメソッドから候補の一覧が取得できます。 ・実行変換もどきにおけるLispの文字列内の二重引用符のエスケープ処理を修正しました。 ・補完の見出し語候補の最大数を1024から256に変更しました。 ・空文字列での補完を無効としました。
- Loading branch information
1 parent
d819a47
commit a8cdf69
Showing
4 changed files
with
7 additions
and
7 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
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=2.4.5 | ||
set VERSION=2.5.0 | ||
|
||
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="2.4.5" ?> | ||
<?define version="2.5.0" ?> | ||
</Include> |