rogual / neovim-dot-app

Mac OS X GUI for Neovim
1.13k stars 62 forks source link

Character-based input methods do not activate in Neovim #268

Open SpencerMichaels opened 8 years ago

SpencerMichaels commented 8 years ago

Character-based input methods, such as Chinese, do not activate their character-selection window when typing in Neovim, and instead just type the regular alphabet. The image below is what should happen; this window simply doesn't appear in Neovim.

IME

Steps to reproduce:

  1. Add and activate a Chinese (or Japanese, I suppose) input method in System > Keyboard > Input Methods.
  2. Type in Neovim. (Compare by typing in another program.)

Neovim info:

NVIM 0.1.5-dev
Build type: Dev
Compilation: /usr/local/Library/ENV/4.3/clang -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -Wall -Wextra
-pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto
 -DINCLUDE_GENERATED_DECLARATIONS -DHAVE_CONFIG_H -I/tmp/neovim-20160613-13515-ybiuwb/build/config -I/tmp/neovim-20160
613-13515-ybiuwb/src -I/tmp/neovim-20160613-13515-ybiuwb/deps-build/usr/include -I/tmp/neovim-20160613-13515-ybiuwb/de
ps-build/usr/include -I/tmp/neovim-20160613-13515-ybiuwb/deps-build/usr/include -I/tmp/neovim-20160613-13515-ybiuwb/de
ps-build/usr/include -I/tmp/neovim-20160613-13515-ybiuwb/deps-build/usr/include -I/tmp/neovim-20160613-13515-ybiuwb/de
ps-build/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20160613-13515-ybiuw
b/build/src/nvim/auto -I/tmp/neovim-20160613-13515-ybiuwb/build/include

Optional features included (+) or not (-): +acl   +iconv    +jemalloc +tui
rogual commented 8 years ago

Confirmed. This isn't implemented yet.

alswl commented 5 years ago

Any progress?

rogual commented 5 years ago

No. PRs welcome.