Highlightr
Highlightr copied to clipboard
How to make scrollable in macOS
Hi this library is cool.. but i got problem when i want to make NSTextview scrollable when the the text is over the height of textview. how to make it possible? I have done many experiments but it still hasn't worked
thanks
Can you send a screenshot ?
I'm not sure I understand what you are trying to do, maybe upload a video or screenshots? I currently use Highlightr in my text editor with no scroll issues.
I just had the same problem as you, and solved it through the following ways:
let textContainer = NSTextContainer(size: CGSize(width: self.view.bounds.width, height: .greatestFiniteMagnitude))
Hope this helps those new to Highlightr