主页
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月25日 10:47
For a file to be picked up by the VFS, it should be created under a watch root (see com.intellij.openapi.vfs.LocalFileSystem#addRootsToWatch), and then reported by a helper "fsnotifier" process (wi...
社区
IntelliJ IDEA Open API and Plugin Development
VFS does not pick up changes made outside of VFS when doing asynchRefresh
1 票
创建于
2017年04月20日 14:15
Keep the instance of `MessageBusConnection` returned by `connect()`, and call `disconnect()` on it.
社区
IntelliJ IDEA Open API and Plugin Development
How to unsubscribe a BulkFileListener
1 票
创建于
2017年03月23日 15:29
The way you're getting a project is far from being a recommended one. Use `ActionEvent.getProject()`. For relative paths, there is `VfsUtilCore.getRelativePath(VirtualFile, VirtualFile)`.
社区
IntelliJ IDEA Open API and Plugin Development
Build CheckboxTree from the selected project files
1 票
创建于
2016年12月24日 19:25
For basic highlighting, you need to implement `SyntaxHighlighterProvider` and register it via `syntaxHighlighter` EP.
社区
IntelliJ IDEA Open API and Plugin Development
Parsing decompiled source using target language's extensions
1 票
创建于
2016年07月18日 14:23
new GeneralCommandLine("sh", "-c", "cmd1 | cmd2")
社区
IntelliJ IDEA Open API and Plugin Development
GeneralCommandLine piping?
1 票
创建于
2016年06月15日 11:25
VirtualFileManager.getInstance().findFileByUrl("jar://path/to/file.jar!/path/to/file.class");
社区
IntelliJ IDEA Open API and Plugin Development
How to open java class inside jar file programatically?
1 票
创建于
2016年06月15日 10:04
new OpenFileDescriptor(project, classFile, offset).navigate(true);
社区
IntelliJ IDEA Open API and Plugin Development
How to open java class through decompiler programatically?
1 票
创建于
2011年09月23日 15:11
Do you have an JDK configured for your project (File | Project Structure | Project | Project SDK) ?Have you verified Ajc works (File | Settings | Compiler | Java Compiler | Test) ?(Eclipse compiler...
社区
IntelliJ IDEA EAP Users
Can't Make/compile or run my project (eclipse user transitioning to IDEA)
1 票
创建于
2011年12月13日 17:48
Hi Alan,In recent releases (IDEA 11, PyCharm 2, RubyMine 4) you can create launcher right from IDE by invoking Tools | Create Desktop Entry action. Created entry do the trick for Unity and Gnome 3....
社区
IntelliJ IDEA Users
dock-friendly launcher for IDEA on Linux
1 票
创建于
2012年03月30日 12:45
Unfortunately that's not enough for Ubuntu switcher. Please remove your launcher, start IDEA from a terminal, invoke a Tools | Create Desktop Entry action, exit IDEA, and restart session. After tha...
社区
IntelliJ IDEA Users
Switcher-icon in Ubuntu?
1 票
«
第一页
‹
上一页
下一页
›
最后
»