Sanjeewa Ruwanpathirana
- 活动总数 21
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 8
-
创建于 Running the process in background button with progress bar
Hi Again Im usig the UsageViewImplUtil.runProcessWithProgress to run some processes in bckgorund with the progress bar. I am trying to upgrade the JarTool plugin to idea 8, but the class Usa... -
创建于 ......ApplicationImpl.assertReadAccessAllowed Exception Resolving
In my plugin when I use the API call ModuleRootManager mrm = ModuleRootManager.getInstance( moduleManager.findModuleByName( project.getName() ) );it gives me the following exceotion, java.lang.Thro... -
创建于 Save changes of a Custom Editor when save button clicked
I have written a plugin to create the archives and its implmented as a new editor. this editor is a UI and it doesnot directly write the content to the file. it has drop down boxes, text boxes etc,... -
创建于 Message Output Window
Hi.. im writing some plugins and i need to send my output messages to Message Window. (like the compiler output) . Can you help me please, I couldnt find this on APIthanks Ruwan -
创建于 ProgressBar with Background button
Im developing an webservice deployment tool and using the ApplicationManager.getApplication().runProcessWithProgressSynchronously(.......) to run the job with the progress bar. want to enable the ... -
创建于 Write access is allowed inside write-action only
Ihave written the archiving plugin (Jar Tool) and with the idea version 5.0 it gives this error message. any idea why and how can I get rid of it. the plugin works fine even though the error apears... -
创建于 Using 3rd Party Libraries on Plugins (which cannot packed in to the distribution jar)
Hi , I have done a plugin for integrate Systinet's WASP to idea 4.5. But I have few problems in the distribution of the plugin. The plugin needed some of the wasp libraries, which I cannot packed i...