Fix API compatibility for BlankDiffWindowUtil

(cherry picked from commit d9d7838c95f3e5d9be9ba686b30392ec089a9819)

IJ-CR-148090

GitOrigin-RevId: ed51e26a9b4e8621c0b55d0d3f177273596d40f1
This commit is contained in:
Ilia.Shulgin
2024-10-29 11:49:49 +01:00
committed by intellij-monorepo-bot
parent 245ca0d9af
commit d925953fd0
2 changed files with 3 additions and 0 deletions

View File

@@ -1710,6 +1710,8 @@ com.intellij.diff.tools.util.text.TwosideTextDiffProvider$NoIgnore
f:com.intellij.diff.util.BlankDiffWindowUtil
- sf:INSTANCE:com.intellij.diff.util.BlankDiffWindowUtil
- sf:REMEMBER_CONTENT_KEY:com.intellij.openapi.util.Key
- sf:createBlankDiffRequestChain(com.intellij.diff.contents.DocumentContent,com.intellij.diff.contents.DocumentContent):com.intellij.diff.actions.impl.MutableDiffRequestChain
- sf:createBlankDiffRequestChain(com.intellij.diff.contents.DocumentContent,com.intellij.diff.contents.DocumentContent,com.intellij.diff.contents.DocumentContent):com.intellij.diff.actions.impl.MutableDiffRequestChain
- sf:createBlankDiffRequestChain(com.intellij.diff.contents.DocumentContent,com.intellij.diff.contents.DocumentContent,com.intellij.diff.contents.DocumentContent,com.intellij.openapi.project.Project):com.intellij.diff.actions.impl.MutableDiffRequestChain
- sf:createBlankDiffRequestChain(com.intellij.openapi.project.Project):com.intellij.diff.actions.impl.MutableDiffRequestChain
- bs:createBlankDiffRequestChain$default(com.intellij.diff.contents.DocumentContent,com.intellij.diff.contents.DocumentContent,com.intellij.diff.contents.DocumentContent,com.intellij.openapi.project.Project,I,java.lang.Object):com.intellij.diff.actions.impl.MutableDiffRequestChain

View File

@@ -34,6 +34,7 @@ object BlankDiffWindowUtil {
createBlankDiffRequestChain(createEditableContent(project), createEditableContent(project), project = project)
@JvmStatic
@JvmOverloads
fun createBlankDiffRequestChain(
content1: DocumentContent,
content2: DocumentContent,