主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Roman Shevchenko
活动总数
737
最后的活动
2023年10月06日 15:54
成员加入日期
2010年03月24日 10:48
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
263
活动概览
文章(0)
帖子(0)
评论(474)
按最近的活动排序
最近的活动
投票数
创建于
2023年10月06日 15:54
Mind you, build services are loaded not by the IDE process, but by the build process (org.jetbrains.jps.cmdline.Launcher in jps -l output), so they are somewhat tricky to debug (though not impossib...
社区
IntelliJ IDEA Open API and Plugin Development
java.lang.IllegalAccessError in custom IntelliJ plugin
0 票
创建于
2023年10月05日 07:48
正式评论
Please refactor the plugin to move the code related to the compiler invocation to the build process plugin (see org.jetbrains.jps.incremental.BuilderService and its implementations for the referenc...
社区
IntelliJ IDEA Open API and Plugin Development
java.lang.IllegalAccessError in custom IntelliJ plugin
0 票
已编辑于
2023年05月26日 10:22
Yanni2006 first, you can just turn off the Settings | Appearance & Behavior | System Settings | Back up files before saving option. Second, PyCharm doesn't use the "__jb__old" extension for, like, ...
社区
IntelliJ IDEA Users
Cannot save file: Cannot delete temporary file ___jb_old___
0 票
创建于
2021年06月30日 10:59
The plugin supports post-compile weaving for quite a long time, so should be possible. Are you going to use AspectJ for adding the new annotation? Why not just add it in the source code?
社区
IntelliJ IDEA Users
AspectJ
0 票
创建于
2021年06月22日 13:42
I see, thanks. Something went wrong during the update, but without updater logs, it is impossible to figure out the reason :(
社区
IntelliJ IDEA Users
Plugin 'JXYZ' requires plugin 'com.intellij.microservices.uast' to be installed
0 票
创建于
2021年06月22日 13:19
I understand your position, but being on both sides (I occasionally maintain the bundled decompiler), this problem is much easier to address on the decompiler side. Routing InvalidMirrorException b...
社区
IntelliJ IDEA Open API and Plugin Development
Some classes decompiled (via custom `ClassFileDecompilers.Light`) produce `InvalidMirrorException: stub:[PsiMethod:Checker...`
0 票
创建于
2021年06月18日 08:13
I see, thanks, just trying to understand what might went wrong and when. Just to be sure: you started the IDE, invoked _Help | Check for Updates_, clicked through the UI and agreed to restart the I...
社区
IntelliJ IDEA Users
Plugin 'JXYZ' requires plugin 'com.intellij.microservices.uast' to be installed
0 票
创建于
2021年06月17日 16:21
Were there any errors or warnings during the update? Updater log files (`idea_updater*.log`) are suspiciously missing from the uploaded archive.
社区
IntelliJ IDEA Users
Plugin 'JXYZ' requires plugin 'com.intellij.microservices.uast' to be installed
0 票
创建于
2021年06月17日 12:50
It is definitely possible, but would significantly complicate the code (*) and slow indexing down to a certain degree - all without providing clear benefits. Even then, it won't be 100% correct - t...
社区
IntelliJ IDEA Open API and Plugin Development
Some classes decompiled (via custom `ClassFileDecompilers.Light`) produce `InvalidMirrorException: stub:[PsiMethod:Checker...`
1 票
创建于
2021年06月16日 21:07
`ACC_SYNTHETIC` is a modifier, but Javac doesn't set it for default constructors, unfortunately.
社区
IntelliJ IDEA Open API and Plugin Development
Some classes decompiled (via custom `ClassFileDecompilers.Light`) produce `InvalidMirrorException: stub:[PsiMethod:Checker...`
1 票
下一页
›
最后
»