Fedor Belov
- 活动总数 41
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 14
-
Fedor Belov 创建了一个帖子, How to move cursor to the end of the file?
HelloI open file by `new OpenFileDescriptor(project, file).navigate(true);`. When the file is opened cursor is placed at the beginning of the file. How to move it to the end of the file? -
Fedor Belov 创建了一个帖子, How to upload different plugin versions for different SDK versions?
Since Jetbrains changed API in latest version I need to upload two versions of my plugin:v1 for old IDEs (IDEA 13)v2 for new IDEs (IDEA 14)How can I do it? -
-
Fedor Belov 创建了一个帖子, Can I use Guava in my plugin?
Hello. I installed my plugin as zip and got an exception:Exception on tracking com.google.common.io.Closeables.closeQuietly(Ljava/io/InputStream;)V exception: com.google.common.io.Closeables.closeQ... -
-
Fedor Belov 创建了一个帖子, Strange popup on creating files outside of plugin's directory (WebStorm 9)
Hello. Similar to scratch plugin - https://github.com/dkandalov/scratch - I create files in PATH_TO_IDEA_CONFIGS/config/plugins/my_plugin/ directory. It was ok. I tested my plugin with Webstorm 9. ... -
Fedor Belov 创建了一个帖子, How can I track plugin's exceptions?
I wanna get info about plugin's exceptions. What's the best way to implement it? Do you have any kind of such api?Pretty similar question: can I use log4 or logback? Can I use external appenders (l... -
Fedor Belov 创建了一个帖子, How can I programmatically open plugin's settings page?
Is it possible programmatically open plugin's settings page? -
Fedor Belov 创建了一个帖子, Is it possible to display notification when popup is displayed?
I'm trying to display notification when popup is display - it doesn't work. It displays only in event log. I found pretty similar thread - http://devnet.jetbrains.com/message/5512013#5512013 - but ... -