mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Add information about breaking changes in SpellChecker
`com.intellij.spellchecker.tokenizer.SpellcheckingStrategy.getDefaultRegularFixes(boolean, String, @Nullable PsiElement)` method removed
This commit is contained in:
parent
bd4e38832e
commit
0d36e42ee8
@ -78,6 +78,9 @@ Please see [Incompatible API Changes](/reference_guide/api_changes_list.md) on h
|
||||
`com.intellij.util.indexing.FileContentImpl(VirtualFile, byte[])` constructor removed
|
||||
: Constructors of `FileContentImpl` were replaced with factory methods. Use `FileContentImpl#createByContent(VirtualFile, byte[])`
|
||||
|
||||
`com.intellij.spellchecker.tokenizer.SpellcheckingStrategy.getDefaultRegularFixes(boolean, String, @Nullable PsiElement)` method removed
|
||||
: method replaced with `com.intellij.spellchecker.tokenizer.SpellcheckingStrategy.getDefaultRegularFixes(boolean, String, @Nullable PsiElement, @NotNull TextRange)`
|
||||
|
||||
### Changes in Java Plugin 2019.3
|
||||
|
||||
The PSI structure of multi-dimensional arrays in Java source files changed (see `com.intellij.psi.PsiTypeElement`)
|
||||
|
Loading…
x
Reference in New Issue
Block a user