MP-6705 API for dynamically showing Tool Window triggers verification error for internal API use

GitOrigin-RevId: 28eb63d956febd853663fcba028fdbf51f6a5b79
This commit is contained in:
Vladimir Krivosheev
2025-06-17 11:31:24 +02:00
committed by intellij-monorepo-bot
parent a9228b5904
commit c9d7ce3a9c
2 changed files with 3 additions and 1 deletions

View File

@@ -648,6 +648,8 @@ com.intellij.openapi.wm.ToolWindowFactory
- isApplicableAsync(com.intellij.openapi.project.Project,kotlin.coroutines.Continuation):java.lang.Object
- isDoNotActivateOnStart():Z
- shouldBeAvailable(com.intellij.openapi.project.Project):Z
a:com.intellij.openapi.wm.ToolWindowManager
- a:registerToolWindow(com.intellij.openapi.wm.RegisterToolWindowTask):com.intellij.openapi.wm.ToolWindow
com.intellij.openapi.wm.WelcomeFrameProvider
- a:createFrame():com.intellij.openapi.wm.IdeFrame
com.intellij.openapi.wm.WelcomeScreen

View File

@@ -86,7 +86,7 @@ abstract class ToolWindowManager {
return registerToolWindow(RegisterToolWindowTask(id = id, anchor = anchor, canCloseContent = canCloseContent, canWorkInDumbMode = false))
}
@Internal
@ApiStatus.OverrideOnly
abstract fun registerToolWindow(task: RegisterToolWindowTask): ToolWindow
/**