Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
jie du
Total activity
16
Last activity
May 05, 2023 09:29
Member since
July 08, 2013 11:14
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
7
Activity overview
Posts (4)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
July 09, 2013 09:35
I coded like this, this is worked. thanks everyone . String path = "/Users/twer/Downloads/"; VirtualFile[] files = FileChooser.chooseFiles(FileChooserDescriptorFactory.createSingleFolde...
Community
IntelliJ IDEA Open API and Plugin Development
[Plugin Dev] How to create a File picker
1 vote
Created
May 05, 2023 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...
Community
IntelliJ IDEA Users
Idea not lauching from zhs terminal
0 votes
Created
July 09, 2013 09:38
intellij version 12.1following code is working. ProgressManager.getInstance(). runProcessWithProgressSynchronously(new Runnable() { ...
Community
IntelliJ IDEA Open API and Plugin Development
Sample code using ProgressManager/ProgressIndicator
0 votes
Created
July 09, 2013 09:36
see: http://devnet.jetbrains.com/message/5492116#5492116
Community
IntelliJ IDEA Open API and Plugin Development
How to create a "directory selection" dialog?
0 votes
Created
July 09, 2013 03:26
Thanks, it works. I use in follow way.Project currProject = (Project) DataManager.getInstance().getDataContext().getData(DataConstants.PROJECT); ProjectUtil.closeAndDispose(currProject);
Community
IntelliJ IDEA Open API and Plugin Development
[Plugin Dev]How to open a project in current window.
0 votes