程钰兴
- 活动总数 46
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 6
- 订阅数 11
-
创建于 language 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... -
已编辑于 JBEditorTabs 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... -
创建于 How 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... -
创建于 My plugin's JTextField cannot display Chinese characters in Windows.
已回答JTextField cannot display Chinese characters in Windows but macOS does, how can I fix this?I specified an explicit built-in font:filename.setFont(new Font("JetBrains Mono", Font.PLAIN, 13));Windows... -
创建于 Why injectionConfig will fail when my plugin uninstall and then reinstall?
已回答When I uninstall my plugin and then reinstall, injectionConfig fail even though restart, I need to restart again and it working, I cannot find the reason.<extensions defaultExtensionNs="org.intelli... -
创建于 How to change sql and parameters before execute?
已回答My plugin has a requirement that I parse special comments in sql like this: -- #if ... -- #fi When I inject sql language in java literals, how do I add my own logic before actually executing, I nee... -
创建于 Still didn't get a valid reply, please.
已回答For this question: https://intellij-support.jetbrains.com/hc/en-us/community/posts/11427389175698-How-can-I-get-or-modify-dialog-parameters-and-sql-before-real-executing- I waited several days, did... -
已编辑于 How can I get or modify dialog parameters and sql before real executing?
已回答Hi thanks! I want to add/remove parameter before the dialog popping; check modify the sql and executing the changed sql. Is there any way? -
创建于 custom CompletionContributor not working in JAVA language method string parameter
已回答Hello, in my plugin development, I try to do a simple example, but it's not working, nothing happened. I following the question to put breakpoints but it wasn't trigger. Q: My completion is not wo... -
创建于 Can RelatedItemLineMarkerProvider navigate to special line?
已回答Hi, I am in trouble on my plugin development, is there any way navigate to the special line when navigate in to my file? I didn't find any method to set line number or special marker in NavigationG...