Matanper
- 活动总数 9
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 2
-
创建于 Get VCS (git) status of PsiElement
已回答I'm trying to develop a plugin that highlights in a file the lines which have changed but are not committed yet. I've defined an annotator which is able to color PsiElement, but I'm having a hard ... -
创建于 How to load maven dependency from another project
已回答I have a maven project A which depends on maven project B. I'm currently deploying project B to maven repository with snapshot (e.g version 1.3-SNAPSHOT) and loading it in project A via maven depen...