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