主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
jie du
活动总数
16
最后的活动
2023年05月05日 09:29
成员加入日期
2013年07月08日 11:14
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
7
活动概览
帖子(4)
评论(5)
按最近的活动排序
最近的活动
投票数
创建于
2013年07月09日 09:35
I coded like this, this is worked. thanks everyone . String path = "/Users/twer/Downloads/"; VirtualFile[] files = FileChooser.chooseFiles(FileChooserDescriptorFactory.createSingleFolde...
社区
IntelliJ IDEA Open API and Plugin Development
[Plugin Dev] How to create a File picker
1 票
创建于
2023年05月05日 09:29
In mac you can “find / -iname idea” , find where is idea. In common, it is in "/Applications/IntelliJ\ IDEA.app/Contents/MacOS/idea". then,“vim ~/.zshrc” then, add this line in .zhsrc: alias i...
社区
IntelliJ IDEA Users
Idea not lauching from zhs terminal
0 票
创建于
2013年07月09日 09:38
intellij version 12.1following code is working. ProgressManager.getInstance(). runProcessWithProgressSynchronously(new Runnable() { ...
社区
IntelliJ IDEA Open API and Plugin Development
Sample code using ProgressManager/ProgressIndicator
0 票
创建于
2013年07月09日 09:36
see: http://devnet.jetbrains.com/message/5492116#5492116
社区
IntelliJ IDEA Open API and Plugin Development
How to create a "directory selection" dialog?
0 票
创建于
2013年07月09日 03:26
Thanks, it works. I use in follow way.Project currProject = (Project) DataManager.getInstance().getDataContext().getData(DataConstants.PROJECT); ProjectUtil.closeAndDispose(currProject);
社区
IntelliJ IDEA Open API and Plugin Development
[Plugin Dev]How to open a project in current window.
0 票