Stephane Passignat
- 活动总数 16
- 最后的活动
- 成员加入日期
- 关注 1 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 7
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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...