Simon Stratmann
- Total activity 165
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 13
- Subscriptions 47
-
Edited Full line code completion is disabled with Copilot installed but completions disabled
AnsweredI quite like the full line completion provided by IntelliJ, more so than the one by Copilot. But now that the chat feature is available I'm trying out Copilot again. With the plugin enabled Intelli... -
Created Invalid plugin descriptor 'description'
AnsweredWhen trying to run most IntelliJ gradle tasks I get this error: Invalid plugin descriptor 'description'. The plugin description is shorter than 40 characters and/or the plugin description contains ... -
Created "You have not accepted the Plugin Developer agreement" when trying to publish a plugin could be clearer
AnsweredI just got this when trying to publish a new version of my plugin (last one was in march 2023). The error has no link or further description. Searching for the message gave me no response.I went to... -
Created IndexNotReadyException inside runReadActionInSmartMode
Answeredprivate @NotNull CancellablePromise<Map<String, PsiClass>> buildClassCacheAndSetClassOriginalValues(List<String> allReferencedClasses, GlobalSearchScope projectScope) { return ReadAction.nonBloc... -
Created "Thread context was already set: [CoroutineName(commit workflow)" when showing window during commit check
AnsweredI 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... -
Created Disconnect declarative message bus listener
AnsweredIn 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... -
Created org.jetbrains.idea.maven.project.MavenProjectsManager#scheduleArtifactsDownloading is gone
AnsweredI 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... -
Created Handling multiple interconnected maven projects with differing versions
AnsweredSay 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... -
Created Zoom in IDE
AnsweredI 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 ... -
Edited New branches popup
AnsweredNot a fan. First, so much more work for me to manually have to expand the groups every time it opens. At least it should remember which groups are expanded and restore that state the next time. Vis...