Yoshinori Isogai
- 活动总数 14
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 4
-
Yoshinori Isogai 进行了评论, -
Yoshinori Isogai 创建了一个帖子, 已回答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(... -
Yoshinori Isogai 进行了评论, -
Yoshinori Isogai 创建了一个帖子, 已回答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... -
Yoshinori Isogai 进行了评论, -
-
Yoshinori Isogai 创建了一个帖子, 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... -
-
Yoshinori Isogai 创建了一个帖子, 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...