Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
George Gastaldi
Total activity
12
Last activity
January 16, 2016 14:16
Member since
April 24, 2013 23:04
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
4
Activity overview
Posts (3)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
June 08, 2015 21:56
Since it extends JPanel, I supposed that could work. Is there a workaround? I couldn't find one.
Community
IntelliJ IDEA Open API and Plugin Development
TextFieldWithAutoCompletion.setTooltipText does not work.
0 votes
Created
April 29, 2013 06:11
Hi Dennis,MigLayout did the job for me, thanks for the suggestion !Best Regards,George Gastaldi
Community
IntelliJ IDEA Open API and Plugin Development
Textfield and label positioning
0 votes
Created
April 25, 2013 16:06
Got it! Thanks once again.
Community
IntelliJ IDEA Open API and Plugin Development
ServiceLoader issues and locating folders inside the plugin
0 votes
Created
April 25, 2013 15:43
Hi Denis,Thanks for the response. I use ServiceLoader because it's the way I designed the integration between my interface API and class IMPL.As for the PathManager usage, what is the best way to r...
Community
IntelliJ IDEA Open API and Plugin Development
ServiceLoader issues and locating folders inside the plugin
0 votes
Created
April 25, 2013 03:15
Looks like the new way to do this is: public void actionPerformed(AnActionEvent e) { VirtualFile file = DataKeys.VIRTUAL_FILE.getData(e.getDataContext()); VirtualFile folder = file.g...
Community
IntelliJ IDEA Open API and Plugin Development
How to get the folder of currenctly selected file
1 vote