主页
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年08月07日 08:34
On macOS, apps launched from GUI (Dock, Finder, etc.) do not inherit a shell environment. IDEA uses a workaround to load it; you can make the loaded environment visible to a child processes by laun...
社区
IntelliJ IDEA Open API and Plugin Development
IDEA sandbox: problems with shell command
0 票
创建于
2017年08月01日 20:35
I thought you wanted to avoid storing temporary files. Better use `PathManager.getTempPath()` instead of a plugin directory, then.
社区
IntelliJ IDEA Open API and Plugin Development
Show file not in local file system
0 票
创建于
2017年07月07日 19:02
You may subscribe to `FileEditorManagerListener#FILE_EDITOR_MANAGER` topic.
社区
IntelliJ IDEA Open API and Plugin Development
How to search global library without module attachment
0 票
创建于
2017年07月04日 09:51
Clarification: there is nothing wrong in having the R package in dependencies of a module. The bad practice is adding the dependency to all modules - even to those which don't have a single R file ...
社区
IntelliJ IDEA Open API and Plugin Development
How to search global library without module attachment
0 票
创建于
2017年06月19日 09:24
PsiAugmentProvider won't work here, but implementing "com.intellij.directClassInheritorsSearch" extension point may do.
社区
IntelliJ IDEA Open API and Plugin Development
PsiAugmentProvider to augment that class implements some interface
0 票
创建于
2017年06月19日 08:40
I'm terribly sorry, but there is little I can do at the moment. The plugin isn't in open source, and I don't have time for it right now :(
社区
IntelliJ IDEA Open API and Plugin Development
PsiAugmentProvider to augment that class implements some interface
0 票
创建于
2017年06月09日 09:12
Don't think so (though I don't know enough about RCP). The settings in a run configuration affect a couple of properties - that doesn't seem to be enough. There are plans on improving the plugin bu...
社区
IntelliJ IDEA Users
Running Eclipse RCP applications in IntelliJ 2017 Part 2
0 票
创建于
2017年06月08日 14:57
I see, thanks. The command is completely different from what IDEA produces. So, at the moment IDEA (more exactly, Osmorc plugin) does not support RCP apps.
社区
IntelliJ IDEA Users
Running Eclipse RCP applications in IntelliJ 2017 Part 2
0 票
创建于
2017年06月07日 10:56
Is it possible to start the project from Eclipse and get the full command line? One note - the module depends on the whole Eclipse (via the library "plugins"). Because of that, you don't need to ex...
社区
IntelliJ IDEA Users
Running Eclipse RCP applications in IntelliJ 2017 Part 2
0 票
创建于
2017年06月06日 10:49
By writing a plugin, I suppose :)
社区
IntelliJ IDEA Open API and Plugin Development
Automatically Closing Decompilation Tabs
0 票
«
第一页
‹
上一页
下一页
›
最后
»