主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Rick Maddy
活动总数
356
最后的活动
2016年01月17日 23:57
成员加入日期
2003年03月16日 19:13
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
132
活动概览
帖子(81)
评论(143)
按最近的活动排序
最近的活动
投票数
创建于
2008年10月13日 15:49
Martin,Thanks for the offer but at this time I'd assume to let Jetbrains take it over since they offered too.Rick
社区
IntelliJ IDEA Plugin Users
Copyright Plugin looking for new owner
0 票
创建于
2008年11月17日 16:08
OK folks. I've suddenly received several messages just today about the broken search. I hadn't seen the bug report on Sourceforge until now. I will take a look into this and try to get a fix out AS...
社区
IntelliJ IDEA Plugin Users
[ANN] IdeaVIM 0.12.1
0 票
创建于
2008年11月17日 23:18
Interesting. So here is what we have so far (all with IDEA build 9013):JDK 1.6.0_10 on Windows causes lots of problemsJDK 1.6.0_04 on Windows works fineFrom another user that emailed me:JDK 1.6.0_0...
社区
IntelliJ IDEA Plugin Users
[ANN] IdeaVIM 0.12.1
0 票
创建于
2004年01月21日 17:13
Thank you very much - that did it. Though I made one small change:FileDocumentManager.getInstance().reloadFromDisk(editor.getDocument());AbstractVcsHelper.getInstance(p).markFileAsUpToDate(vf);File...
社区
IntelliJ IDEA Open API and Plugin Development
How do I mark a file as up-to-date?
0 票
创建于
2004年01月31日 18:39
OK - How do I do this with the 3.x API?I tried the following:vf.refresh(false, false);AbstractVcsHelper.getInstance(proj).markFileAsUpToDate(vf);FileStatusManager.getInstance(proj).refreshFileStatu...
社区
IntelliJ IDEA Open API and Plugin Development
How do I mark a file as up-to-date?
0 票
创建于
2004年05月24日 05:55
The exception is telling you that you are modifying the document but you didn't execute the code in a write action.I have a helper class for this sort of thing (see below). If you use this class, c...
社区
IntelliJ IDEA Open API and Plugin Development
Assertion failed: Write access is allowed inside write-action only
0 票
创建于
2004年11月06日 21:32
That does work - thanks for the great idea.Rick
社区
IntelliJ IDEA Open API and Plugin Development
com.intellij.psi.xml.XmlComment
0 票
创建于
2005年01月28日 16:42
There were some Open API changes from 4.0 to 4.5. Try doing a clean compile of your plugin code against the 4.5 openapi.jar file.It might also help if you tell us what the error is. It's hard to he...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin wont work on newer version of intelli-j
0 票
创建于
2006年11月21日 20:03
While this doesn't really answer your question it may help. Have you installed my Color Browser plugin? This may help with what you want. It doesn't show CSS colors as their actual color in realtim...
社区
IntelliJ IDEA Open API and Plugin Development
colorize color-values in css like urls in css
0 票
创建于
2007年03月30日 02:06
Look at how IntelliJ does it for "normal" plugins. If you use the built in plugin manager and download a new or updated plugin you need to restart IDEA for the updates to take effect.If I were you ...
社区
IntelliJ IDEA Open API and Plugin Development
updating of project specific plugin
0 票
«
第一页
‹
上一页
下一页
›
最后
»