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
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
Created
April 12, 2020 04:05
I figured this out by reading this thread. https://intellij-support.jetbrains.com/hc/en-us/community/posts/206109039-Disable-the-Presentation-of-AnAction?flash_digest=f25f8b43e3c010afa06b5c935ac004...
Community
IntelliJ IDEA Open API and Plugin Development
Refresh action after change
0 votes
Created
April 11, 2020 03:03
It seems we can do this via: manager.selectedConfiguration = myConfig
Community
IntelliJ IDEA Open API and Plugin Development
Refresh run configurations
0 votes
Created
April 09, 2020 16:18
That looks like it's only used when generating the class. To populate that drop down, it seems the CreateTestDialog uses Recent manager. I can add my superclasses into the recent manager. Do you kn...
Community
IntelliJ IDEA Open API and Plugin Development
How to populate "superclass" list in Test Generator
0 votes
Created
April 04, 2020 19:41
That worked perfectly thank you.
Community
IntelliJ IDEA Open API and Plugin Development
Tool window notifications
0 votes
Created
February 28, 2019 01:05
Perfect thanks.
Community
IntelliJ IDEA Open API and Plugin Development
Trying to create a Kotlin Intention
0 votes
Edited
February 25, 2019 15:41
abstract class TestPathRunConfigurationProducer(private val style: SpecStyle) : RunConfigurationProducer<KotlinTestRunConfiguration>(KotlinTestConfigurationType::class.java) { override fun setu...
Community
IntelliJ IDEA Open API and Plugin Development
Override JUnit Run Provider
0 votes
«
First
‹
Previous