Daniel Peñalba
Daniel Peñalba
Same here. We implemented Drag&Drop support for our application and later we noticed it's not working for the Linux platform. I hope it's implemented soon.
What are outlines? Can you please share a screenshot?
I'd say that the caret blink should only invalidate one `VisualLine`....and not the whole `TextView`. What do you think @Gillibald?
It seems the compositor is calling from a different thread the control was created. Crashing here: https://github.com/AvaloniaUI/AvaloniaEdit/blob/33d7342e00f5b94f72ce6ddbaea552b458268208/src/AvaloniaEdit/Document/TextDocument.cs#L155 Cc/ @Gillibald @kekekeks
Grammars are provided by [TextmateSharp](https://github.com/danipen/TextMateSharp) repository.
What do you need, please describe.
Yes so you'd need to base on the [existing TextmateSharp c# grammar](https://github.com/danipen/TextMateSharp/tree/master/src/TextMateSharp.Grammars/Resources/Grammars/csharp) and make your changes from there. No docs are provided 😔
Yes you need to build custom `IRegistryOptions` see `LocaRegistryOptions` usage [here](https://github.com/danipen/TextMateSharp/tree/master#using).
@Gillibald is this one on you ToDo?
Hi thanks for the report. It needs some investigation. Probably something is not released in the dispose chain and it's indirectly keeping a reference to the `TextEditor`. In a first...