mangala shenoy

- Total activity 71
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 25
-
Created 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... -
Created 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... -
Created 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 -
Created 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() { ... -
Created 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.... -
Created 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. -
Created 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 -
Created Filechooser Dialog not showing any files
Hi,I want to show the list of files for user selection in my plugin. I used VirtualFile files = FileChooser.chooseFile(FileChooserDescriptorFactory.createSingleFileNoJarsDescriptor(), project, null... -
Created how to read a file in the project by its path
Hi,I have a file path and project object, i want to get the virtual file object for the file in the path. How can i do. -
Created Intellij is very slow in debug mode
Hi,Iam using Intellij version 12, community edition.Iam using for a plugin development. It was working fine. Now when i run the debug mode, it is very slow. Almost getting hanged..Can anyone pls help.