主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Stephen Samuel (Sam)
活动总数
47
最后的活动
2023年11月19日 21:10
成员加入日期
2019年02月23日 20:38
关注
0 名用户
关注者数
0 名用户
投票数
5
订阅数
14
活动概览
帖子(12)
评论(16)
按最近的活动排序
最近的活动
投票数
创建于
2020年07月13日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Include jar with plugin
0 票
创建于
2020年07月13日 05:18
Thanks for the reply. Will dependencies added to /libs be included in the distribution .zip ?
社区
IntelliJ IDEA Open API and Plugin Development
Include jar with plugin
0 票
创建于
2020年04月17日 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...
社区
IntelliJ IDEA Open API and Plugin Development
RunLineMarkerContributor loops on package and imports
0 票
创建于
2020年04月17日 03:29
That works great thank you.
社区
IntelliJ IDEA Open API and Plugin Development
Index access error despite running in smart mode callback
0 票
创建于
2020年04月12日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Refresh action after change
0 票
创建于
2020年04月11日 03:03
It seems we can do this via: manager.selectedConfiguration = myConfig
社区
IntelliJ IDEA Open API and Plugin Development
Refresh run configurations
0 票
创建于
2020年04月09日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to populate "superclass" list in Test Generator
0 票
创建于
2020年04月04日 19:41
That worked perfectly thank you.
社区
IntelliJ IDEA Open API and Plugin Development
Tool window notifications
0 票
创建于
2019年02月28日 01:05
Perfect thanks.
社区
IntelliJ IDEA Open API and Plugin Development
Trying to create a Kotlin Intention
0 票
已编辑于
2019年02月25日 15:41
abstract class TestPathRunConfigurationProducer(private val style: SpecStyle) : RunConfigurationProducer<KotlinTestRunConfiguration>(KotlinTestConfigurationType::class.java) { override fun setu...
社区
IntelliJ IDEA Open API and Plugin Development
Override JUnit Run Provider
0 票
«
第一页
‹
上一页