mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
[jewel] Update IJP to 243.2.2
The EAP we were targeting no longer seems to exist closes https://github.com/JetBrains/intellij-community/pull/2936 (cherry picked from commit a3dfcbea418fe0e64be13b9d5fd088f0f8f7fad0) (cherry picked from commit 3c1a480e91af23bd47efe071d92a90487914cd47) IJ-MR-155570 GitOrigin-RevId: 5f386ae609fa89dbfb9c5f8d4c88c6662b4e7feb
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b85cdb12dc
commit
e00dcb4794
@@ -3,8 +3,8 @@ commonmark = "0.24.0"
|
||||
composeDesktop = "1.7.1"
|
||||
detekt = "1.23.6"
|
||||
dokka = "1.9.20"
|
||||
idea = "243.21155.17"
|
||||
intelliJPlatformBuild = "243.21155.17-EAP-SNAPSHOT"
|
||||
idea = "2024.3.2.2"
|
||||
intelliJPlatformBuild = "243.23654.189"
|
||||
ideaPlugin = "2.1.0"
|
||||
jna = "5.14.0"
|
||||
kotlin = "2.0.21-RC"
|
||||
|
||||
@@ -816,7 +816,8 @@ public abstract class org/jetbrains/jewel/markdown/scrolling/ScrollingSynchroniz
|
||||
protected abstract fun afterProcessing ()V
|
||||
protected abstract fun beforeProcessing ()V
|
||||
public final fun process (Lkotlin/jvm/functions/Function0;)Ljava/lang/Object;
|
||||
public abstract fun scrollToLine (ILkotlin/coroutines/Continuation;)Ljava/lang/Object;
|
||||
public abstract fun scrollToLine (ILandroidx/compose/animation/core/AnimationSpec;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
|
||||
public static synthetic fun scrollToLine$default (Lorg/jetbrains/jewel/markdown/scrolling/ScrollingSynchronizer;ILandroidx/compose/animation/core/AnimationSpec;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object;
|
||||
}
|
||||
|
||||
public final class org/jetbrains/jewel/markdown/scrolling/ScrollingSynchronizer$Companion {
|
||||
|
||||
@@ -3030,6 +3030,7 @@ public final class org/jetbrains/jewel/ui/icons/AllIconsKeys {
|
||||
public final class org/jetbrains/jewel/ui/icons/AllIconsKeys$Actions {
|
||||
public static final field $stable I
|
||||
public static final field INSTANCE Lorg/jetbrains/jewel/ui/icons/AllIconsKeys$Actions;
|
||||
public final fun getAddDirectory ()Lorg/jetbrains/jewel/ui/icon/IntelliJIconKey;
|
||||
public final fun getAddFile ()Lorg/jetbrains/jewel/ui/icon/IntelliJIconKey;
|
||||
public final fun getAddList ()Lorg/jetbrains/jewel/ui/icon/IntelliJIconKey;
|
||||
public final fun getAddMulticaret ()Lorg/jetbrains/jewel/ui/icon/IntelliJIconKey;
|
||||
|
||||
Reference in New Issue
Block a user