主页
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)
按投票数排序
最近的活动
投票数
创建于
2016年10月17日 08:38
Basically, there are only two rules:- double quotes prevent a string from being split on whitespaces- escaped quotes are passed as-is So, you should write the argument like this: --json_string="[\"...
社区
PyCharm
JSON string as script parameter
3 票
已编辑于
2018年03月01日 18:30
In blue are values that were changed since previous step or breakpoint, in white - those that remain the same.
社区
IntelliJ IDEA Users
Variables in debugger font color meaning
2 票
创建于
2011年09月23日 18:31
Does File | Synchronize work.Do you have File | Settings | General | Synchronize files on frame activation enabled?And BTW which version of IDEA and on a which OS do you use?
社区
IntelliJ IDEA Users
Is there a way to refresh a directory in a project?
2 票
创建于
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 票
创建于
2021年06月11日 21:34
Hi Brice, the current implementation requires the decompiler to provide the same class outline as the stub builder, and the latter does include default constructors - because to tell a synthesized ...
社区
IntelliJ IDEA Open API and Plugin Development
Some classes decompiled (via custom `ClassFileDecompilers.Light`) produce `InvalidMirrorException: stub:[PsiMethod:Checker...`
1 票
创建于
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 票
创建于
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 票
创建于
2017年07月18日 14:12
Implement your own `com.intellij.openapi.vfs.VirtualFileSystem` (see e.g. `com.intellij.openapi.vfs.impl.http.HttpFileSystemImpl`).
社区
IntelliJ IDEA Open API and Plugin Development
Show file not in local file system
1 票
创建于
2017年06月19日 10:24
It turned out IDEA doesn't use inheritor searchers when checking assignability, so no luck here :/ Suppression is possible, via "com.intellij.daemon.highlightInfoFilter" EP (please use with great c...
社区
IntelliJ IDEA Open API and Plugin Development
PsiAugmentProvider to augment that class implements some interface
1 票
下一页
›
最后
»