Yoshinori Isogai
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
Yoshinori Isogai commented, -
Yoshinori Isogai created a post, AnsweredContent 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 commented, -
Yoshinori Isogai created a post, Answereddrag 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 commented, -
-
Yoshinori Isogai created a post, 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 created a post, 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...