wanglue
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 5
-
Edited Why doesn't a comparison box pop up when I double-click the file in the changes section of Idea
AnsweredHello!Why doesn't a comparison box pop up when I double-click the file in the changes section of IdeaHe directly opened the source code filelike this -
Created 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... -
Created 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... -
Created 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... -
Created TextFieldWithAutoCompletion Not Showing Suggestions on Pasted Content: Seeking Solution
AnsweredWhen 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...