Sanjeewa Ruwanpathirana
- 活动总数 21
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 8
-
Sanjeewa Ruwanpathirana 创建了一个帖子, 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 进行了评论, -
-
-
Sanjeewa Ruwanpathirana 创建了一个帖子, ......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 创建了一个帖子, 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 创建了一个帖子, 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 进行了评论, -
Sanjeewa Ruwanpathirana 进行了评论, -
Sanjeewa Ruwanpathirana 创建了一个帖子, 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 ...