Amit

- 活动总数 19
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 7
-
-
Amit 创建了一个帖子, IDEA 2016.1 change in settings
My plugin's settings is not displayed after upgrading to 2016.1. It was working till 15.0.x. In plugin.xml I had just given: <project-components> <component> <implementation-class... -
-
-
Amit 创建了一个帖子, How to load classes in a plugin with ServiceLoader?
I'm the developer of PMDPlugin. In the latest version of PMD, it loads certain classes using ServiceLoader and it is not working inside the plugin. It is structured as follows:I have the source of ... -
Amit 创建了一个帖子, 0.3.64 not working with Idea90.96
I tried installing the scala plugin on community edition (90.96). However, it is not loading.Any fixes? Any old version that'll work? -
Amit 创建了一个帖子, Run Garbage collector
What does the Run Garbage collector button on the bottom right of IDEA mean? AFAIK, there is no way to force garbage collection. -
-
Amit 创建了一个帖子, IDEA 7.0 too slow when opening files
Whenever I try to invoke "Open File" or any file browser, it takes ages.IDEA almost looks like dead, and after a long time it comes alive. Worst still each time I click on a folder to go inside, it... -
Amit 创建了一个帖子, JDOMExternalizable and PersistentStateComponent
I was using JDOMExternalizable to serialize plugin config till 6.0. How do I port that to use the new PersistentStateComponent ? I'm confused with its usage.Previously I had:class MyProjectComponen...