Skip to content

Commit 0a67ece

Browse files
committed
fix message text
1 parent 499f960 commit 0a67ece

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main/kotlin/org/digma/intellij/plugin/ui/common/JcefRemoteUtils.kt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import javax.swing.JPanel
1515

1616

1717
fun is2025EAPWithJCEFRemoteEnabled(): Boolean {
18-
1918
return if (ApplicationInfo.getInstance().build.baselineVersion == 251){
2019
//just touch it so it will initialize static variables
2120
val isJcefSupported = JBCefApp.isSupported()
@@ -61,8 +60,8 @@ fun create2025EAPMessagePanel(project:Project): JPanel {
6160

6261
fun getMessageHtml(): String {
6362

64-
val title = "Digma 2025.1 EAP workaround"
65-
val paragraph = "The latest Jetbrains 2025.1 EAP has an issue with JCEF that prevents Digma from working," +
63+
val title = "Digma 2025.* workaround"
64+
val paragraph = "The latest Jetbrains 2025.* has an issue with JCEF that prevents Digma from working," +
6665
"Please add the following system properties to fix, and restart your IDE:"
6766
val paragraph2 = "Open the Idea help menu, search for 'Edit Custom Properties', add 'jcef.remote.enabled=false' and restart your IDE"
6867

0 commit comments

Comments
 (0)