mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
GH links: 2024.2.2
This commit is contained in:
parent
c05825d46c
commit
40ee59558c
@ -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.
|
||||
|
||||
**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.
|
||||
|
||||
|
4
v.list
4
v.list
@ -5,8 +5,8 @@
|
||||
SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
|
||||
|
||||
<vars>
|
||||
<var name="ijPlatform" value="2024.2.1"/>
|
||||
<var name="ijPlatformBuild" value="242.21829.142"/>
|
||||
<var name="ijPlatform" value="2024.2.2"/>
|
||||
<var name="ijPlatformBuild" value="242.22855.74"/>
|
||||
|
||||
<!-- Links to master/main branches **MUST** have "-master" suffix for recheck when running inspection globally -->
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user