JUCE v8.0.7
TextEditor editor;
editor.setMultiline (true, true);

text wrapping only works when text contains at least single whitespace
EDIT: IIRC this didn’t happened in previous juce
JUCE v8.0.7
TextEditor editor;
editor.setMultiline (true, true);

text wrapping only works when text contains at least single whitespace
EDIT: IIRC this didn’t happened in previous juce
There’s been a relevant fix on develop recently
pull juce v.8.0.8 it fixes invisible line beyond word wrap width, but the problem with wider text than word wrap width without whitespace still persist. it didn’t wrap to line below