Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Fedor Belov
Total activity
41
Last activity
January 16, 2016 13:01
Member since
January 24, 2013 13:04
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
14
Activity overview
Posts (13)
Comments (14)
Sort by recent activity
Recent activity
Votes
Created
January 24, 2013 13:04
Thank you for your tip. I had one problem: "admin" and "springsource" didn't work for me. To get jmx login/pass check CATALINA_BASE/conf/jmxremote.password file CATALINA_HOME
Community
IntelliJ IDEA Plugin Users
deploying a grails app to tc Server with spring-insight
0 votes
Created
September 27, 2014 14:34
Can I use not Open API classes in my plugin (for example com.intellij.ide.actions.GotoActionBase)? Is it ok for plugins? Will it be approved? Will it work for next versions of IDEA?
Community
IntelliJ IDEA Open API and Plugin Development
How can I create plugin with similar to "ctrl-shift-n" dialog?
0 votes
Created
October 06, 2014 16:33
It doesn't work - just nothing happens. I need to open plain text editor for unknown file extension.
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to specify default editor?
0 votes
Created
October 07, 2014 11:04
Is `FileTypeManagerImpl.cacheFileType(file, PlainTextFileType.INSTANCE);` correct way to override file type? It doesn't look like public API and I think it may change in future versions of IDEA
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to specify default editor?
0 votes
Created
September 30, 2014 13:38
Thanks!May be someone know any "good implemented" UI example to get better idea how it should work? I tried to understand ChooseByNameBase class and found it totally unreadable
Community
IntelliJ IDEA Open API and Plugin Development
Pls suggest good UI guide
0 votes
Created
November 02, 2014 20:03
https://github.com/dkandalov/scratch/commit/46f05236b959eeaeb481005aa98cedb8c4c0d3d8https://github.com/JetBrains/intellij-community/blob/db26bcceb5b547b67f2b642be1bb78f6755f7276/platform/platform-i...
Community
IntelliJ IDEA Open API and Plugin Development
Strange popup on creating files outside of plugin's directory (WebStorm 9)
0 votes
Created
November 08, 2014 11:51
WebStorm 9 SDK doesn't have this class (I found it in IDEA 14 SDK).1. How can I solve this problem in WebStrorm 9 and IDEA 14?2. How do you think is it ok that you change API so frequently?
Community
IntelliJ IDEA Open API and Plugin Development
Strange popup on creating files outside of plugin's directory (WebStorm 9)
0 votes
Created
September 25, 2014 20:41
Thank you
Community
IntelliJ IDEA Open API and Plugin Development
How can I provide UI to change plugin's settings
0 votes
Created
September 25, 2014 19:31
Thank you! it really helped me
Community
IntelliJ IDEA Open API and Plugin Development
Where can I store custom plugin's files?
0 votes
Created
October 06, 2014 17:43
I read sources and found following solution. Is it correct? Is it possible to improve it?OpenFileDescriptor descriptor = new OpenFileDescriptor(project, file); if (!descriptor.navigateInEdit...
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to specify default editor?
0 votes
Next
›
Last
»