Skip to content

Commit

Permalink
Update IJP to 243 EAP 6 (243.20847.40)
Browse files Browse the repository at this point in the history
First EAP that includes the LaFFlowService we need.
  • Loading branch information
rock3r committed Oct 21, 2024
1 parent 3bb65e7 commit 85e679b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ commonmark = "0.22.0"
composeDesktop = "1.7.0"
detekt = "1.23.6"
dokka = "1.9.20"
idea = "243.20331"
intelliJPlatformBuild = "243.19420.21-EAP-SNAPSHOT"
idea = "243.20847.40"
intelliJPlatformBuild = "243.20847.40-EAP-SNAPSHOT"
ideaPlugin = "2.1.0"
jna = "5.14.0"
kotlin = "2.0.21-RC"
Expand Down
4 changes: 4 additions & 0 deletions ui/api/ui.api
Original file line number Diff line number Diff line change
Expand Up @@ -2891,6 +2891,8 @@ public final class org/jetbrains/jewel/ui/icons/AllIconsKeys$Debugger {
public final fun getForceStepInto ()Lorg/jetbrains/jewel/ui/icon/IntelliJIconKey;
public final fun getForceStepOver ()Lorg/jetbrains/jewel/ui/icon/IntelliJIconKey;
public final fun getFrame ()Lorg/jetbrains/jewel/ui/icon/IntelliJIconKey;
public final fun getFreeze ()Lorg/jetbrains/jewel/ui/icon/IntelliJIconKey;
public final fun getFreezeAll ()Lorg/jetbrains/jewel/ui/icon/IntelliJIconKey;
public final fun getKillProcess ()Lorg/jetbrains/jewel/ui/icon/IntelliJIconKey;
public final fun getLambdaBreakpoint ()Lorg/jetbrains/jewel/ui/icon/IntelliJIconKey;
public final fun getMultipleBreakpoints ()Lorg/jetbrains/jewel/ui/icon/IntelliJIconKey;
Expand All @@ -2906,6 +2908,8 @@ public final class org/jetbrains/jewel/ui/icons/AllIconsKeys$Debugger {
public final fun getSelfreference ()Lorg/jetbrains/jewel/ui/icon/IntelliJIconKey;
public final fun getShowCurrentFrame ()Lorg/jetbrains/jewel/ui/icon/IntelliJIconKey;
public final fun getSmartStepInto ()Lorg/jetbrains/jewel/ui/icon/IntelliJIconKey;
public final fun getThaw ()Lorg/jetbrains/jewel/ui/icon/IntelliJIconKey;
public final fun getThawAll ()Lorg/jetbrains/jewel/ui/icon/IntelliJIconKey;
public final fun getThreadAtBreakpoint ()Lorg/jetbrains/jewel/ui/icon/IntelliJIconKey;
public final fun getThreadCurrent ()Lorg/jetbrains/jewel/ui/icon/IntelliJIconKey;
public final fun getThreadFrozen ()Lorg/jetbrains/jewel/ui/icon/IntelliJIconKey;
Expand Down

0 comments on commit 85e679b

Please sign in to comment.