terry
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created Wha's wrong with these codes?
Im writing an action for intellj, just wanna add a library to global library table.Codes are here:public class AddLibraryAction extends AnAction { public void actionPerformed(AnActionEvent e) { fi... -
Created Anyway to load the library which is added programmly.
I write a small plugin to auto create a library to global library and add several jar files as root class of the new library.Everything is ok but the classes in the library still can't be found.In ... -
Created Anyway to load the library which is added programmly.
I write a small plugin to auto create a library to global library and add several jar files as root class of the new library.Everything is ok but the classes in the library still can't be found.In ... -
Created How to show email address in the plugin list of intelliJ idea?
I upload a plugin, but can't find any place to fillin the email?Is it contained in the plugin.xml?