Brice
- 活动总数 128
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 35
- 订阅数 26
-
创建于 Plugin details in custom / enterprise plugin repository
Hi,I would like to create my own repository for a plugin. So with some digging I finaly created one, it's working correctly, however I cannot see any details of plugin.xml. (name, changelog, vendor... -
创建于 Is there a way to build a plugin with a script (ant, gradle)
Hi,I would like to prepare a plugin to be packaged. I know there is an UI action for that "Build > Prepare Plugin Module ..."However I would like to be able to run a script instead.There are severa... -
创建于 How to refresh / invalidate the cache of decompiled files ?
I'm using the extension point ContentBasedClassFileProcessor. The method String obtainFileText(Project project, VirtualFile virtualFile) returns the mirror source as expected. However when toggling... -
创建于 Replacing the content of a java file editor
Hi,I'm just beginning with IntelliJ plugin developpment.I would like to replace *automatically* (on opening) the Java editor content, when the source file is not found (ie I'd like to override the ...