主页
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日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How do I mark a file as up-to-date?
0 票
创建于
2004年02月02日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How do I mark a file as up-to-date?
0 票
创建于
2004年01月23日 16:44
It's a great first step. Now they just need to actually add comments
社区
IntelliJ IDEA Open API and Plugin Development
Everyone see all the new javadoc for the OpenAPI and PSI?
0 票
创建于
2004年01月20日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
How do I mark a file as up-to-date?
0 票
创建于
2004年06月05日 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
社区
IntelliJ IDEA Open API and Plugin Development
Assertion failed when removing listener from Document
0 票
创建于
2006年01月25日 21:49
Try the image plugin that comes with IDEA.Rick
社区
IntelliJ IDEA Open API and Plugin Development
Register plugin to handle filetype
0 票
创建于
2006年12月14日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Developing a plugin seems too hard
0 票
创建于
2007年04月03日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Closing an Editor
0 票
创建于
2007年03月31日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How Can I access to IPR file value in AnAction Class
0 票
创建于
2007年03月31日 01:39
Oh yeah, this must be on WIndows. I forgot Windows doesn't like you overwriting files that are open.
社区
IntelliJ IDEA Open API and Plugin Development
updating of project specific plugin
0 票
«
第一页
‹
上一页