Michael Wölk
- 活动总数 161
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 37
-
创建于 No Reproducable Error
已回答Hi! Unfortunately i must often fix my Plugin "Git Scope" after releases from JetBrains :-/. The Problem is: I cannot even Reproduce the Issue under development environment. Its Reproducable "in Pro... -
创建于 How to run/debug PHPStorm to Test Plugin
已回答How to run/debug PHPStorm to Test Plugin instead of default intellij IDEA.Maybe its important:Im Using :- Gradle- Linux- SDK is already PHPStorm- Test using RunIDE Gradle-Task Any help are welcome ... -
创建于 Scroll from Source action customization
已回答Similar question to https://intellij-support.jetbrains.com/hc/en-us/community/posts/360002682719-Scroll-from-Source-action-customization . Is it possible to listen to the action of "Scroll from Sou... -
创建于 LineStatusTracker with partial commit feature
已回答For one of my Plugins i use com/intellij/openapi/vcs/ex/SimpleLineStatusTracker.class to create own LST instead of the original ones to show changes according to any selected branch or revision m... -
已编辑于 How to create own BranchActionGroupPopup?
已回答Hi, This one is a little bit hard to explain and maybe much harder to solve. I have created my own GitBranchPopup-Menu which extends from MyDvcsBranchPopup. Why do i need this?: I need a branch-sel... -
创建于 FileStatusListener reacts only onSave
已回答Hey, I try to implement an FileStatusListener in a way that reacts "live" while typing.But The fileStatusesChanged Methods are exccuted only "OnSave" which is not fancy enough for me :-)I would lik... -
创建于 How to Manipulate .idea settings?
已回答Hi, is it possible to change "server -> tasks"- password in workspace.xml programmatically to solve this issue https://youtrack.jetbrains.com/issue/IDEA-137068 Thank you -
创建于 "custom scope" based on changed lines instead of whole files?
已回答Within my plugin "Git Scope" I use an implementation of PackageSet to offer a search based on changed files. This search is based on whole files. Is it possible to rewrite the "contains"-method so ... -
创建于 ScopeManager - Remove a NamedScope by its name?
Hey!How can i remove a NamedScope by its name? At the moment i use RemoveAllSets:this.scopeManager = NamedScopeManager.getInstance(this.project);this.scopeManager.removeAllSets();...but this remo... -
创建于 increase memory limit for local storage
已回答Hey guys, Ive build a Plugin with a webview. This webview use localStorage to persist data. I was a little surprised that it works at all. But now i run out of memory. Can i increase that memory ...