William David Cossey

Results 23 comments of William David Cossey

`SciterCore` and `SciterCore.JS` are still in active development (my time is very limited at the moment), I do try get updates out regularly. As `SciterCore` and `SciterCore.JS` use runtime bindings...

For `SciterSharp` you should be able to get them to work with the latest binaries by updating [SciterX.cs](https://github.com/ramon-mendes/SciterSharp/blob/master/SciterSharp/Interop/SciterX.cs) I haven't tried (and PRs into the repo aren't permitted) but it...

This is to be expected, WPF works the same way, you can't preview anything until the project is built. You don't need to `run` your project(s), you can simply build/rebuild...

The buttons/actions are already in the IDE, we can simply clone the action as is in the split previewer and/or display a message (in the preview) to inform the end-user...

I can't get the HtmlPreview to work (always a 404 from `Avalonia.Designer.HostApp`) but would think it would be something like the following. ``` package me.fornever.avaloniarider.idea.editor import com.intellij.ui.jcef.JBCefBrowser import com.jetbrains.rd.util.lifetime.Lifetime import...

Not entirely sure this is a bug with the AvaloniaRider previewer, I have noticed it before with the VS version too.

I will double check in VS this evening and see if it can be reproduced!

@rstm-sf @ForNeVeR I don't know a lot about Kotlin (or Java) and/or IntelliJ IDEA plugin development but I was having a look at your code today; came up with the...

@ForNeVeR Yip, it's all "implemented" (still testing), I was playing around with adding a drop-shadow too and checking that it works with various themes. It's still a little rough around...

Still working on the changes but managed to get some rendering performance in there too (relates to https://github.com/ForNeVeR/AvaloniaRider/issues/40) `JLabel.icon` (old way) - Between 38-42 FPS in the preview ![image](https://user-images.githubusercontent.com/1089478/95084180-6d09d280-0715-11eb-86de-55752b99057b.png) `Custom...