Yoshinori Isogai
- 活动总数 14
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 4
-
创建于 Content assist to commit message
已回答Hi, I want to extends content assist of vcs commit message dialog. What I did is * add `completion.contributor language="any"` to plugin.xml * create custom `CompletionContributor` * call `extend(... -
创建于 drag and drop to Editor
已回答Hi, Is there a way to drag JList item inside Tool Window to Editor? Here is the screen shot of my plugin https://github.com/shiraji/color-manager/blob/master/website/images/normal.png I wan... -
创建于 Getting tool window's select item event
Hi,I want to get tool window's select item event.For example, when user select file at project tool window, the navigation changed.I would like to create this type of plugin that triggers an action... -
创建于 TypedActionHandler with default typing behavior
I want to create a plugin that trigger typing event on editor without losing typing behavior.The code I built is followingpublic class EditorIllustration extends AnAction { static { final...