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
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
Created
January 21, 2004 19:03
It does not save because the time stamp on the file is not updated. I have no changes in the file at this time - that is the point. The user has undone all changes using the undo features of the VI...
Community
IntelliJ IDEA Open API and Plugin Development
How do I mark a file as up-to-date?
0 votes
Created
February 02, 2004 18:57
Thanks but:1) I'm looking for a solution for Idea 3.x.2) I don't want to save the file, I want to reload the editor with the original, unchanged version from disk.I have it working with Idea 4.x as...
Community
IntelliJ IDEA Open API and Plugin Development
How do I mark a file as up-to-date?
0 votes
Created
January 23, 2004 16:44
It's a great first step. Now they just need to actually add comments
Community
IntelliJ IDEA Open API and Plugin Development
Everyone see all the new javadoc for the OpenAPI and PSI?
0 votes
Created
January 20, 2004 18:25
It was already in a runWriteAction.A debug statement in my code verifies I am calling markFileAsUpToDate but nothing happens. The star is still on the tab next to the file and the filename is blue ...
Community
IntelliJ IDEA Open API and Plugin Development
How do I mark a file as up-to-date?
0 votes
Created
June 05, 2004 04:43
I believe it means that the listener you are trying to remove wan't ever added or you are trying to remove it twice. I've seen this with my own plugin.Rick
Community
IntelliJ IDEA Open API and Plugin Development
Assertion failed when removing listener from Document
0 votes
Created
January 25, 2006 21:49
Try the image plugin that comes with IDEA.Rick
Community
IntelliJ IDEA Open API and Plugin Development
Register plugin to handle filetype
0 votes
Created
December 14, 2006 19:36
For me (I've written four plugins) the best approach is to download the source code of various plugins that do similar things your plugin will need to do. Learn from what others have done. It's muc...
Community
IntelliJ IDEA Open API and Plugin Development
Developing a plugin seems too hard
0 votes
«
First
‹
Previous
Next
›
Last
»