Simon Stratmann
- Total activity 165
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 13
- Subscriptions 47
-
Created PsiReferenceContributor not triggered for certain element (GherkinTableCellImpl)
AnsweredI have the following code for PSI classes from the bundled plugin cucumber-java: ``` @Overridepublic void registerReferenceProviders(@NotNull PsiReferenceRegistrar registrar) { registrar.registe... -
Created Bundled plugin sources via repository available?
AnsweredI'm developing a plugin that depends on tge gherkin and cucumber-java plugins. For both the source code is available via https://github.com/JetBrains/intellij-plugins/releases but adding it manuall... -
Created Ignore certain errors (disable red blinking exclamation mark)
AnsweredThere are a couple of errors in IntelliJ and plugins which occur all the time but are not necessary for me to be shown every time (e.g `Slow operations are prohibited on EDT`). I click that one doz... -
Created Custom database column value editor
AnsweredI want to add a custom editor / viewer for column values. We store zipped JSONs in some columns and it's impossible to view the contents in the database view. Is it possible to add a custom editor ... -
Created Event when notification is closed (using "x" button)
AnsweredI'm periodically running a check which may create a balloon popup notification. I don't want for the thread to create a new notification if the old one is still visible so I store its visibility in... -
Created Icons list page is not properly searchable
AnsweredI really like https://jetbrains.design/intellij/resources/icons_list/ but it's impossible for me to properly search the page by keywords because of the lazy loading. It would be great if there were... -
Created Progress indicator is not closed in some instances
AnsweredHi all, I have a problem where a progress indicator is not closed in some rare instances. The code which starts the task can be found here: https://gitlab.com/ppiag/intellij_gitlab_pipeline_monitor... -
Created Network shouldn't be accessed in EDT or inside read action
AnsweredI'm trying to run `HttpRequests.request(url).readString()` and getting the message above. I tried following https://plugins.jetbrains.com/docs/intellij/general-threading-rules.html but I don't unde... -
Created "Unused declaration" inspection ignores @Autowired fields
AnsweredWhen I run the default "Unused declaration" inspection with default settings on a class with unused fields which are annotated with `@Autowired` then the inspection doesn't recognize them as unused... -
Created Don't focus db output window when executing SQL commands
AnsweredI regular run some db commands to clear the database. I don't need to see the output and I don't want to lose the focus of my debug tab. I didn't find a way to prevent the db output window from ste...