Sanjeewa Ruwanpathirana
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
Created 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... -
Created ......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... -
Created 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,... -
Created 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 -
Created 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 ... -
Created 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... -
Created 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...