主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2019年04月10日 08:55
At the moment, there is no such way, sorry. Please vote/watch IDEA-131346.
社区
IntelliJ IDEA Open API and Plugin Development
Integrate a new command in the generated command line launcher from plugin
0 票
创建于
2019年01月18日 14:06
Hi, the notification is added by `com.intellij.codeInsight.daemon.impl.AttachSourcesNotificationProvider`. No idea why there are three of them.
社区
IntelliJ IDEA Open API and Plugin Development
Decompiler issues
1 票
创建于
2019年01月04日 09:45
The `Project.save()` method writes project configuration files (roughly, *.iml and the ones under .idea/). To write other files, use `FileDocumentManager.getInstance().saveAllDocuments()`. (minor c...
社区
IntelliJ IDEA Open API and Plugin Development
How to ensure that all modified files in project saved to fs from plugin?
0 票
创建于
2018年12月07日 16:57
Something like this: if (enumPsiClass instanceof PsiCompiledElement) { enumPsiClass = (PsiClass)((PsiCompiledElement)enumPsiClass).getMirror(); // triggers decompilation}for (PsiField field : enum...
社区
IntelliJ IDEA Open API and Plugin Development
How to get arguments for enum constant from com.intellij.psi.impl.compiled.ClsEnumConstantImpl
1 票
创建于
2018年12月03日 10:24
I'd not cal it a bug (ensuring that trailing whitespaces are processed correctly is the least relevant part of any parser's tests). But you may override `ParsingTestCase#loadFile` in your tests to ...
社区
IntelliJ IDEA Open API and Plugin Development
ParsingTestCase ignores trailing whitespace
0 票
创建于
2018年10月25日 11:21
Sorry for the late reply :( I can think of two reasons for that: (1) the "full" decompiler is unable to process a file so it falls back to the skeleton-only one, or (2) the "Java Bytecode Decompile...
社区
IntelliJ IDEA Open API and Plugin Development
Intellij decompiler (fernflower decompiler) stopped working correctly.
0 票
创建于
2018年09月07日 09:43
IDEA-198397 is an internal issue about peculiar details of IDEA/decompiler interaction (it is no longer public).
社区
IntelliJ IDEA Users
How to disable the java Decompiler?
0 票
创建于
2018年08月08日 10:09
The most feasible way I could imagine is adding an editor notification provider which would detect encrypted files and suggest an action that decrypts a file in memory, shows a dialog with an edito...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin for Encrypted Files
0 票
创建于
2018年08月07日 17:39
Turned out to be a problem in Kotlin. I'll let them know.
社区
IntelliJ IDEA Users
Junit with jigsaw project
0 票
创建于
2018年08月07日 12:00
Then it should work. Could you please attach a sample project?
社区
IntelliJ IDEA Users
Junit with jigsaw project
0 票
«
第一页
‹
上一页
下一页
›
最后
»