You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use this control in my app, but it seems like there is no way to bind the text to a viewmodel but maybe I just missed something. Looks like a really nice project looking forward to updates!
The text was updated successfully, but these errors were encountered:
I’m hesitant to add a Text dependency property since the editor needs to be able to work with files in the size of gigabytes. Getting and setting the text requires a UTF-16 <-> UTF-8 conversion and an extra copy in a potentially massive string. There should be some kind of opt-in dependency property, but I’m not sure what the best way to do that would be.
I would like to use this control in my app, but it seems like there is no way to bind the text to a
viewmodel
but maybe I just missed something. Looks like a really nice project looking forward to updates!The text was updated successfully, but these errors were encountered: