wanglue
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 4
-
-
wanglue commented, -
wanglue created a post, ApplicationManager.getApplication().getService(serviceClass) ERROR
com.intellij.platform.instanceContainer.instantiation.InstantiationException: Class 'class com.wang.fast.plugin.build.service.impl.LyAgilePlatformApiClientServiceImpl' does not define any of suppor... -
wanglue commented, -
wanglue commented, -
wanglue created a post, I will call com. intellij. ui After adding TextFieldWithAutoCompletion<String>to JBPopupMenu, it was found that the original input prompt was missing and could only be entered without being deleted
I will call com. intellij. ui After adding TextFieldWithAutoCompletion<String>to JBPopupMenu, it was found that the original input prompt was missing and could only be entered without being deleted... -
wanglue created a post, Regarding the use of JBPopupMenu
I want to implement a pop-up similar to the following, but I'm not sure if there are any ready-made classes that can be usedJBPopupMenu popupMenu = new JBPopupMenu();popupMenu.add(new JBMenuItem("S... -
wanglue commented, -
-
wanglue created a post, AnsweredTextFieldWithAutoCompletion Not Showing Suggestions on Pasted Content: Seeking Solution
When using com.intellij.ui.TextFieldWithAutoCompletion for auto-completion, I'm encountering an issue where the drop-down suggestions do not display when content is pasted into the text field. Is t...