Michael Wölk
- 活动总数 155
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 36
-
创建于 Plugin Uninstall Listener
已回答I 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... -
创建于 plugin.xml / Changelog isnt beeing reflected
已回答Updated `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).... -
创建于 phpstorm throws plugin unrelated error on startup
已回答This 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... -
创建于 User of my Plugin gets Exception on start while trying to load state
已回答Out 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... -
创建于 Put a Icon (with action) in front of any Text-Input (Like Search/Replace or Commit-Message)
已回答Is it possible to manipulate the UI to place a icon on several places? Places like Search/Replace-Popup or Commit-Message-Textarea ect. -
创建于 Recreate BranchesTreeComponent
已回答What 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... -
创建于 Why are projectListeners red highlighted?
已回答follwed https://plugins.jetbrains.com/docs/intellij/plugin-listeners.html#defining-application-level-listeners and actually works -
创建于 ToolWindow with Tabs & Outdated Docs/Examples
已回答Hi, 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... -
已编辑于 git4idea doesnt compile with the latest versions & How to deal with @deprecations
已回答If 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... -
创建于 Enhance Spellchecker
已回答Hi! I Would like to change the default Behavior of the spellchecker. The spellcheck is too dumb in my opinion. It checks always the whole word as it is. It would be smart if it would check if one (...