主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
分数指数幂
活动总数
22
最后的活动
2022年10月28日 03:44
成员加入日期
2022年08月10日 03:17
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
7
活动概览
帖子(7)
评论(8)
按最近的活动排序
最近的活动
投票数
已编辑于
2022年10月28日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
How to get PsiField's docComment
0 票
创建于
2022年09月15日 14:27
ok
社区
IntelliJ IDEA Open API and Plugin Development
JBCefBrowser devtools close issue
0 票
创建于
2022年09月14日 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...
社区
IntelliJ IDEA Open API and Plugin Development
JBCefBrowser devtools close issue
0 票
创建于
2022年09月08日 08:33
Thanks, I did it
社区
IntelliJ IDEA Open API and Plugin Development
how to open some url in default web browser by click lineMarker icon
0 票
创建于
2022年09月08日 08:28
nice
社区
IntelliJ IDEA Open API and Plugin Development
How to get any File in project and read file content?
0 票
已编辑于
2022年08月13日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to search within JBCefBrowser
0 票
创建于
2022年08月12日 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
社区
IntelliJ IDEA Open API and Plugin Development
How to search within JBCefBrowser
0 票
创建于
2022年08月11日 06:10
It is not change, this is my code: file.getNode().addChild(classDefinition.getNode());((Navigatable) classDefinition.getLastChild().getNavigationElement()).navigate(true);Editor selectedTextEditor ...
社区
IntelliJ IDEA Open API and Plugin Development
how do I use Caretmodel.moveCaretrelatively to locate columns
0 票