Simon Stratmann

- Total activity 143
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 12
- Subscriptions 41
-
-
-
Simon Stratmann created a post, Answered"Thread context was already set: [CoroutineName(commit workflow)" when showing window during commit check
I have a CheckinHandler implementation that displays a JDialog using “java.awt.Dialog#setVisible”. Since 2023.2 (or so) I get these errors: 2023-10-13 12:25:21,635 [ 38021] SEVERE - #c.i.concurre... -
Simon Stratmann commented, -
-
Simon Stratmann created a post, AnsweredDisconnect declarative message bus listener
In my old code I was able to disconnect from message bus connections by running MessageBuseConnection#disconnect(). I don't have such a connection when using declaratively defined listeners. Is tha... -
Simon Stratmann commented, -
Simon Stratmann created a post, Answeredorg.jetbrains.idea.maven.project.MavenProjectsManager#scheduleArtifactsDownloading is gone
I used to trigger the download of sources for maven artifacts using `org.jetbrains.idea.maven.project.MavenProjectsManager#scheduleArtifactsDownloading`. This method is gone in 2023.2. It wasn't sc... -
Simon Stratmann created a post, AnsweredHandling multiple interconnected maven projects with differing versions
Say you have three repos, each with a maven project: domain, server, gui Server depends on domain and gui depends on server and domain. The poms for each project define the current version as 0-SNA... -
Simon Stratmann created a post, AnsweredZoom in IDE
I really like it! Great feature when doing pair programming or demos. How about being able to zoom in and out using Ctrl+Mousewheel when the cursor is not over an editor but over any other part of ...