主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Alexandr Danchenko
Java/Kotlin developer
活动总数
181
最后的活动
2024年11月08日 16:36
成员加入日期
2018年01月12日 08:47
关注
0 名用户
关注者数
1 名用户
投票数
12
订阅数
55
活动概览
帖子(53)
评论(61)
按最近的活动排序
最近的活动
投票数
创建于
2023年06月13日 10:01
Hi Karol, Thank you for your response! I implemented LineMarkerProviderDescriptor. And I need to show gutter icons for provided lines. But for different languages, I have different results. For e...
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to understand which phase right now in LineMarkerProviders?
0 票
创建于
2023年03月28日 08:04
A Vorobev Unfortunately this link - https://intellij-support.jetbrains.com/hc/en-us/requests/4018866 not working for me. Could you please share more details? Thanks
社区
IntelliJ IDEA Open API and Plugin Development
JCEF webview JavaScript callbacks not working in IntelliJ 2022.3 version
0 票
已编辑于
2023年03月18日 11:00
What I discovered for now. For example, this code working fine in 2022.1. But If I try to run it in 2022.3 it doesn't work anymore.By "not working" I mean Webview can't find this JS function (for e...
社区
IntelliJ IDEA Open API and Plugin Development
JCEF webview JavaScript callbacks not working in IntelliJ 2022.3 version
0 票
创建于
2023年03月14日 16:34
Thank you so much, Karol! I checked. I tested it in 2022.1 sandbox. Right now downloading 2022.3 to test.
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to add a menu item to search "Find in files" dialog?
0 票
创建于
2023年03月10日 11:08
Hi Karol, Thanks! 👍👍👍
社区
IntelliJ IDEA Open API and Plugin Development
How to listen editor cursor changes?
0 票
创建于
2023年03月10日 11:04
Hi Karol, Thank you! I tried different cases, but no success. Right now I'm getting this error: com.intellij.diagnostic.PluginException: ua.haltentech.plugin.webview.actions.SendToWebviewFromSear...
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to add a menu item to search "Find in files" dialog?
0 票
创建于
2023年03月07日 16:29
Hi Karol, Thank you! I tried this, but no success. Maybe I'm doing something wrong? <action id="ua.haltentech.plugin.webview.actions.SendAction" class="ua.haltentech.plugin.webview.action...
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to add a menu item to search "Find in files" dialog?
0 票
创建于
2023年02月15日 16:39
For example, JBCefBrowser browser = new JBCefBrowser();JBCefJSQuery jsQuery = JBCefJSQuery.create((JBCefBrowserBase) browser);jsQuery.addHandler((result) -> { System.out.println(result); r...
社区
IntelliJ IDEA Open API and Plugin Development
JBCefBrowser executeJavaScript() not work
0 票
创建于
2022年12月22日 09:28
This is exactly what is needed. Thank you so much!
社区
IntelliJ IDEA Open API and Plugin Development
How to get current editor line content
0 票
已编辑于
2022年12月21日 11:06
Ok. Created next solution val javaScriptEngineProxy: JBCefJSQuery = JBCefJSQuery.create(browser as JBCefBrowserBase)javaScriptEngineProxy.addHandler { result -> println(result) null}val inje...
社区
IntelliJ IDEA Open API and Plugin Development
JBCefBrowser how to handle JavaScript events or pass data from JavaScript to Java/Kotlin code?
0 票
«
第一页
‹
上一页
下一页
›
最后
»