mark stephens
- 活动总数 159
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 43
-
创建于 Our plugin has gone missing
We put out a free plugin for IDEA (PdfViewer) which no longer appears on the list of available plugins. Any ideas why it has dropped out of the list?MArkee -
创建于 Performance of IDEA on Intel Macs
I am running IDEA on a 2gig PowerBook with 1 gig of memory and Apple latest Java 1.5It seems very sluggish, in particular its mult-taksing seems poor and the program seems to freeze on occasion - ... -
创建于 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 -
创建于 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 -
创建于 [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 ... -
创建于 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... -
创建于 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 -
创建于 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 ... -
创建于 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 -
创建于 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...