Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Work more properly with ST3 #3

Merged
merged 9 commits into from
Apr 21, 2013
Merged

Conversation

shirosaki
Copy link
Contributor

候補ウィンドウの表示位置やキーを入力したときの動作がより適切になるように、いろいろ修正を入れました。

Ubuntu 12.04 x86_64 のSublime Text 3 iBus mozc かな入力で動作確認をしました。

今後の参考にしていただければ幸いです。
詳細はコミットログを見てください。

If keys are ignored by ibus, those fall back to nomal command.
When inputting with Kana input mode, '[', ']' keys were not converted to
Japanese character.  Instead  '「', '」' were shown.

Renamed:
- [] bracket
- {} brace
These code is based on IMESupport.
git://github.com/chikatoike/IMESupport.git

Add SublimeIBus.sublime-settings for window layout

Required commands to get X window information:
- xwininfo
- xprop
x11-utils has above commands

Not support distraction free mode
If surrounding text is enabled, ibus_query_surrounding_text_cb will be
called and input keys won't be processed.
chikatoike pushed a commit that referenced this pull request Apr 21, 2013
Work more properly with ST3
@chikatoike chikatoike merged commit c37ae57 into chikatoike:master Apr 21, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants