diff --git a/.gitignore b/.gitignore index a096d6a..ea2e422 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ /local.properties .DS_Store /build -*.iml \ No newline at end of file +*.iml +out diff --git a/out/production/IdeaAutoSwitchIm/META-INF/plugin.xml b/out/production/IdeaAutoSwitchIm/META-INF/plugin.xml deleted file mode 100644 index 41dd017..0000000 --- a/out/production/IdeaAutoSwitchIm/META-INF/plugin.xml +++ /dev/null @@ -1,73 +0,0 @@ - - AutoSwitchIm - Auto Switch Input Source In IdeaVim Mode - 1.4 - Rieon Ke - - Auto Switch Input Source In IdeaVim Mode -

For MAC Only

- An plugin for auto switching input method while using IdeaVim plugin FOR MAC ONLY
-
  • Auto switch to specified IME while in normal/visual mode
  • -
  • Auto switch to specified IME while returning back insert mode
  • -
  • Auto switch to specified IME while leaving idea
  • -
  • Auto switch to specified IME while idea re-focused
  • -

    Author and the project page

    - Follow this link to Github -
    -
    - -

    只有MAC可用

    - 在IdeaVim中自动切换输入法
    -
  • 在normal/visual 模式自动切换到指定输入法
  • -
  • 当从正常模式切换到插入模式自动切换到指定输入法
  • -
  • 当idea重新获得焦点时切换到指定输入法
  • -
  • 当离开idea时切换到指定输入法
  • -

    作者和项目链接

    - 托管在GitHub - - ]]>
    - - 1.4 Add NONE and LAST config options -
  • 1.3 Bugfix and add more config options
  • -
  • 1.2 Fixed known bugs in JNI
    add switch input source options setting
  • -
  • 1.1 use JNI to replace native module
  • -
  • 1.0 basic switch works
  • - -
    -
    - -
  • 1.4 添加NONE 和 LAST 配置选项
  • -
  • 1.3 修复Bug,添加了更多的配置选项
  • -
  • 1.2 修复JNI部分的BUG
    提供了切换输入法选项设置
  • -
  • 1.1 使用JNI替换掉原来的本地执行文件
  • -
  • 1.0 basic switch works
  • - ]]> -
    - - - - - - - - - - - - - - - - - - - cn.rieon.idea.plugin.AutoSwitchIm.component.AutoSwitchComponent - - -
    diff --git a/out/production/IdeaAutoSwitchIm/native/ImSelect b/out/production/IdeaAutoSwitchIm/native/ImSelect deleted file mode 100755 index 482a907..0000000 Binary files a/out/production/IdeaAutoSwitchIm/native/ImSelect and /dev/null differ