Michael Wölk
- 活动总数 161
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 37
-
已编辑于 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... -
创建于 Add own Line Status / VCS Diff Changes with own Content?
已回答Hi there, i would like to know if it is possible to add own line status highlights with own content, so that reverts of old code of another commit / branch was possible. any ideas? Thanks! -
已编辑于 Toolbar
已回答How to make a Toolbar (See Attachement)? My Screenshot shows a fake toolbar by a floating window, but i want a "native" toolbar that looks like this :-) Do i need anything in my plugin.xml. Is a...