whitejava

Results 5 issues of whitejava

When you paste code, you will get: ![a](https://cloud.githubusercontent.com/assets/1661871/20628821/3dddee56-b363-11e6-8b08-e9a27ba974fb.png) But I expect this: ![ef195482-8f65-444c-9d15-89dea825817a](https://cloud.githubusercontent.com/assets/1661871/20628844/6afa87b4-b363-11e6-8cb4-97f8d1d5edeb.png) This MR makes pasting better.

For thread pool, I don't know how to trace in javacg-dynamic.

I need to add a feature, but I could not find the source code. The `package.json` writes: ``` "repository": { "type": "git", "url": "https://github.com/draft-js-plugins/draft-js-plugins.git" } ``` But not found `draft-js-plugins-editor-wysiwyg`.

When you click a node, you will receive a handleChange notification, which doesn't need. So, this pull request is a fix of that.

有没有办法不用来回切换输入法。 比如我想要定义一个新的变量,我需要输入代码: ``` code val 测试变量 = "test"; ``` 那么我在输入关键字val时输入法是英文的,在输入“测试变量”时,需要切换到中文。太麻烦了。 如果能够在不切换输入法的前提下,直接输入val ceshibianliang,自动弹出代码补全,那就能很自然流畅的使用中文编程了。 有办法实现吗? 我的诉求如下: 1. 我需要知道这个功能是否已经实现了,如果已经实现,如何开启这个功能 2. 如果没有实现,能否开发一下 3. 如果没有时间开发,能否提供一下实现思路,我来开发一下

建议