Guillaume Taffin
- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 4
-
创建于 External Annotator not called in 2023.1
已回答I have a custom implementation of the ExternalAnnotator that works fine when running the plugin in IntelliJ 2022.3 (runPlugin gradle task)I simply change the IntelliJ version to 2023.1 and then the... -
创建于 How to include files to be installed alongside the jar plugin ?
已回答Hi, I am developing a language plugin and I want to bundle in it a TextMate Bundle that will be used for syntax highlighting, quite the same way the TexteMate bundle probably does. I found in the i... -
创建于 How make a plugin depend on runtime/provided dependency ?
Hi, I am trying to create a plugin that uses an API from a third party vendor. This API consists in a JAR file AND some native libs that are located in a given directory. My problem comes from the...