Dmitry Stepanov

Results 137 comments of Dmitry Stepanov

I think it could be simple BB codes, for example this is how it done in [WPF analog in C++](https://www.noesisengine.com/docs/App.ApplicationLauncher._RichText.html).

That should relatively easy to add, I'm currently don't have time for this though.

This crate may not support output with very low latency, simply because it uses more or less high level OS APIs under the hood. 2 sample buffer is definitely some...

`.with_context_menu` when creating tabs should be enough

Right, then you can add the context menu to `TabDefinition` (`context_menu: Option`) then and handle it in the `TabControl` by passing `context_menu` to `Header::build` and calling `.with_context_menu` on `WidgetBuilder` of...

The issue is that `Button` widget marks `MouseUp` event as `handled` and the context menu handling routine ignores such events. For some reason `Button` widget can be pressed by any...

Have you tried native code hot reloading?