Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Bas Leijdekkers
Total activity
1072
Last activity
March 14, 2024 19:13
Member since
May 15, 2003 14:47
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
426
Activity overview
Articles (0)
Posts (41)
Comments (605)
Sort by recent activity
Recent activity
Votes
Edited
March 14, 2019 13:06
Official comment
This is currently not supported by Structural Search and Replace, because of a bug. Follow the issue to get a notification when it is fixed. Bas
Community
IntelliJ IDEA Users
Trying to do a structural find and replace
0 votes
Created
March 04, 2019 11:10
Here is a direct link: https://github.com/JetBrains/intellij-community/blob/671dd1ad2accec8cf5db6ecaa01a93bd4c89580e/platform/structuralsearch/source/com/intellij/structuralsearch/StructuralSearchP...
Community
IntelliJ IDEA Open API and Plugin Development
Where in the github source is the code for handling structural search and replace?
0 votes
Created
July 06, 2018 14:09
Official comment
It seems this is currently not easily possible. I have created the following issue, which you may want to follow: https://youtrack.jetbrains.com/issue/IDEA-195166 Bas
Community
IntelliJ IDEA Users
Find fields in class annotated with the same values (Structural Search ?)
0 votes
Created
February 13, 2018 13:40
Thanks Riccardo, those are some good suggestions. You may want to follow this issue for updates on improving this part of the documentation: https://youtrack.jetbrains.com/issue/DOC-5272 Bas
Community
IntelliJ IDEA Users
Search and Replace Structurally "Script Constraints" Documentation
0 votes
Created
February 13, 2018 12:13
Official comment
Hi Riccardo, You're right, there is indeed a lack of documentation about Script Constraints. This is at least partially caused by the complexity exposed. Basically the entire API of IntelliJ IDEA i...
Community
IntelliJ IDEA Users
Search and Replace Structurally "Script Constraints" Documentation
0 votes
Edited
August 02, 2017 12:39
Official comment
You can achieve your goal by using a Script constraint. To start I would base this on the "methods of the class" existing template: $ReturnType$ $Method$($ParameterType$ $Parameter$); Now edi...
Community
IntelliJ IDEA Users
Trying to create a custom inspection where the regex of one variable includes another variable
0 votes
Created
July 29, 2017 12:50
It was probably something like this: final FindManager findmanager = FindManager.getInstance(project);FindModel findmodel = findmanager.getFindNextModel();if (findmodel == null) { findmodel = fi...
Community
IntelliJ IDEA Open API and Plugin Development
HighlightManager - how to enable F3 functionality
0 votes
Created
May 20, 2017 14:03
Correct, UserDataHolder information is not persisted. LocalInspectionTool must be stateless, because it will be called concurrently from multiple threads. Storing temporary state will cause problem...
Community
IntelliJ IDEA Open API and Plugin Development
Local inspection tool's session
0 votes
Created
April 27, 2017 10:15
Sorry for your troubles, this is a bug: https://youtrack.jetbrains.com/issue/IDEA-172046 Bas
Community
IntelliJ IDEA Users
Structural replace to make fields with specific annotation have default visibility
0 votes
Edited
March 03, 2017 14:17
Colin, sorry I don't know. Your approach may work. You will have to try it and see. BTW vote for IDEA-142693 API for separating one inspection's results into several "virtual" inspections
Community
IntelliJ IDEA Open API and Plugin Development
Can a single global inspection add problems for multiple groups?
0 votes
«
First
‹
Previous
Next
›
Last
»