主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
A Vorobev
活动总数
39
最后的活动
2023年08月31日 11:17
成员加入日期
2022年05月05日 18:40
关注
0 名用户
关注者数
0 名用户
投票数
3
订阅数
13
活动概览
帖子(6)
评论(17)
按最近的活动排序
最近的活动
投票数
创建于
2023年04月20日 11:44
Try to replace init block under all your class properties, i.e. under the private lateinit var panel: DialogPanel
社区
IntelliJ IDEA Open API and Plugin Development
bindText of textField in Kotlin UI DSL Version 2 not working
0 票
创建于
2023年04月20日 11:41
I reproduced almost the same logic as yours and after entering text into the fields and executing "mainPanel.apply()" I see the expected values in my model.Try to debug and pay attention to the pla...
社区
IntelliJ IDEA Open API and Plugin Development
bindText of textField in Kotlin UI DSL Version 2 not working
1 票
创建于
2023年04月20日 08:31
It looks like you need to execute DialogPanel.apply() method inside doOkAction. Because according to the documentation:
社区
IntelliJ IDEA Open API and Plugin Development
bindText of textField in Kotlin UI DSL Version 2 not working
0 票
创建于
2023年03月28日 13:17
Sorry, I had a problem with handling Javascript queries via CefMessageRouterHandler, but from your implementation it looks like they are different issues...
社区
IntelliJ IDEA Open API and Plugin Development
JCEF webview JavaScript callbacks not working in IntelliJ 2022.3 version
0 票
创建于
2023年03月14日 16:52
Hi! How do you try to catch javascript callbacks? Is it similar to that problem https://intellij-support.jetbrains.com/hc/en-us/requests/4018866 ?
社区
IntelliJ IDEA Open API and Plugin Development
JCEF webview JavaScript callbacks not working in IntelliJ 2022.3 version
0 票
创建于
2023年03月01日 13:26
Thank you for your help)
社区
WebStorm
Wrong component's attribute type for preact project
0 票
创建于
2023年03月01日 11:55
Thank you for answering so quickly! Yes, you are right and generics are used as well in preact within h.JSXInternal.MouseEventHandler<HTMLButtonElement> - that is preact package, but the main probl...
社区
WebStorm
Wrong component's attribute type for preact project
0 票
创建于
2023年02月13日 06:42
Found out that to properly convert virtualFileUrl to java.net.URL we need to use com.intellij.openapi.vfs.VfsUtilCore#convertToURL. Now everything works fine!
社区
IntelliJ IDEA Open API and Plugin Development
Unable to find VirtualFile by url on Windows OS
0 票
创建于
2022年12月22日 05:47
Hello, If we are talking about the content of a particular line (from the startOffset to the endOffset), then it would be more correct to use the document: val offset = editor.caretModel.offsetva...
社区
IntelliJ IDEA Open API and Plugin Development
How to get current editor line content
0 票
创建于
2022年12月21日 06:03
Hello! Try to use org.cef.handler.CefMessageRouterHandler :)
社区
IntelliJ IDEA Open API and Plugin Development
JBCefBrowser how to handle JavaScript events or pass data from JavaScript to Java/Kotlin code?
0 票
下一页
›
最后
»