File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/main/kotlin/org/digma/intellij/plugin/ui/common Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ import javax.swing.JPanel
1515
1616
1717fun 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
6261fun 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
You can’t perform that action at this time.
0 commit comments