Ady G

Results 2 comments of Ady G

Upvote to this. Many of us are moving to - or have moved to - MariaDB so we can keep away from influence Oracle ;-)

v1.5.2 error in CLion 2022.2.4 ```text java.lang.IllegalStateException: You must not register toolwindow programmatically so early. Rework code or use ToolWindowManager.invokeLater at com.intellij.openapi.wm.impl.ToolWindowManagerImpl.getToolWindowPaneIfInitialized(ToolWindowManagerImpl.kt:500) at com.intellij.openapi.wm.impl.ToolWindowManagerImpl.registerToolWindow(ToolWindowManagerImpl.kt:930) at com.jetbrains.rdserver.toolWindow.BackendServerToolWindowManager.registerToolWindow(BackendServerToolWindowManager.kt:102) at com.intellij.openapi.wm.ToolWindowManager.registerToolWindow(ToolWindowManager.kt:62) at com.vladsch.clionarduinoplugin.serial.SerialMonitorToolWindow.(SerialMonitorToolWindow.java:50)...