[code-vision] IJPL-174861 fix API-dump

IJ-MR-153718

GitOrigin-RevId: 1b5bbd102c3070c3dd0d445e62cc72155f1cb53e
This commit is contained in:
Vojtech Balik
2025-01-31 01:23:23 +01:00
committed by intellij-monorepo-bot
parent 02be55a947
commit 880b6f99fc
2 changed files with 3 additions and 0 deletions

View File

@@ -205,6 +205,8 @@ f:com.intellij.codeInsight.highlighting.HighlightUsagesHandler
*f:com.intellij.codeInsight.hints.InlayHintsUtils
- sf:INSTANCE:com.intellij.codeInsight.hints.InlayHintsUtils
- f:computeCodeVisionUnderReadAction(kotlin.jvm.functions.Function0):com.intellij.codeInsight.codeVision.CodeVisionState
- f:computeCodeVisionUnderReadAction(Z,kotlin.jvm.functions.Function0):com.intellij.codeInsight.codeVision.CodeVisionState
- bs:computeCodeVisionUnderReadAction$default(com.intellij.codeInsight.hints.InlayHintsUtils,Z,kotlin.jvm.functions.Function0,I,java.lang.Object):com.intellij.codeInsight.codeVision.CodeVisionState
- f:getDefaultInlayHintsProviderPopupActions(com.intellij.codeInsight.hints.SettingsKey,java.util.function.Supplier):java.util.List
- f:getTextRangeWithoutLeadingCommentsAndWhitespaces(com.intellij.psi.PsiElement):com.intellij.openapi.util.TextRange
- sf:isFirstInLine(com.intellij.psi.PsiElement):Z

View File

@@ -288,6 +288,7 @@ object InlayHintsUtils {
return storage
}
@JvmOverloads
fun computeCodeVisionUnderReadAction(expectsIndicator: Boolean = false, computable: () -> CodeVisionState): CodeVisionState {
try {
if (!EDT.isCurrentThreadEdt()) {