-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TextEditor, TextLineRenderer: partial support for word wrapping
Line number position is now based on the baseline of the first line of a text renderer, even for single lines Supported in read-only mode only. Will be buggy if editor is editable. For instance, selection with keyboard does not always work correctly because it cannot account for text line renderers that are taller than a single line.
- Loading branch information
1 parent
79d3158
commit f38eeaa
Showing
2 changed files
with
199 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.