Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Steffen Herrmann
Total activity
5
Last activity
May 24, 2019 19:38
Member since
May 21, 2019 19:10
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (3)
Sort by recent activity
Recent activity
Votes
Created
May 24, 2019 19:38
Thanks for this advice, never used a language psi. Seams to be more easy than i thought. By move you just mean remove+insertAt? Did not find a dedicated move method. I have just one issue with this...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin Development: ClassNotFoundException in runtime but not in debug
0 votes
Created
May 23, 2019 21:00
Yes ClassUtils dose have a way to pass the classloader, but CommonsConfiguration dose not use it. Personally, I avoid to replace the classloader of the current thread. In this case it may be safe, ...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin Development: ClassNotFoundException in runtime but not in debug
0 votes
Created
May 23, 2019 20:11
I was able to identify and workaround the problem - i don't think it can be "solved". IntelliJ gives the plugin a own classloader, to load classes with own dependencies. But this classloader can be...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin Development: ClassNotFoundException in runtime but not in debug
0 votes