主页
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年10月11日 21:07
The desktop one is platform-dependent. The home one should work though. If there are no any obvious exceptions in the log, then I’d suggest you to debug the `GotoHomeAction` - it is pretty simple.
社区
IntelliJ IDEA Open API and Plugin Development
Setting the Home Directory and desktop directory in file chooser
0 票
创建于
2017年10月11日 13:33
See `GotoDesktopDirAction` and `GotoHomeAction`. Basically, these directories are platform-dependent and not configurable.
社区
IntelliJ IDEA Open API and Plugin Development
Setting the Home Directory and desktop directory in file chooser
0 票
创建于
2017年10月09日 14:58
Hi Robert, I tried to create a JDK from a fresh build of Amber repository, and got the following in the log: java.io.IOException: Error mounting JRT filesystem at /home/sher/Tools/jdk-amber at c...
社区
IntelliJ IDEA Users
Using local OpenJDK build as SDK
0 票
创建于
2017年09月11日 10:15
No ETA, sorry. Are you sure about Eclipse? According to this question, it doesn't.
社区
IntelliJ IDEA Users
Find Usages does not work with Libraries
0 票
创建于
2017年09月11日 09:34
Yep, it uses `PollingWatchService` on macOS (what a shame). The only way to interface with the watcher is through VFS (`LocalFileSystem#addRootToWatch` and so on).
社区
IntelliJ IDEA Open API and Plugin Development
File watching questions
0 票
创建于
2017年09月11日 08:05
VFS is a snapshot of an underlying file system, not a proxy layer on top of it. That means that it may be outdated and one should perform a "refresh" to update the VFS. In your case, `refreshAndFin...
社区
IntelliJ IDEA Open API and Plugin Development
Create Virtual File from non existing file will become null <solved>
0 票
创建于
2017年09月07日 07:47
We tried - in a best case, the code was unreadable, and sometimes it was just impossible. I do believe IDEA-137736 is more promising here. After all, not all code could be decompiled to a sane Java.
社区
IntelliJ IDEA Users
Find Usages does not work with Libraries
0 票
创建于
2017年09月06日 17:27
Unfortunately, it's the only option available at the moment :( When invoked from the IDE, the decompiler produces an (in-memory) mapping table which the debugger is then able to use. `decompiler.us...
社区
IntelliJ IDEA Users
Find Usages does not work with Libraries
0 票
创建于
2017年09月06日 08:02
IDEA-137736. You can make source lines match again by recompiling a library from produced sources.
社区
IntelliJ IDEA Users
Find Usages does not work with Libraries
0 票
创建于
2017年08月10日 14:59
Alexey, Ctrl-Shift-F9 works perfectly for resources. Would be great if you could create a sample project to reproduce the issue.
社区
IntelliJ IDEA EAP Users
How to generate class files to target\*.* on the fly so JRebel can reload class files
0 票
«
第一页
‹
上一页
下一页
›
最后
»