Zhoudechuan
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Zhoudechuan created a post, Answeredimport 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... -
Zhoudechuan created a post, 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(... -
Zhoudechuan created a post, 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 ...