mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Documenting removal of Path#isAncestor
extension in 2024.1 (#1262)
This commit is contained in:
parent
a1aacc64f7
commit
daa9290ee4
@ -144,6 +144,9 @@ Class `com.intellij.diff.editor.DiffVirtualFile` now extends `com.intellij.diff.
|
||||
`com.intellij.diff.tools.combined.CombinedDiffVirtualFile.createViewer(Project)` abstract method added
|
||||
: Must be implemented.
|
||||
|
||||
`com.intellij.openapi.util.io.NioPathUtil.isAncestor(Path, Path, boolean)` method removed
|
||||
: Use `Path#startsWith` instead.
|
||||
|
||||
### UML Plugin 2024.1
|
||||
|
||||
`com.intellij.uml.core.actions.ShowDiagramBase.findProviders(AnActionEvent, DiagramProvider, BiFunction)` method removed
|
||||
|
Loading…
x
Reference in New Issue
Block a user