mangala shenoy

- Total activity 71
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 25
-
mangala shenoy created a post, Opening PopupChooserBuilder from a dialog
Hi,In my plugin iam opening a dialog from write action. From the dialog i want to open a poup using PopupChooserBuilder.I want to continue with dialog code execution only after the value is selecte... -
mangala shenoy commented, -
mangala shenoy created a post, How to get all the classes in a module.
Hi,I want a list of all classes in module. I have tried PsiShortNamesCache.getInstance(project).getAllClassNames()but it return the classes from the library as well. I dont want the classes from li... -
mangala shenoy created a post, Dialog similar to Ctrl+N
Hi,In my plugin project i want to show a dialog which is similar to dialog that is opened on Ctrl+N.How can i achieve this -
-
mangala shenoy created a post, select files from project
Hi,In my plugin project, from executeWriteAction(Editor editor, DataContext dataContext) , iam calling following filechooser code. ApplicationManager.getApplication().invokeLater(new Runnable() { ... -
mangala shenoy created a post, Reading a file from jar
Hi,Iam developing a plugin project, once i import my plugin as jar, for the new user who installs it, for the initial settings, i need to read a file from jar. How can i do it.can someone pls help.... -
mangala shenoy created a post, How to add check box in table row.
Hi,In my plugin iam creating the table using DefaultTableModel. I want to add a check box as first coulmn in all rows. How can i do this. -
mangala shenoy created a post, Column selection Dialog
Hi,I have a plugin in eclipse, now writing it in intellij. In eclipse, for column selection dialog as in attached pic, how can i achive similar dialog in intellij.Attachment(s):Capture2.PNG -
mangala shenoy commented,