Simon Stratmann
- 活动总数 165
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 13
- 订阅数 47
-
创建于 PsiReferenceContributor not triggered for certain element (GherkinTableCellImpl)
已回答I have the following code for PSI classes from the bundled plugin cucumber-java: ``` @Overridepublic void registerReferenceProviders(@NotNull PsiReferenceRegistrar registrar) { registrar.registe... -
创建于 Bundled plugin sources via repository available?
已回答I'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... -
创建于 Ignore certain errors (disable red blinking exclamation mark)
已回答There 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... -
创建于 Custom database column value editor
已回答I 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 ... -
创建于 Event when notification is closed (using "x" button)
已回答I'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... -
创建于 Icons list page is not properly searchable
已回答I 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... -
创建于 Progress indicator is not closed in some instances
已回答Hi 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... -
创建于 Network shouldn't be accessed in EDT or inside read action
已回答I'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... -
创建于 "Unused declaration" inspection ignores @Autowired fields
已回答When 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... -
创建于 Don't focus db output window when executing SQL commands
已回答I 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...