主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Bas Leijdekkers
活动总数
1072
最后的活动
2024年03月14日 19:13
成员加入日期
2003年05月15日 14:47
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
426
活动概览
文章(0)
帖子(41)
评论(605)
按最近的活动排序
最近的活动
投票数
已编辑于
2019年03月14日 13:06
正式评论
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
社区
IntelliJ IDEA Users
Trying to do a structural find and replace
0 票
创建于
2019年03月04日 11:10
Here is a direct link: https://github.com/JetBrains/intellij-community/blob/671dd1ad2accec8cf5db6ecaa01a93bd4c89580e/platform/structuralsearch/source/com/intellij/structuralsearch/StructuralSearchP...
社区
IntelliJ IDEA Open API and Plugin Development
Where in the github source is the code for handling structural search and replace?
0 票
创建于
2018年07月06日 14:09
正式评论
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
社区
IntelliJ IDEA Users
Find fields in class annotated with the same values (Structural Search ?)
0 票
创建于
2018年02月13日 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
社区
IntelliJ IDEA Users
Search and Replace Structurally "Script Constraints" Documentation
0 票
创建于
2018年02月13日 12:13
正式评论
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...
社区
IntelliJ IDEA Users
Search and Replace Structurally "Script Constraints" Documentation
0 票
已编辑于
2017年08月02日 12:39
正式评论
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...
社区
IntelliJ IDEA Users
Trying to create a custom inspection where the regex of one variable includes another variable
0 票
创建于
2017年07月29日 12:50
It was probably something like this: final FindManager findmanager = FindManager.getInstance(project);FindModel findmodel = findmanager.getFindNextModel();if (findmodel == null) { findmodel = fi...
社区
IntelliJ IDEA Open API and Plugin Development
HighlightManager - how to enable F3 functionality
0 票
创建于
2017年05月20日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Local inspection tool's session
0 票
创建于
2017年04月27日 10:15
Sorry for your troubles, this is a bug: https://youtrack.jetbrains.com/issue/IDEA-172046 Bas
社区
IntelliJ IDEA Users
Structural replace to make fields with specific annotation have default visibility
0 票
已编辑于
2017年03月03日 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
社区
IntelliJ IDEA Open API and Plugin Development
Can a single global inspection add problems for multiple groups?
0 票
«
第一页
‹
上一页
下一页
›
最后
»