| |
---|
| | |
---|
| | return(true); |
---|
| | } else { |
---|
| | // preeditorで処理できなかった場合はやはりcommitしてアプリケーションに返すべきだ。 |
---|
| | if (m_preeditor->getTextLength()) commit_string(m_preeditor->getText(true)); |
---|
| | if (m_preeditor->getTextLength()) { |
---|
| | if (auto_conversion) { |
---|
| | commit_string(wnn.getText()); |
---|
| | wnn.reset(); |
---|
| | } else commit_string(m_preeditor->getText(true)); |
---|
| | } |
---|
| | m_preeditor->reset(); |
---|
| | updatePreEditor(); |
---|
| | } |
---|
| | |
---|
| |
---|
| | |