程钰兴
- Total activity 46
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 11
-
Created language injection config <ignore-pattern> not working in kotlin file
AnsweredInject 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... -
Edited JBEditorTabs throw memory leak exception when idea closing.
AnsweredCan 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... -
Created How to open Database Menu or Dialog programmatically?
AnsweredI 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... -
Created My plugin's JTextField cannot display Chinese characters in Windows.
AnsweredJTextField 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... -
Created Why injectionConfig will fail when my plugin uninstall and then reinstall?
AnsweredWhen 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... -
Created How to change sql and parameters before execute?
AnsweredMy 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... -
Created Still didn't get a valid reply, please.
AnsweredFor 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... -
Edited How can I get or modify dialog parameters and sql before real executing?
AnsweredHi thanks! I want to add/remove parameter before the dialog popping; check modify the sql and executing the changed sql. Is there any way? -
Created custom CompletionContributor not working in JAVA language method string parameter
AnsweredHello, 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... -
Created Can RelatedItemLineMarkerProvider navigate to special line?
AnsweredHi, 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...