主页
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年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月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 票
创建于
2018年08月07日 11:20
This could happen if test/ is a source root instead of being a test one.
社区
IntelliJ IDEA Users
Junit with jigsaw project
0 票
创建于
2018年08月07日 10:53
正式评论
At the moment, IDEA does not support running tests from a module path (watch IDEA-171419 for progress). The answer depends on a kind of tests. For unit tests, the most practical place is a test roo...
社区
IntelliJ IDEA Users
Junit with jigsaw project
0 票
创建于
2018年06月15日 18:03
Sorry for the late reply. There is no way to directly "inject" a reference into an existing PsiClass implementation, but you still can fiddle with element finders.
社区
IntelliJ IDEA Open API and Plugin Development
Add virtual `extends` clause during IFileElementType#parseConents()?
0 票
«
第一页
‹
上一页
下一页
›
最后
»