主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Rick Maddy
活动总数
356
最后的活动
2016年01月17日 23:57
成员加入日期
2003年03月16日 19:13
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
132
活动概览
帖子(81)
评论(143)
按最近的活动排序
最近的活动
投票数
创建于
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 票
创建于
2006年08月21日 21:10
Take a look at the source code to my Copyright plugin. I show a progress indicator while changing lots of files.Go to http://www.intellij.org/twiki/bin/view/Main/CopyrightPluginEnjoy,Rick
社区
IntelliJ IDEA Open API and Plugin Development
WriteActions and ProgressIndicator
0 票
创建于
2006年08月21日 21:32
Actually I just checked and realized I'm being bit by the same issue. My progress bar appears initially but after it goes away is when all the real work is being done. Oh well.
社区
IntelliJ IDEA Open API and Plugin Development
WriteActions and ProgressIndicator
0 票
创建于
2003年04月10日 17:34
It's amazing how one is able to answer their own question minutes after asking someone else the question. I've been struggling with this for a few days and here's the answer:Don't create a new acti...
社区
IntelliJ IDEA Open API and Plugin Development
Actions and Shortcuts and Action chaining
0 票
«
第一页
‹
上一页
下一页
›
最后
»