Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Rick Maddy
Total activity
356
Last activity
January 17, 2016 23:57
Member since
March 16, 2003 19:13
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
132
Activity overview
Posts (81)
Comments (143)
Sort by recent activity
Recent activity
Votes
Created
January 21, 2004 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...
Community
IntelliJ IDEA Open API and Plugin Development
How do I mark a file as up-to-date?
0 votes
Created
January 31, 2004 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...
Community
IntelliJ IDEA Open API and Plugin Development
How do I mark a file as up-to-date?
0 votes
Created
May 24, 2004 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...
Community
IntelliJ IDEA Open API and Plugin Development
Assertion failed: Write access is allowed inside write-action only
0 votes
Created
November 06, 2004 21:32
That does work - thanks for the great idea.Rick
Community
IntelliJ IDEA Open API and Plugin Development
com.intellij.psi.xml.XmlComment
0 votes
Created
January 28, 2005 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...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin wont work on newer version of intelli-j
0 votes
Created
November 21, 2006 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...
Community
IntelliJ IDEA Open API and Plugin Development
colorize color-values in css like urls in css
0 votes
Created
March 30, 2007 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
updating of project specific plugin
0 votes
Created
August 21, 2006 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
Community
IntelliJ IDEA Open API and Plugin Development
WriteActions and ProgressIndicator
0 votes
Created
August 21, 2006 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.
Community
IntelliJ IDEA Open API and Plugin Development
WriteActions and ProgressIndicator
0 votes
Created
April 10, 2003 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...
Community
IntelliJ IDEA Open API and Plugin Development
Actions and Shortcuts and Action chaining
0 votes
«
First
‹
Previous
Next
›
Last
»