frang75 / nappgui_src

SDK for building cross-platform desktop apps in ANSI-C
https://www.nappgui.com
MIT License
506 stars 50 forks source link

Add enable/disable of text-wrap for textview #97

Closed eriklins closed 3 months ago

eriklins commented 10 months ago

So far a textview always wraps around the text if the line is exceeding the right edge/border of the textview. Would be great if text-wrap could be disabled, so that the text just exceeds the right edge/border and a horizontal scrollbar get activated.

frang75 commented 4 months ago

Implemented on this commit: https://github.com/frang75/nappgui_src/commit/25ea6095a5143249de454379cf222f06610bb258 Doc: https://nappgui.com/en/gui/textview.html#h4

eriklins commented 3 months ago

Great, thanks for implementing this!!!