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
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