Stephane Passignat
- Total activity 16
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 1
- Subscriptions 7
-
Stephane Passignat created a post, 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... -
Stephane Passignat commented, -
Stephane Passignat created a post, AnsweredHow to save plugin project settings
Hello, 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... -
Stephane Passignat created a post, AnsweredCode generation from scripting console
Hello, 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... -
-
Stephane Passignat created a post, 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... -
Stephane Passignat commented, -
Stephane Passignat created a post, 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...