mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
SSR: modifying existing template to search for both methods and constructors simultaneously
"methods of the class" -> "constructors & methods" GitOrigin-RevId: 4c5ec30c18ea9b0f650df46f8ce54384909e60a1
This commit is contained in:
committed by
intellij-monorepo-bot
parent
25fab69fdf
commit
3035d740eb
+1
-1
@@ -52,7 +52,7 @@ class JavaPredefinedConfigurations {
|
||||
// Class based
|
||||
createSearchTemplateInfo(
|
||||
SSRBundle.message("predefined.configuration.methods.of.the.class"),
|
||||
"'_ReturnType '_Method('_ParameterType '_Parameter*);",
|
||||
"'_ReturnType? '_Method('_ParameterType '_Parameter*);",
|
||||
CLASS_TYPE
|
||||
),
|
||||
createSearchTemplateInfo(
|
||||
|
||||
Reference in New Issue
Block a user