Guillaume Taffin
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 4
-
-
Guillaume Taffin created a post, AnsweredExternal 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... -
Guillaume Taffin created a post, AnsweredHow 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... -
-
-
Guillaume Taffin created a post, 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...