Fedor Belov
- Total activity 41
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 14
-
Created 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'... -
Created 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... -
Created 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 ...