Michael Wölk
- 活动总数 161
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 37
-
创建于 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 ... -
已编辑于 How can I find the method foo with return type boolean in my example using PhpStorm's Structural Search?
How can I find the method foo with return type boolean in my example using Structural Search? <?php class test { public function hello() { return true; } /** * @return b... -
创建于 How to provide custom search/find scope
Initial situation: https://plugins.jetbrains.com/plugin/9913-rollback (my plugin "rollback") What im looking for: I would like to use custom file scopes (generated by my plugin) as option under STR... -
创建于 Communicate between two Plugins through MessageBus?
Hi, Is it possible to send messages between Plugins? This is what ive tried: I Implemented this Class on every Plugin. The #1 trigger() and #2 receive via listen() (Theoretically ;-) ) public c... -
创建于 Create custom Tree View in a Tool Window
Hi! is it easy possible to create a tree view for a custom set of Files and Directories? At least i want to append this to a Jpanel in a Tool Window -
创建于 WebView
已回答Hi! Im playing around with WebView.... i want to deploy a plugin including a complete "website" in it. i dont want to load a external website or a local webserver for it. when i try to load local... -
创建于 Get Instance of Toolwindow
已回答Is there a way to get the Instance of my Toolwindow? MyToolWindowFactory instance = ServiceManager.getService(project, MyToolWindowFactory.class); ..doesnt work. Any suggestions? -
创建于 Multiple Instances with my Plugin running parallel
已回答My Plugin is almost ready to develope. In our Team were working with multiple instances of phpstorm - one for each repository. but unfort. my plugin work only with the last loaded window. it seems ... -
创建于 Problems with UI
已回答Hi there, i got very often errors like this: WARN - tellij.ide.HackyRepaintManager - Access to realized (ever shown) UI components should be done only from the AWT event dispatch thread, revalidate...