Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TextBuffer and some other things #1507

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft

Conversation

cwensley
Copy link
Member

This is not ready for prime time yet, but is a starting point.

The TextBuffer can be used to build a rich text string with font/style formatting, that can be appended or inserted into a RichTextArea.

There includes other enhancements to TextArea/RichTextArea such as scrolling to a text range or the beginning/end, getting the text length (without necessarily getting the entire string), adding a BeginEdit/EndEdit for more efficient editing of multiple attributes, etc.

This is missing a WinForms implementation thus far.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant