Brice

- Total activity 100
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 24
- Subscriptions 18
-
Created 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... -
Created 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... -
Created 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... -
Created 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 ...