主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Steffen Herrmann
活动总数
5
最后的活动
2019年05月24日 19:38
成员加入日期
2019年05月21日 19:10
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(1)
评论(3)
按最近的活动排序
最近的活动
投票数
创建于
2019年05月24日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin Development: ClassNotFoundException in runtime but not in debug
0 票
创建于
2019年05月23日 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, ...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin Development: ClassNotFoundException in runtime but not in debug
0 票
创建于
2019年05月23日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin Development: ClassNotFoundException in runtime but not in debug
0 票