dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
21.87k stars 1.69k forks source link

Missing control equivalent to RichTextBox from WPF #10581

Open PerfectlyFineCode opened 1 year ago

PerfectlyFineCode commented 1 year ago

Description

So, I'm writing a regex "editor" like Regex101, etc.

And I decided to use MAUI for that, seems like I'm unable to find a control equivalent to Rich Text Box from WPF for MAUI. How do you think people are supposed to do syntax highlighting, etc? Are we supposed to use a Label with HTML Text Type?

Adding the equivalent of Rich Text Box would help a lot for not only me, but I don't doubt a lot of other projects.

Public API Changes

<RichTextBox />

Intended Use-Case

A textbox control that supports syntax highlighting, and more.

ghost commented 1 year ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.