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 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
Created
April 03, 2007 05:10
Your code is basically the same code I use. I've never seen anything with the PaletteManager before. There's very little info in the OpenAPI info on the ide.palette package. My guess it has to do w...
Community
IntelliJ IDEA Open API and Plugin Development
Closing an Editor
0 votes
Created
March 31, 2007 17:22
Are you sure that "readExternal" is getting called before "run"? Without seeing more of your code there is no way to know. Your implementation for "readExternal" looks correct. But I see "writeExte...
Community
IntelliJ IDEA Open API and Plugin Development
How Can I access to IPR file value in AnAction Class
0 votes
Created
March 31, 2007 01:39
Oh yeah, this must be on WIndows. I forgot Windows doesn't like you overwriting files that are open.
Community
IntelliJ IDEA Open API and Plugin Development
updating of project specific plugin
0 votes
«
First
‹
Previous