Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
419057236
Total activity
17
Last activity
May 28, 2021 07:49
Member since
May 25, 2021 08:11
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
4
Activity overview
Posts (4)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
May 28, 2021 07:49
Can anyone help me? Thanks in advance
Community
IntelliJ IDEA Open API and Plugin Development
How do I close an unselected TAB?
0 votes
Edited
May 27, 2021 02:40
Yann Cebron oh, I found out where the hover can be set, it can be set inside the action class, like below: public class CloseTabAction extends DumbAwareAction { private Project project; public ...
Community
IntelliJ IDEA Open API and Plugin Development
How do I get JBEditorTabs to support closing with a close button?
0 votes
Edited
May 27, 2021 01:56
Yann Cebron Thank you very much. And I would like to ask again if there is a way to make the icon change when the mouse is put up, just like a hover event? Just like the tab in the IDEA coding ar...
Community
IntelliJ IDEA Open API and Plugin Development
How do I get JBEditorTabs to support closing with a close button?
0 votes
Created
May 26, 2021 01:29
@... Thank you for your answer, I found this problem occurred when debugging the plugin, but after I deployed it, everything was normal. I found that when debugging, the newly started project woul...
Community
IntelliJ IDEA Open API and Plugin Development
The input field in popup window cannot input Chinese, such as JBTextField, JBTextArea
0 votes
Created
May 25, 2021 14:12
@... I tried it, but it didn't work
Community
IntelliJ IDEA Open API and Plugin Development
The input field in popup window cannot input Chinese, such as JBTextField, JBTextArea
0 votes