Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
WarnerJan Veldhuis
Total activity
100
Last activity
May 07, 2019 09:30
Member since
December 04, 2009 12:23
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
35
Activity overview
Posts (24)
Comments (40)
Sort by recent activity
Recent activity
Votes
Created
December 16, 2009 23:39
I got that with v9 as well, see post here. Everything appears to be working allright though...
Community
IntelliJ IDEA Open API and Plugin Development
False Positive Plugin.xml Errors
0 votes
Created
January 11, 2013 18:10
Here you go, it's really easy once you know which classes you have to use ;)This is for a background task:ProgressManager.getInstance().run(new Task.Backgroundable(project, "Performing some backgro...
Community
IntelliJ IDEA Open API and Plugin Development
user feedback during plugin activity?
0 votes
Created
January 11, 2013 11:54
Every PsiElement has a replace(PsiElement) method which you can use to replace it with another. Note: the return value of replace(PsiElement) is the *inserted* element. Make sure you use that if yo...
Community
IntelliJ IDEA Open API and Plugin Development
Best way to modify PsiElement text
0 votes
Created
December 26, 2012 11:17
Thanks for the additional comment. It now works perfectly! :) Keep those tips incoming, it's highly appreciated!!
Community
IntelliJ IDEA Open API and Plugin Development
Moving the caret after replacing a PsiElement
0 votes
Created
December 16, 2009 23:44
People please, the forum software destroys url's with spaces or something... Will you PLEASE fix this?!?The correct URL to all these goodies is: http://www.jetbrains.net/confluence/display/IDEADEV/...
Community
IntelliJ IDEA Open API and Plugin Development
Language plugin (IDEA 8)
0 votes
Created
December 11, 2009 13:57
I had deleted this post, because this error never happened afterwards anymore, although nothing really changed around this part of my plugin. If I got a reproducible situation, I'll post again.Than...
Community
IntelliJ IDEA Open API and Plugin Development
Re: CreateClass LocalQuickFix
0 votes
Created
December 11, 2009 11:52
In addition to that, make sure your IDEA-SDK points to your Intellij9 installation directory, and NOT the communitiy edition. Look at the screenie, it's the configuration for the IDEA_SDK as I have...
Community
IntelliJ IDEA Open API and Plugin Development
Problems setting up plugin-dev environment
0 votes
Created
December 10, 2009 08:37
OK, please join me in a game "SPOT THE NOOB!!". Everybody please point their index finger towards me!!My attempts to fiddle around with the memory settings were futile from the start. As you can se...
Community
IntelliJ IDEA Open API and Plugin Development
IntelliJ v9 sandbox crash?
0 votes
Created
December 09, 2009 11:08
Am I missing something, or is the display wrong? Here's what your reply looks like on my machine (Firefox 3.5 on Linux). What does he need to implement??? a ) ?
Community
IntelliJ IDEA Open API and Plugin Development
Getting nodes in ProjectView marked as red when there is problem in file for custom language
0 votes
Created
December 09, 2009 12:33
Thanks for the answers.1) The xml-tag <facetType.../> is not recognised. See attached screenie.2) I will look into that.3) For those of your reading along, your support class needs to extend from c...
Community
IntelliJ IDEA Open API and Plugin Development
Facets
0 votes
«
First
‹
Previous
Next
›
Last
»