ChimeHQ / Neon

A Swift library for efficient, flexible content-based text styling
BSD 3-Clause "New" or "Revised" License
320 stars 18 forks source link

visibleTextRange made public #24

Closed kaunteya closed 1 year ago

mattmassicotte commented 1 year ago

Can you remind me why you need this? I'm slightly worried about conflicts, as this library really isn't supposed to be messing with NSTextView.

kaunteya commented 1 year ago

I have implemented my own highlight handler that conforms to TextSystemInterface. Need access to visibleRect

mattmassicotte commented 1 year ago

Right right!