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