chenliang zhou
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
-
Created How to genrate my own git4idea plugin
AnsweredHi,I checkout source of idea-community and change some code of git4idea plugin,it runs well.My question is how to package it and replace the official git4idea plugin -
-
Created Can I overwirte extensionPoints define in IdeaPlugin.xml
I find this extensions in IdeaPlugin.xml <codeInsight.createFieldFromUsageHelper language="JAVA" implementationClass="com.intellij.codeInsight.daemon.impl.quickfix.JavaCreateFieldFromUsageHelper"/... -
Edited Add new action to fixerror popup
Is it possible to write a plugin add a custom action to this popup? -
Edited How to call ant and show logs
AnsweredI want idea call an ant target after vcs commit suc so I override CheckinHandler#checkinSuccessful method.Here is my code: final String projectPath = myProject.getBaseDir().getPath(); Application... -
Created how to insert content in a file
hi, i want insert some content at some position in a file .Please helpI want two things:1. how can I find the position, maybe by regx so on,I need some clues2. how can I insert content to the pos...