输入法自动切换插件 IdeaAutoSwitchIm

码农软件 · 软件分类 · 其他开发相关 · 2019-10-17 13:13:24

软件介绍

在 Jetbrains IntelliJ IDEA 中使用 IdeaVim 时,自动切换输入法。暂时只支持 MAC 操作系统。

  1. 在 normal/visual 模式自动切换到英文输入法

  2. 当从正常模式切换到插入模式自动切换上一个输入法

  3. 当 idea 重新获得焦点时切换到上一个输入法

构建:

1、Clone this repo

2、Update submodule

git submodule update --init --recursive

3、Build JNI Library with Xcode

cd AutoSwitchInputSource

xcodebuild -scheme AutoSwitchInputSource DSTROOT="/path/to/your/project/folder" archive

然后您将在 DSTROOT指定的文件夹中看到一个名为usr的新目录,只需将 libAutoSwitchInputSource.jnilib复制到主 java 项目文件夹resources/native

4、Build plugin

gradle buildPlugin

本文地址:https://codercto.com/soft/d/16953.html

Head First 设计模式(中文版)

Head First 设计模式(中文版)

弗里曼 / O'Reilly Taiwan公司 / 中国电力出版社 / 2007-9 / 98.00元

《Head First设计模式》(中文版)共有14章,每章都介绍了几个设计模式,完整地涵盖了四人组版本全部23个设计模式。前言先介绍这本书的用法;第1章到第11章陆续介绍的设计模式为Strategy、Observer、Decorator、Abstract Factory、Factory Method、Singleton,Command、Adapter、Facade、TemplateMethod、I......一起来看看 《Head First 设计模式(中文版)》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具