Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Hugo Palma
Total activity
162
Last activity
December 27, 2024 15:48
Member since
May 23, 2007 15:06
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
43
Activity overview
Posts (27)
Comments (92)
Sort by recent activity
Recent activity
Votes
Created
February 26, 2008 14:54
Any hints on how i could accomplish this ? Please....
Community
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 votes
Created
February 14, 2008 15:37
Thanks, i'll give it a try
Community
IntelliJ IDEA Open API and Plugin Development
Link to file location from JTextPane
0 votes
Created
March 24, 2008 14:51
Now all the plugin are getting initialized.I'm getting errors like:java.util.MissingResourceException: Can't find bundle for base name com.siyeh.IntentionPowerPackBundle, locale en_US at java.util....
Community
IntelliJ IDEA Open API and Plugin Development
Can't unit test plugin in IDEA 7
0 votes
Created
March 24, 2008 14:53
For the record, my VM parameters are:-Didea.load.plugins=false -Xbootclasspath/p:/opt/selena/lib/boot.jar -Djdk.home=/usr/lib/jvm/java-6-sun
Community
IntelliJ IDEA Open API and Plugin Development
Can't unit test plugin in IDEA 7
0 votes
Created
March 25, 2008 15:41
The idea.plugins.load thing was my mistake, must have copied it wrong when i pasted it into the run configuration.Anyway, now with idea.load.plugins=false i get a different error, but it seems that...
Community
IntelliJ IDEA Open API and Plugin Development
Can't unit test plugin in IDEA 7
0 votes
Created
March 13, 2008 12:09
Yep, that was it.Thanks.
Community
IntelliJ IDEA Open API and Plugin Development
JDOMExternalizable replacemnent?
0 votes
Created
February 12, 2008 16:23
Forgot to say i'm still on 6.0.6
Community
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 votes
Created
February 13, 2008 11:33
This actually happens with the simplest of FileTypes, i don't even need to have a Language. If i just register this file type:public class MyFileType implements FileType { public static final St...
Community
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 votes
Created
February 13, 2008 15:45
file.getViewProvider().clone().getPsi(file.getLanguage()) does return null.But FileTypeManager.getInstance().getFileTypeByFile(file.getViewProvider().getVirtualFile()) does return the correct FileT...
Community
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 votes
Created
February 14, 2008 16:47
I can't find any getRealFileType() method...In what class is that method defined ?
Community
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 votes
«
First
‹
Previous
Next
›
Last
»