mark stephens
- Total activity 159
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 43
-
Created [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... -
Created [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... -
Created 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... -
Created 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. ... -
Created 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... -
Created [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... -
Created Accessing Idea progressMonitor
Is there an example showing how to access the IDEA popup/progressMonitor so I can access from my plugin? -
Created 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... -
Created 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... -
Created 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