jmoenig / Snap

a visual programming language inspired by Scratch
http://snap.berkeley.edu
GNU Affero General Public License v3.0
1.5k stars 745 forks source link

Morphic: Word Wrapping Options #1085

Open cycomachead opened 8 years ago

cycomachead commented 8 years ago

Is there a way to tell a text field in Morphic to wrap text, hopefully with and without spaces? (With spaces I believe is done automatically in some cases.)

It's becoming clear to me there's lots of places where we need to tighten up the word-wrapping features.

Some places where this could be a solution:

jmoenig commented 8 years ago

Not yet :-) The only word-wrapping supported by Morphic right now is word-wise, which has the issues you've pointed out. It would be nice to spec out (and implement) a few more parameters...