Michael Wölk
- Total activity 161
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 37
-
Created 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... -
Created increase memory limit for local storage
AnsweredHey 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 ... -
Edited 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... -
Created 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... -
Created 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... -
Created 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 -
Created WebView
AnsweredHi! 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... -
Created Get Instance of Toolwindow
AnsweredIs there a way to get the Instance of my Toolwindow? MyToolWindowFactory instance = ServiceManager.getService(project, MyToolWindowFactory.class); ..doesnt work. Any suggestions? -
Created Multiple Instances with my Plugin running parallel
AnsweredMy 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 ... -
Created Problems with UI
AnsweredHi 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...