Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Simon Stratmann
Total activity
165
Last activity
March 12, 2024 09:23
Member since
September 06, 2018 06:41
Following
0 users
Followed by
0 users
Votes
13
Subscriptions
47
Activity overview
Posts (40)
Comments (65)
Sort by recent activity
Recent activity
Votes
Created
March 29, 2022 13:12
Thanks for the pointer. For future reference: open class RunIdeCli: RunIdeBase(false) { private val traverseUIArgs = listOf("apisearch") init { args = traverseUIArgs } override f...
Community
IntelliJ IDEA Open API and Plugin Development
Expose plugin to headless mode
0 votes
Created
March 14, 2022 08:40
Thanks for the quick response. That is a bit too broad for my use case. I just want to replace one type of reference contributor with my own. I actually depend on the other plugin's source and don'...
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible ro replace an extension with my own
0 votes
Created
October 15, 2021 08:34
Andrey Vokin Can confirm it's working with the latest EAP, thanks.
Community
IntelliJ IDEA Open API and Plugin Development
PsiReferenceContributor not triggered for certain element (GherkinTableCellImpl)
0 votes
Created
October 11, 2021 11:02
Andrey Vokin That's awesome, thank you! A fix in the next EAP is totally fine. I know my code generally works, I can wait a bit.
Community
IntelliJ IDEA Open API and Plugin Development
PsiReferenceContributor not triggered for certain element (GherkinTableCellImpl)
0 votes
Created
October 11, 2021 10:39
Anybody?
Community
IntelliJ IDEA Open API and Plugin Development
PsiReferenceContributor not triggered for certain element (GherkinTableCellImpl)
0 votes
Created
September 30, 2021 12:01
Thank you, Yann.
Community
IntelliJ IDEA Open API and Plugin Development
Bundled plugin sources via repository available?
0 votes
Created
September 29, 2021 07:04
```java.lang.Throwable: Slow operations are prohibited on EDT. See SlowOperations.assertSlowOperationsAreAllowed javadoc.at com.intellij.openapi.diagnostic.Logger.error(Logger.java:182)at com.intel...
Community
IntelliJ IDEA Users
Ignore certain errors (disable red blinking exclamation mark)
0 votes
Created
September 28, 2021 17:55
Sorry, the moment I sent the reply I saw that you requested the IDs of the reports: https://ea.jetbrains.com/browser/ea_reports/8075384 https://ea.jetbrains.com/browser/ea_reports/8063596 https://e...
Community
IntelliJ IDEA Users
Ignore certain errors (disable red blinking exclamation mark)
0 votes
Created
September 28, 2021 17:53
I'll post a screenshot the next time the error occurs. Examples are java.lang.Throwable: Slow operations are prohibited on EDT. See SlowOperations.assertSlowOperationsAreAllowed javadoc. at com.in...
Community
IntelliJ IDEA Users
Ignore certain errors (disable red blinking exclamation mark)
0 votes
Created
July 08, 2021 10:14
The problem does indeed not occur on 212.4638.7-EAP-SNAPSHOT It does occur on 203.8084-EAP-CANDIDATE-SNAPSHOT. I'm still on 2020.3 due to some nasty bugs in 2021 (but that's another matter). Of cou...
Community
IntelliJ IDEA Open API and Plugin Development
Progress indicator is not closed in some instances
0 votes
«
First
‹
Previous
Next
›
Last
»