Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
分数指数幂
Total activity
22
Last activity
October 28, 2022 03:44
Member since
August 10, 2022 03:17
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
7
Activity overview
Posts (7)
Comments (8)
Sort by recent activity
Recent activity
Votes
Edited
October 28, 2022 03:44
I want to read a Java File's methods, get the method parameters-type and return-type, get the fields-type of the parameter, get the docComment of the fields. but the docComment is null. This is my ...
Community
IntelliJ IDEA Open API and Plugin Development
How to get PsiField's docComment
0 votes
Created
September 15, 2022 14:27
ok
Community
IntelliJ IDEA Open API and Plugin Development
JBCefBrowser devtools close issue
0 votes
Created
September 14, 2022 08:58
I registered a tool window and added JBTabbedPane to the contents of the tool window ToolWindow.getContentManager().addContent(new ContentFactoryImpl().createContent(mainTabPane, "", false)) the JB...
Community
IntelliJ IDEA Open API and Plugin Development
JBCefBrowser devtools close issue
0 votes
Created
September 08, 2022 08:33
Thanks, I did it
Community
IntelliJ IDEA Open API and Plugin Development
how to open some url in default web browser by click lineMarker icon
0 votes
Created
September 08, 2022 08:28
nice
Community
IntelliJ IDEA Open API and Plugin Development
How to get any File in project and read file content?
0 votes
Edited
August 13, 2022 04:26
Great! I have read this post before, and I read it again, I found JComponent.registerKeyboardAction() is suitable. Inspired by you, I found many methods in CefBrowser is exactly what I want Thak y...
Community
IntelliJ IDEA Open API and Plugin Development
How to search within JBCefBrowser
0 votes
Created
August 12, 2022 13:06
Thanks for your reply, but how can I create a shorcut for a panel within toolwindow, the shorcut is only available when the toolwindow is active
Community
IntelliJ IDEA Open API and Plugin Development
How to search within JBCefBrowser
0 votes
Created
August 11, 2022 06:10
It is not change, this is my code: file.getNode().addChild(classDefinition.getNode());((Navigatable) classDefinition.getLastChild().getNavigationElement()).navigate(true);Editor selectedTextEditor ...
Community
IntelliJ IDEA Open API and Plugin Development
how do I use Caretmodel.moveCaretrelatively to locate columns
0 votes