Fedor Belov
- 活动总数 41
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 14
-
创建于 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? -
创建于 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? -
创建于 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...