主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Michael Wölk
活动总数
161
最后的活动
2024年10月14日 14:50
成员加入日期
2016年06月16日 13:19
关注
0 名用户
关注者数
0 名用户
投票数
5
订阅数
37
活动概览
帖子(32)
评论(87)
按最近的活动排序
最近的活动
投票数
创建于
2019年02月21日 13:20
is it possible to change this password programmatically in any other way?
社区
IntelliJ IDEA Open API and Plugin Development
How to Manipulate .idea settings?
0 票
创建于
2018年07月31日 18:15
社区
IntelliJ IDEA Open API and Plugin Development
"custom scope" based on changed lines instead of whole files?
0 票
创建于
2018年07月27日 20:19
And what about filters? Is it possible to realize custom filters?
社区
IntelliJ IDEA Open API and Plugin Development
"custom scope" based on changed lines instead of whole files?
0 票
创建于
2017年10月18日 18:18
That's too bad, of course. It should also work in the same way with the following example: class test { public function hello() { return true; } /** * @return bool */ pu...
社区
PhpStorm
How can I find the method foo with return type boolean in my example using PhpStorm's Structural Search?
0 票
创建于
2017年10月15日 09:48
I've read the documentation, but I can't get it done. Does anyone have an approach or the solution for me?
社区
PhpStorm
How can I find the method foo with return type boolean in my example using PhpStorm's Structural Search?
0 票
已编辑于
2017年09月12日 18:47
yeah man. why? :-) thanks... - thats it-
社区
IntelliJ IDEA Open API and Plugin Development
How to provide custom search/find scope
0 票
创建于
2017年09月11日 17:50
Oh oh oh... strange bug here.... Left side of Screenshot: My Development Editor Right side: Testing At this moment when the porgramm do anything with Scopes with the scopeManager (2 Lines left...
社区
IntelliJ IDEA Open API and Plugin Development
How to provide custom search/find scope
0 票
创建于
2017年09月08日 17:55
Aaaaah.... Thank you!
社区
IntelliJ IDEA Open API and Plugin Development
How to provide custom search/find scope
0 票
创建于
2017年09月04日 20:38
any scope you want to create to. please have a look on my plugin and what it already does.
社区
IntelliJ IDEA Open API and Plugin Development
How to provide custom search/find scope
0 票
已编辑于
2017年09月01日 18:24
PatternPackageSet patternPackageSet = new PatternPackageSet("*", PatternPackageSet.SCOPE_ANY, null);NamedScope xScope = new NamedScope("xxx", patternPackageSet);NamedScopeManager scopeManager = Nam...
社区
IntelliJ IDEA Open API and Plugin Development
How to provide custom search/find scope
0 票
«
第一页
‹
上一页
下一页
›
最后
»