mark stephens
- 活动总数 159
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 43
-
创建于 [ann] PDF Viewer and bookmarking plugin updated
We have updated our free PDF viewing, searching and bookmarking plugin for IDEA to use latest version of JPedal PDF library. You can download the plugin via IDEA plugins section or directly from ht... -
创建于 [Ann] PDF Viewer and bookmarking plugin updated
We have updated our free PDF Viewer and bookmaking plugin (which allows you to view, search and also bookmark all your favourite PDF files (including ones from the Internet). It should be much fast... -
创建于 Debugging plugin which runs in Sandbox but hangs IDEA if deployed
I'm updating our IDEA 7.0 plugin. I now have it running nicely as a project. But when I create a deployable version and put unzip directory in IDEA 8s plugins dir, it physically hangs IDEA on start... -
创建于 Updating 7.0 plugin to 8.0
I am working to update our plugin to run on IDEA 8.0 and am not sure about some changes.I have quite a lot of references in the code to com.intellij.openapi.Disposable which is now showing as red. ... -
创建于 Bug finding Constructor using find usages in 7.0.3 on Mac
I am running 7.0.3 on a MacBookPro with latest version of OS X and Apple Java 1.5If I try to find usage of a constructor with option to look in Project files, it finds nothing. If I switch to searc... -
创建于 [ANN] PDFViewer plugin updated
We are pleased to announce that the PDFviewer has had a major update. As well as fixing some bugs and using the latest version of the PDF library (which is significantly faster), it also adds the a... -
创建于 Accessing Idea progressMonitor
Is there an example showing how to access the IDEA popup/progressMonitor so I can access from my plugin? -
创建于 nullPointerException when adding @state
I have added an Annotation to my Application@State(name = PDFFileTypeManagerImpl.COMPONENT_NAME,storages = {@Storage(id = "PDF_viewer", file = "$APP_CONFIG$")})and now get the error below. Do I nee... -
创建于 Why has my plugin has stopped working in sandbox
My plugin has stopped working in the sandbox and I get the error message below.Any ideas what the problem is?/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/java -Xbootclasspath... -
创建于 What is the best way to popup a window in IDEA from plugin
If I want to open a Dialog with some components inside for the user to select, is there a recommended example/way or do I just use standard Swing dialogs/JFrame classes?MArkee