英単語予測の単語末尾スペース追加を選択可能に。
1 parent 6043e81 commit 9c8b6ae9b6fb6f440fa9ef6cd9c67fecd685404b
@tamra tamra authored on 4 Feb 2006
Showing 6 changed files
View
6
honoka/plugins/asciiplugin.cpp
_("Words _file: "),
HONOKA_CONFIG_WORDSPREDICTION_FILE,
_("input the path of Words file."),
HONOKA_DEFAULT_WORDSPREDICTION_FILE
));
page->append(new HonokaSetupBoolItem(
_("_Add a space after word: "),
String(HONOKA_CONFIG_WORDSPREDICTION_ADDSAW),
_("At WordsPrediction, if you want to add a space after the committed word ,check it."),
HONOKA_DEFAULT_WORDSPREDICTION_ADDSAW
));
page->append(new HonokaSetupKeyItem(
_("Low priority key: "),
String(HONOKA_CONFIG_ASCIIINPUT_LOW_PRIORITY_KEY),
View
2
■■■
honoka/plugins/asciiplugin.h
#include <asciiinput.h>
 
#define HONOKA_CONFIG_WORDSPREDICTION_FILE "/IMEngine/Honoka/WordsPrediction/WordsFile"
#define HONOKA_DEFAULT_WORDSPREDICTION_FILE "/usr/share/dict/words"
#define HONOKA_CONFIG_WORDSPREDICTION_ADDSAW "/IMEngine/Honoka/WordsPrediction/AddSpaceAfterWord"
#define HONOKA_DEFAULT_WORDSPREDICTION_ADDSAW false
#define HONOKA_CONFIG_ASCIIINPUT_LOW_PRIORITY_KEY "/IMEngine/Honoka/AsciiInput/LowPriorityKey"
#define HONOKA_DEFAULT_ASCIIINPUT_LOW_PRIORITY_KEY ""
#define HONOKA_CONFIG_ASCIIINPUT_AUTO_COMMIT_KEY "/IMEngine/Honoka/AsciiInput/AutoCommitKey"
#define HONOKA_DEFAULT_ASCIIINPUT_AUTO_COMMIT_KEY "space,comma,period"
View
honoka/plugins/wordsprediction.cpp
View
honoka/plugins/wordsprediction.h
View
honoka/po/honoka.pot
View
honoka/po/ja.po