Login  Register

UITextEdit

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

UITextEdit

nathant
1 post
I am trying to create a text editor in squeak that has some extra features. I really want to be able to preserve the layout so it uses the scrollbar instead of manually wrapping the text.

It looks as if TextEditMorph has more control over that and PluggableTextMorph but I have trouble using
those objects.

Does anyone know or have any suggestions on how to make the UITextEdit comply with wrapping? Or another suggestion on text wrapping?