Zhoudechuan
- 活动总数 7
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 3
-
创建于 import org.jetbrains.idea.maven failed
已回答I'm a developer of IDEA plugin and I'm developing a plugin about maven. I want to use the class that org.jetbrains.idea.maven.project.MavenProjectsManager, but the IDEA point out that can not found... -
创建于 How to solve java.lang.Throwable: Assertion failed: anchorBefore == null || anchorBefore.getTreeParent() == parent ?
I am developing a IDEA plugin to add an annotation for a field, the code like this: WriteCommandAction.runWriteCommandAction(psiClass.getProject(), new Runnable() { @Override public void run(... -
创建于 How to develop graphical user interface like Getter?
I plan to develop a IDEA plugin to add a annotation for some method in a java file. It can be executed as same as Getter and Setter. I need to develop a UI for this plugin. I had developed a UI by ...