mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
[code-vision] IJPL-174861 fix API-dump
IJ-MR-153718 GitOrigin-RevId: 1b5bbd102c3070c3dd0d445e62cc72155f1cb53e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
02be55a947
commit
880b6f99fc
@@ -205,6 +205,8 @@ f:com.intellij.codeInsight.highlighting.HighlightUsagesHandler
|
|||||||
*f:com.intellij.codeInsight.hints.InlayHintsUtils
|
*f:com.intellij.codeInsight.hints.InlayHintsUtils
|
||||||
- sf:INSTANCE: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(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:getDefaultInlayHintsProviderPopupActions(com.intellij.codeInsight.hints.SettingsKey,java.util.function.Supplier):java.util.List
|
||||||
- f:getTextRangeWithoutLeadingCommentsAndWhitespaces(com.intellij.psi.PsiElement):com.intellij.openapi.util.TextRange
|
- f:getTextRangeWithoutLeadingCommentsAndWhitespaces(com.intellij.psi.PsiElement):com.intellij.openapi.util.TextRange
|
||||||
- sf:isFirstInLine(com.intellij.psi.PsiElement):Z
|
- sf:isFirstInLine(com.intellij.psi.PsiElement):Z
|
||||||
|
|||||||
@@ -288,6 +288,7 @@ object InlayHintsUtils {
|
|||||||
return storage
|
return storage
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@JvmOverloads
|
||||||
fun computeCodeVisionUnderReadAction(expectsIndicator: Boolean = false, computable: () -> CodeVisionState): CodeVisionState {
|
fun computeCodeVisionUnderReadAction(expectsIndicator: Boolean = false, computable: () -> CodeVisionState): CodeVisionState {
|
||||||
try {
|
try {
|
||||||
if (!EDT.isCurrentThreadEdt()) {
|
if (!EDT.isCurrentThreadEdt()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user