terry
- 活动总数 9
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 4
-
-
terry 创建了一个帖子, 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... -
terry 创建了一个帖子, 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 ... -
terry 创建了一个帖子, 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 ... -
terry 创建了一个帖子, 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?