mark stephens
- Total activity 159
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 43
-
Created IDEA 5.1.1 on Intel Mac
I have uploaded the 5.1.1 update on my Intel MAC and it does not appear to work. It runs but I get not screen/windows - MAC seems to think it has loaded. Any suggestions?MArkee -
Created IDEA bug database
The software you use for listing bugs looks really nice. Is it a separate product or something you put together internally?Regards,MArkee -
Created [ANN] PDF viewer Plugin 0.6
This is the first public release of the PDF Viewer plugin for Eclipse, which allows PDF files to be displayed natively inside Idea. It should run on all platforms (we have tested it on Windows, OS ... -
Created Problem reading resources from jar inside Idea.
We use Thread.currentThread().getContextClassLoader().getResourceAsStream(path) inside our jars to access resources.This does not appear to work when the jar is inside an Idea plugin - it returns n... -
Created Ideas deployment strategy
I've just tried the deployment function in Idea to bundle up a plugin. Talk about plug and play - Its so beautifully simple and automated......Well done guys.MArkee -
Created Get panel size for plugin
I have a plugin which displays content in a JPanel to display my foo filetype. So when you double-click on filetype foo, it displays it in a panel. Is there a way I can get the size my JPanel will ... -
Created Adding a structured View
I would like to add a Strutured view to my plugin.I already have a JPanel containing a JTree with the structure. Is it possible to get this displayed for the strutured view panel?MArk -
Created Register plugin to handle filetype
I am trying to develop a plugin to handle a filetype. Essentially, all I need to do is to be told that file sample.foo is selected and have a JPanel added to render it into. Is there an example sho...