主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
WarnerJan Veldhuis
活动总数
100
最后的活动
2019年05月07日 09:30
成员加入日期
2009年12月04日 12:23
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
35
活动概览
帖子(24)
评论(40)
按最近的活动排序
最近的活动
投票数
创建于
2009年12月16日 23:39
I got that with v9 as well, see post here. Everything appears to be working allright though...
社区
IntelliJ IDEA Open API and Plugin Development
False Positive Plugin.xml Errors
0 票
创建于
2013年01月11日 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...
社区
IntelliJ IDEA Open API and Plugin Development
user feedback during plugin activity?
0 票
创建于
2013年01月11日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Best way to modify PsiElement text
0 票
创建于
2012年12月26日 11:17
Thanks for the additional comment. It now works perfectly! :) Keep those tips incoming, it's highly appreciated!!
社区
IntelliJ IDEA Open API and Plugin Development
Moving the caret after replacing a PsiElement
0 票
创建于
2009年12月16日 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/...
社区
IntelliJ IDEA Open API and Plugin Development
Language plugin (IDEA 8)
0 票
创建于
2009年12月11日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Re: CreateClass LocalQuickFix
0 票
创建于
2009年12月11日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Problems setting up plugin-dev environment
0 票
创建于
2009年12月10日 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...
社区
IntelliJ IDEA Open API and Plugin Development
IntelliJ v9 sandbox crash?
0 票
创建于
2009年12月09日 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 ) ?
社区
IntelliJ IDEA Open API and Plugin Development
Getting nodes in ProjectView marked as red when there is problem in file for custom language
0 票
创建于
2009年12月09日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Facets
0 票
«
第一页
‹
上一页
下一页
›
最后
»