mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
Fix API compatibility for BlankDiffWindowUtil
(cherry picked from commit d9d7838c95f3e5d9be9ba686b30392ec089a9819) IJ-CR-148090 GitOrigin-RevId: ed51e26a9b4e8621c0b55d0d3f177273596d40f1
This commit is contained in:
committed by
intellij-monorepo-bot
parent
245ca0d9af
commit
d925953fd0
@@ -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
|
||||
|
||||
@@ -34,6 +34,7 @@ object BlankDiffWindowUtil {
|
||||
createBlankDiffRequestChain(createEditableContent(project), createEditableContent(project), project = project)
|
||||
|
||||
@JvmStatic
|
||||
@JvmOverloads
|
||||
fun createBlankDiffRequestChain(
|
||||
content1: DocumentContent,
|
||||
content2: DocumentContent,
|
||||
|
||||
Reference in New Issue
Block a user