主页
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年04月03日 13:35
Both links point to the same page. The VirtualFile.refresh() method is well alive. Please note that neither of methods referenced in the doc has full signatures - for brevity. The VirtualFileMa...
社区
IntelliJ IDEA Open API and Plugin Development
outdated docs on VFS
0 票
创建于
2017年03月09日 20:19
That depends on what is "mina" and what it does with its arguments and on what OS and shell it is. In general, you use something like this: new GeneralCommandLine("mina", "test", "lc:lc-test", "--t...
社区
IntelliJ IDEA Open API and Plugin Development
Double quotes in GeneralCommandLine
0 票
创建于
2017年03月03日 10:30
Whoa, I wasn't aware that Javac disallows these options for `--target 8`, thanks.Yep, we'll do something about this. Sure, we'll fix this - one way or another.
社区
IntelliJ IDEA EAP Users
"Error:java: option --add-exports not allowed with target 1.8" or Per module compiler settings
0 票
创建于
2017年03月02日 10:32
https://youtrack.jetbrains.com/issue/IDEA-149707. You may use JDK 9 to compile all modules.
社区
IntelliJ IDEA EAP Users
"Error:java: option --add-exports not allowed with target 1.8" or Per module compiler settings
0 票
创建于
2017年02月07日 09:25
Hi, I don't think that the plugin should support transparent encryption/decryption of the file. The IDE may read a file a lot - during indexing, search operations, resolving references etc. Besides...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin for Encrypted Files
0 票
已编辑于
2017年01月20日 09:15
Hi Nuno, I got an impression that you didn't like the solution with a custom "Run" button, and want to be notified when a student runs his code via standard IDEA actions. Correct? If yes, you will ...
社区
IntelliJ IDEA Open API and Plugin Development
Execute a piece of code when the run button/option is clicked
0 票
创建于
2017年01月19日 18:00
You may subscribe to `ExecutionManager.EXECUTION_TOPIC`.
社区
IntelliJ IDEA Open API and Plugin Development
Execute a piece of code when the run button/option is clicked
0 票
创建于
2017年01月11日 10:27
Implementations of `CompileContext` class all delegate to `ProjectFileIndex` - so results should be the same.
社区
IntelliJ IDEA Open API and Plugin Development
Getting VirtualFile for an _inner_ class in a library dependency
0 票
创建于
2017年01月09日 16:27
Sorry, don't have a ready answer. AFAIK annotators are invoked by `GeneralHighlightingPass`, and IDEA omits certain passes for binary files (see `TextEditorBackgroundHighlighter.getPasses()`). You ...
社区
IntelliJ IDEA Open API and Plugin Development
Parsing decompiled source using target language's extensions
0 票
创建于
2017年01月09日 15:15
Please take a look at `CompilerPathsEx.findClassFileInOutput(PsiClass)` method - it solves a similar problem. It is impossible to get a correct VirtualFile instance for an inner class starting from...
社区
IntelliJ IDEA Open API and Plugin Development
Getting VirtualFile for an _inner_ class in a library dependency
0 票
«
第一页
‹
上一页
下一页
›
最后
»