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
December 28, 2014 14:11
Thanks!
Community
IntelliJ IDEA Open API and Plugin Development
How to move cursor to the end of the file?
0 votes
Created
December 17, 2014 17:29
Hm... can I skip until-build param? Suppose I've got two versions:v1 since-build="133"v2 since-build="139"If I use IDEA 13 v1 will be downloaded. If I use IDEA 14 v2 will be downloaded. Is it corre...
Community
IntelliJ IDEA Open API and Plugin Development
How to upload different plugin versions for different SDK versions?
0 votes
Created
December 16, 2014 16:19
Thanks. Pls answer one more related question. Suppose you changed an API. How can I get `since-build` for new API?Here is real example - I'm using NonProjectFileWritingAccessExtension.java. 1. I fo...
Community
IntelliJ IDEA Open API and Plugin Development
How to upload different plugin versions for different SDK versions?
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
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
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
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
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
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
September 29, 2014 14:27
I need to implement something similar to ctrl-shift-n dialog (com.intellij.ide.util.gotoByName.ChooseByNamePopup). I wanna implement it by myself (without extending com.intellij.ide.util.gotoByName...
Community
IntelliJ IDEA Open API and Plugin Development
Pls suggest good UI guide
0 votes
Next
›
Last
»