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
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
Created
February 15, 2008 10:07
Yes, the LanguageFileType.Ok, here what i get:provider.getPsi(provider.getBaseLanguage()):I get an instance of a PsiPlainTextFileImpl. The language of this element is TEXT.provider.getKnownTreeRoot...
Community
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 votes
Created
February 15, 2008 10:52
I was actually now trying out without a getParserDefinition() in my language. So the parser is null. But if i define this in my language:public ParserDefinition getParserDefinition() { retur...
Community
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 votes
«
First
‹
Previous
Next
›
Last
»