Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Michael Wölk
Total activity
161
Last activity
October 14, 2024 14:50
Member since
June 16, 2016 13:19
Following
0 users
Followed by
0 users
Votes
5
Subscriptions
37
Activity overview
Posts (32)
Comments (87)
Sort by recent activity
Recent activity
Votes
Created
February 21, 2019 13:20
is it possible to change this password programmatically in any other way?
Community
IntelliJ IDEA Open API and Plugin Development
How to Manipulate .idea settings?
0 votes
Created
July 31, 2018 18:15
Community
IntelliJ IDEA Open API and Plugin Development
"custom scope" based on changed lines instead of whole files?
0 votes
Created
July 27, 2018 20:19
And what about filters? Is it possible to realize custom filters?
Community
IntelliJ IDEA Open API and Plugin Development
"custom scope" based on changed lines instead of whole files?
0 votes
Created
October 18, 2017 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...
Community
PhpStorm
How can I find the method foo with return type boolean in my example using PhpStorm's Structural Search?
0 votes
Created
October 15, 2017 09:48
I've read the documentation, but I can't get it done. Does anyone have an approach or the solution for me?
Community
PhpStorm
How can I find the method foo with return type boolean in my example using PhpStorm's Structural Search?
0 votes
Edited
September 12, 2017 18:47
yeah man. why? :-) thanks... - thats it-
Community
IntelliJ IDEA Open API and Plugin Development
How to provide custom search/find scope
0 votes
Created
September 11, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to provide custom search/find scope
0 votes
Created
September 08, 2017 17:55
Aaaaah.... Thank you!
Community
IntelliJ IDEA Open API and Plugin Development
How to provide custom search/find scope
0 votes
Created
September 04, 2017 20:38
any scope you want to create to. please have a look on my plugin and what it already does.
Community
IntelliJ IDEA Open API and Plugin Development
How to provide custom search/find scope
0 votes
Edited
September 01, 2017 18:24
PatternPackageSet patternPackageSet = new PatternPackageSet("*", PatternPackageSet.SCOPE_ANY, null);NamedScope xScope = new NamedScope("xxx", patternPackageSet);NamedScopeManager scopeManager = Nam...
Community
IntelliJ IDEA Open API and Plugin Development
How to provide custom search/find scope
0 votes
«
First
‹
Previous
Next
›
Last
»