Fedor Belov
- 活动总数 41
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 14
-
创建于 How can I provide UI to change plugin's settings
To store settings I should use PersistentStateComponent object. But how user can change these settings?Suppose I've got two input fields and few checkboxes. What's the best way to implement plugin'... -
创建于 Where can I store custom plugin's files?
I wanna implement following plugin:1. User can create virtual file with any name/dimension (IDEA should use correct editor by file dimension)2. It should be saved somewhere3. User can open this fil... -
创建于 How can I create plugin with similar to "ctrl-shift-n" dialog?
I wanna implement plugin which will display dialog similar to "ctrl-shift-n" dialog:1. Input field2. Suggestions based on input3. Do action on suggested item clickIs it possible to implement? Can ...