Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Stephen Samuel (Sam)
Total activity
47
Last activity
November 19, 2023 21:10
Member since
February 23, 2019 20:38
Following
0 users
Followed by
0 users
Votes
5
Subscriptions
14
Activity overview
Posts (12)
Comments (16)
Sort by recent activity
Recent activity
Votes
Created
November 19, 2023 21:10
Issue created here: https://youtrack.jetbrains.com/issue/IDEA-338533/Creating-a-custom-plugin-with-a-custom-TestGenerator-registered-with-language-type-kotlin-is-always-invoked-for-Java-type-too
Community
IntelliJ IDEA Open API and Plugin Development
How to choose when to apply TestGenerator
0 votes
Created
May 02, 2021 16:09
Thanks, I ended up creating a subclass of LineMarkerInfo that overrides getEditorFilter to return the MarkupEditorFilterFactory.createIsNotDiffFilter
Community
IntelliJ IDEA Open API and Plugin Development
Hide gutter in diff
0 votes
Created
July 29, 2020 13:51
Yep I can confirm it works now.
Community
IntelliJ IDEA Open API and Plugin Development
Out of the blue, 283 (!) "Failed to read class" compatibility problems with IU-202.6397.9
0 votes
Edited
July 29, 2020 11:38
I'm getting the same issue (800 such errors)
Community
IntelliJ IDEA Open API and Plugin Development
Out of the blue, 283 (!) "Failed to read class" compatibility problems with IU-202.6397.9
0 votes
Created
July 13, 2020 20:08
Great thank you. I appreciate the responses.
Community
IntelliJ IDEA Open API and Plugin Development
Include jar with plugin
0 votes
Created
July 13, 2020 19:57
Sorry, I don't think I was very clear in my original question. The dependency is not for the plugin itself, but the plugin launches a process and this dependency needs be on the classpath of the la...
Community
IntelliJ IDEA Open API and Plugin Development
Include jar with plugin
0 votes
Created
July 13, 2020 13:09
Thanks again, and final follow up question. Inside a RunnableState, how would I get those libs onto the classpath? Would something like this seem correct: override fun configureRTClasspath(javaPara...
Community
IntelliJ IDEA Open API and Plugin Development
Include jar with plugin
0 votes
Created
July 13, 2020 05:18
Thanks for the reply. Will dependencies added to /libs be included in the distribution .zip ?
Community
IntelliJ IDEA Open API and Plugin Development
Include jar with plugin
0 votes
Created
April 17, 2020 04:22
https://github.com/kotest/kotest-intellij-plugin/blob/master/src/main/kotlin/io/kotest/plugin/intellij/KotestRunLineMarkerContributor.kt Nothing in the plugin does PSI updates, it only reads. You t...
Community
IntelliJ IDEA Open API and Plugin Development
RunLineMarkerContributor loops on package and imports
0 votes
Created
April 17, 2020 03:29
That works great thank you.
Community
IntelliJ IDEA Open API and Plugin Development
Index access error despite running in smart mode callback
0 votes
Next
›
Last
»