主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2017年01月09日 14:44
At the moment, IDEA doesn't fully support recent JDK 9 builds (148 and newer). The support will appear in one of 2017.1 EAP; you may watch IDEA-154240 for announces.
社区
IntelliJ IDEA EAP Users
IntelliJ with jdk9
0 票
创建于
2016年12月24日 19:27
For indexing, there is `FileBasedIndexExtension` (EP: `fileBasedIndex`). But to make "Go To Declaration" work you will need to change existing resolve code to look into the index.
社区
IntelliJ IDEA Open API and Plugin Development
Parsing decompiled source using target language's extensions
0 票
创建于
2016年12月21日 13:30
Okay. `GeneralCommandLine` is a generalization over `Runtime.exec(String[])`, not over `Runtime.exec(String)`. If you need the latter, it is easy to subclass `GeneralCommandLine` and override `cre...
社区
IntelliJ IDEA Open API and Plugin Development
GeneralCommandLine: Quotes
0 票
创建于
2016年12月20日 20:20
Don't have Windows at hands at the moment. Look, the class does not work with a single command string. Its goal is passing the arguments to a child process in exactly the same form. E.g., if you ne...
社区
IntelliJ IDEA Open API and Plugin Development
GeneralCommandLine: Quotes
0 票
创建于
2016年12月19日 14:22
Guys, quite naturally, PyCharm does not support all the quoting and escaping features of a shell. But it is able to pass whatever parameters you want. Please, just open the dialog and spend a minut...
社区
PyCharm
JSON string as script parameter
0 票
创建于
2016年12月19日 12:18
The class was designed to shield its clients from thinking about quoting etc. - although it won't help much in your case. If I got it right, the following code should work: new GeneralCommandLine("...
社区
IntelliJ IDEA Open API and Plugin Development
GeneralCommandLine: Quotes
0 票
创建于
2016年12月07日 10:09
> Obfuscation for historical reasons can be a bit of a pain. Any plans to de-obfuscate it? No immediate plans AFAIK. That would require a significant change to the build process while the benefits...
社区
IntelliJ IDEA Open API and Plugin Development
How do I debug com.intellij.psi.impl.source.tree.CompositeElement.java?
0 票
创建于
2016年12月06日 10:56
2. Due to historical reasons, the class is obfuscated and the decompiler cannot handle it.
社区
IntelliJ IDEA Open API and Plugin Development
How do I debug com.intellij.psi.impl.source.tree.CompositeElement.java?
0 票
创建于
2016年11月30日 14:22
Position the caret on the tag, then press Alt-Enter and choose "Add to custom tags" option. The list is configurable via File | Settings | Editor | Inspections | Java | Javadoc issues | Declaration...
社区
IntelliJ IDEA Users
Java tag in comment
0 票
创建于
2016年10月17日 10:36
OK :) For this use case, the solution is definitely correct.
社区
IntelliJ IDEA Open API and Plugin Development
After Save Hooks
0 票
«
第一页
‹
上一页
下一页
›
最后
»