Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
A Vorobev
Total activity
39
Last activity
August 31, 2023 11:17
Member since
May 05, 2022 18:40
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
13
Activity overview
Posts (6)
Comments (17)
Sort by recent activity
Recent activity
Votes
Created
April 20, 2023 11:44
Try to replace init block under all your class properties, i.e. under the private lateinit var panel: DialogPanel
Community
IntelliJ IDEA Open API and Plugin Development
bindText of textField in Kotlin UI DSL Version 2 not working
0 votes
Created
April 20, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
bindText of textField in Kotlin UI DSL Version 2 not working
1 vote
Created
April 20, 2023 08:31
It looks like you need to execute DialogPanel.apply() method inside doOkAction. Because according to the documentation:
Community
IntelliJ IDEA Open API and Plugin Development
bindText of textField in Kotlin UI DSL Version 2 not working
0 votes
Created
March 28, 2023 13:17
Sorry, I had a problem with handling Javascript queries via CefMessageRouterHandler, but from your implementation it looks like they are different issues...
Community
IntelliJ IDEA Open API and Plugin Development
JCEF webview JavaScript callbacks not working in IntelliJ 2022.3 version
0 votes
Created
March 14, 2023 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 ?
Community
IntelliJ IDEA Open API and Plugin Development
JCEF webview JavaScript callbacks not working in IntelliJ 2022.3 version
0 votes
Created
March 01, 2023 13:26
Thank you for your help)
Community
WebStorm
Wrong component's attribute type for preact project
0 votes
Created
March 01, 2023 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...
Community
WebStorm
Wrong component's attribute type for preact project
0 votes
Created
February 13, 2023 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!
Community
IntelliJ IDEA Open API and Plugin Development
Unable to find VirtualFile by url on Windows OS
0 votes
Created
December 22, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to get current editor line content
0 votes
Created
December 21, 2022 06:03
Hello! Try to use org.cef.handler.CefMessageRouterHandler :)
Community
IntelliJ IDEA Open API and Plugin Development
JBCefBrowser how to handle JavaScript events or pass data from JavaScript to Java/Kotlin code?
0 votes
Next
›
Last
»