Sourceful
Sourceful copied to clipboard
How to disable word-wrap?
Is it possible to disable word-wrap and enable the horizontal scrollbar?
This could be done on MacOS using native features. However doing it on iOS requires either a complete rewrite of the text renderer in Text Kit or a lot of very flimsy hacks. I don’t believe this highlighter contains any functions to do either of these ATM. But adding in the ability for disabling text wrapping on macOS should be fairly simple.
@ahmedmkamal I was looking into this and as mentioned its a pretty big task. I then found https://github.com/simonbs/Runestone which has been implemented this way with a LOT of great features you’d need in any editor. Its a worthy consideration 👍🏻