New
Feature Request
Provide an API to know the type of end-line in a specific location
The TX Editor supports two types of end-line- backslash n and backslash v.<br /><br /> If a developer wants to know which end-line exists in a certain editor position his/her options are limited. The TextChar.Char property will return backslash r for both. The textControl.Text property will return backslash n followed by backslash r for both. The only option is to search the entire editor using the Find function for the specific end type.<br /><br /> We would like to have an easier API to know the type of end-line in a specific location.
Comments (0)