GH links: 2024.2.2

This commit is contained in:
Yann Cébron 2024-09-19 11:09:43 +02:00
parent c05825d46c
commit 40ee59558c
2 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ The `getErrorMessage()` method should return a custom error message in case of a
Note that `getErrorMessage()` only works if all `RenameInputValidator` accept the new name in `isInputValid()` and the name is a valid identifier for the language of the element. Note that `getErrorMessage()` only works if all `RenameInputValidator` accept the new name in `isInputValid()` and the name is a valid identifier for the language of the element.
**Example:** **Example:**
[`YamlKeyValueRenameInputValidator`](%gh-ic%/plugins/yaml/src/org/jetbrains/yaml/refactoring/rename/YamlKeyValueRenameInputValidator.java) validating YAML language keys [`YamlKeyValueRenameInputValidator`](%gh-ic%/plugins/yaml/editing/src/org/jetbrains/yaml/refactoring/rename/YamlKeyValueRenameInputValidator.java) validating YAML language keys
Implementations of `RenameInputValidator` or `RenameInputValidatorEx` are registered in the `com.intellij.renameInputValidator` extension point. Implementations of `RenameInputValidator` or `RenameInputValidatorEx` are registered in the `com.intellij.renameInputValidator` extension point.

4
v.list
View File

@ -5,8 +5,8 @@
SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd"> SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
<vars> <vars>
<var name="ijPlatform" value="2024.2.1"/> <var name="ijPlatform" value="2024.2.2"/>
<var name="ijPlatformBuild" value="242.21829.142"/> <var name="ijPlatformBuild" value="242.22855.74"/>
<!-- Links to master/main branches **MUST** have "-master" suffix for recheck when running inspection globally --> <!-- Links to master/main branches **MUST** have "-master" suffix for recheck when running inspection globally -->