A Vorobev

- Total activity 39
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 13
-
Created Wrong component's attribute type for preact project
Hello! According to documentation preact emits regular DOM events (https://preactjs.com/guide/v10/typescript/#typing-events). Let's take a look at the <button/> element and try to see what type of... -
Created Unable to find VirtualFile by url on Windows OS
Answeredval fileUrlString = virtualFile.urlval url = URL(fileUrlString)val scopeFile = VfsUtil.findFileByURL(url) That approach is working good for linux, but for windows file is not found. Could you pleas... -
Created Is there a way to run com.intellij.ide.browsers.JavaScriptDebuggerStarter with JBCefBrowser?
AnsweredHello! Could you please guide me on the following question: I would like to connect javascript debugger with JBCefBrowser opened inside IDE, is there a way to do it? As I can see, JavaScriptDebugge... -
Created How to create JBCefBrowser with CefRequestContextHandler?
AnsweredHello!Faced the following problem:I need to put some javascript in the page every time the content is loaded in the JBCefBrowser and org.cef.handler.CefRequestHandler#getResourceRequestHandler - he... -
Created Tree drop target started looking weird
AnsweredI'm using com.intellij.ui.treeStructure.Tree with drag and drop enabled.Earlier (211 build and earlier versions) dragging the tree node looked beautiful and was with a neat underline of the drag ta... -
Created Sometimes the JBCef browser does not process js query
AnsweredHello! For Intellij IDEA 2022.1 JBCefBrowser process js query unstable, looks like sometimes the MessageRouterHandler is initialized correctly, sometimes not. Can't figure out what it depends on. E...