Stephane Passignat
- 活动总数 16
- 最后的活动
- 成员加入日期
- 关注 1 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 7
-
Stephane Passignat 创建了一个帖子, 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 创建了一个帖子, 已回答How 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 创建了一个帖子, 已回答Code 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 创建了一个帖子, 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 进行了评论, -
Stephane Passignat 创建了一个帖子, 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...