Michael Wölk
- Total activity 161
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 37
-
Created Add (all) imports (typescript, phpstorm 2024.2.3)
Hi!I am very frustrated about how to add imports all the time. this could be much more efficient than it currently is!One by one:Tooltip shows EsLint-Errors/Quickfixes instead of suggesting Imports... -
Created Plugin Uninstall Listener
AnsweredI need a way to execute code when user decide to disable or uninstall my plugin.I triedpackage listener;import com.intellij.ide.plugins.IdeaPluginDescriptor;import com.intellij.ide.plugins.PluginSt... -
Created plugin.xml / Changelog isnt beeing reflected
AnsweredUpdated `plugin.xml` in build folder but changes aren't showing up in IDE with `gradle runIde`. Already tried clean build, clean runIde ect; Even invalidated IntelliJ caches (on the test instance).... -
Created phpstorm throws plugin unrelated error on startup
AnsweredThis is what i receive on start if i try to test my Plugin with phpstorm (platformType=PS; version.set("LATEST-EAP-SNAPSHOT")). Test with PlatformType=IC works without issuesException thrown in Plu... -
Created User of my Plugin gets Exception on start while trying to load state
AnsweredOut of nowhere user get now this exception. I am not sure what i could do better here since it seems to be a security issue from java itself? please help: java.lang.IllegalArgumentException: Argu... -
Created Put a Icon (with action) in front of any Text-Input (Like Search/Replace or Commit-Message)
AnsweredIs it possible to manipulate the UI to place a icon on several places? Places like Search/Replace-Popup or Commit-Message-Textarea ect. -
Created Recreate BranchesTreeComponent
AnsweredWhat is the easiest way to recreate the BranchesTreeComponent? I would like to have this in my new version of the Git Scope plugin as Branch chooser as Scrollable Pane in the Toolwindow. Exactly a... -
Created Why are projectListeners red highlighted?
Answeredfollwed https://plugins.jetbrains.com/docs/intellij/plugin-listeners.html#defining-application-level-listeners and actually works -
Created ToolWindow with Tabs & Outdated Docs/Examples
AnsweredHi, i having still issues to understand the docs. as described here: https://plugins.jetbrains.com/docs/intellij/tool-windows.html#contents-tabs it would be better to provide ready-to-use code snip... -
Edited git4idea doesnt compile with the latest versions & How to deal with @deprecations
AnsweredIf i compile/update with gradle to develope my plugin i get: Cannot find builtin plugin 'git4idea' for IDE: /mnt/data/home/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/ideaIU/LATE...