程钰兴
- Total activity 48
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 12
-
程钰兴 created a post, Why the com.intellij.database.datagrid.GridDataRequest removed?
My plugin depends on com.intellij.database, I need JdbcConsole to execute my sql, cause of com.intellij.database.datagrid.GridDataRequest, it's broken now at idea 2025.2, why do that? Is there any ... -
程钰兴 commented, -
-
程钰兴 commented, -
程钰兴 created a post, Answeredlanguage injection config <ignore-pattern> not working in kotlin file
Inject SQL language in kotlin file, <ignore-pattern> is not working, but java file working correctly.<injection language="SQL" injector-id="java"> <display-name>Baki (com.github.chengyuxing... -
程钰兴 commented, -
程钰兴 commented, -
程钰兴 created a post, AnsweredJBEditorTabs throw memory leak exception when idea closing.
Can I ignore this exception? If not, How can I fix this?at com.intellij.openapi.util.ObjectNode.assertNoChildren(ObjectNode.java:46) at com.intellij.openapi.util.ObjectTree.assertIsEmpty(ObjectTre... -
程钰兴 commented, -
程钰兴 created a post, AnsweredHow to open Database Menu or Dialog programmatically?
I Have a Button, how can I click my button to open Database New Menu or Dialog?I want invoke this menu by my button orjust open the dialog.I tried ShowSettingsUtil#showSettingsDialog but didn't fi...