Stephane Passignat
- Total activity 16
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 1
- Subscriptions 7
-
Created Communication between AnAction and TooWindow
Hello, In a plugin I have an action. when I trigger this action, from the menu, I want the action to push data to a tool window. It looks a bit like 'Build Project' in the Build menu, which open th... -
Created How to save plugin project settings
AnsweredHello, I'm trying to save the settings of a project but nothing happen. The following project does nothing. It only have the configurable, the persistentState for the settings and a tab window. Cod... -
Created Code generation from scripting console
AnsweredHello, I have code generator which convert properties file to java (Enum), JSON and SQL codes for my error codes and messages. In the build process, I use an home made maven plugin but during the d... -
Created Webpack bootstap vuejs code completion/validation
Hi, By default webpack vue file don't recognize bootstrap-vue component http://bootstrap-vue.js.org/. The component are highlighted by inspection and no code completion/checking are available. W... -
Created JUnit TestSuite
Hi,I have to test the same application with several configuration. To achieve this goal, I've used in the past jfunc but it's not well recognized in IntelliJ IDEA.So I've tested the TestSuite addin...