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 21, 2008 11:13
I tried doing:tag.getParent().putUserData(XmlHighlightVisitor.DO_NOT_VALIDATE_KEY, "true");ortag.putUserData(XmlHighlightVisitor.DO_NOT_VALIDATE_KEY, "true");if the getElementDescriptor method of m...
Community
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 votes
Created
March 03, 2008 17:26
Got it, finally :o)Thanks again for all your help...
Community
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 votes
Created
April 14, 2008 15:10
Just create a new instance of com.intellij.openapi.vcs.changes.ui.NewChangelistDialog and show it.I don't think there's an API for setting values on it though.
Community
IntelliJ IDEA Open API and Plugin Development
How to invoke the "New Changelist" dialog?
0 votes
Created
April 14, 2008 15:53
Yes, it's totally legal. The only additional constraint is that you can't distribute idea.jar in a product of yours.But if your just implementing a plugin to run in IDEA you have no problems, you c...
Community
IntelliJ IDEA Open API and Plugin Development
How to invoke the "New Changelist" dialog?
0 votes
Created
April 14, 2008 11:39
For future reference, here's what i did:PsiManager.getInstance(_module.getProject()).findPackage(""); basePackage.accept(new LocalClassVisitor(_module) { public void visitClass(Ps...
Community
IntelliJ IDEA Open API and Plugin Development
Best way to visit all classes
0 votes
Created
April 14, 2008 10:21
I don't know why your getting that exception, but why are you registering file templates like that ?I think the correct way to register file templates is to provide a class that implements FileTemp...
Community
IntelliJ IDEA Open API and Plugin Development
Question about FileTemplateManager
0 votes
Created
April 11, 2008 14:57
Just wrap that code inside a block like this:ApplicationManager.getApplication().runWriteAction(new Runnable() { public void run() { // your code here } );Also, if you creating a new clas...
Community
IntelliJ IDEA Open API and Plugin Development
Exception, when saving new PsiJavaFile
0 votes
Created
April 10, 2008 11:24
Yep, i'm already executing inside a write action.
Community
IntelliJ IDEA Open API and Plugin Development
Can't create more than one library in project
0 votes
Created
February 12, 2008 17:34
I'm getting the same behaviour.Did you manage to solve this ?
Community
IntelliJ IDEA Open API and Plugin Development
Custom Language: New Language Based on HTML
0 votes
Created
November 06, 2009 09:27
Awesome, thanks
Community
RubyMine
Ruby plugin in IntelliJ Maia
0 votes
«
First
‹
Previous
Next
›
Last
»