Page 1 of 1

[Implemented] Wordwrap in edit- and stringgadgets

Posted: Thu Sep 16, 2004 9:00 pm
by thefool
Wordwrap for editorgadget (and multiline string gadgets). Now you have to do something weird with sending messages with api etc.

So (thx to num3 for the idea), having a flag for ex stringgadget as this: #PB_String_wordwrap

and #PB_edit_wordwrap for the editor gadget.

so thats just my little request(and i guess a lot of others would like this as well!) :D

Posted: Fri Sep 17, 2004 7:52 am
by Num3
I'm with TheFool on this one :D

Posted: Sat Sep 18, 2004 11:58 am
by thefool
thanks hehe :D

Posted: Tue Nov 09, 2004 6:50 am
by Axeman
I agree also. This should be something that can be applied dynamically, though, as you need to be able to toggle word wrapping when the user changes their word wrap preference.

Posted: Thu Nov 11, 2004 9:59 pm
by ebs
It's not a "built-in" solution, but this works fine for now:

viewtopic.php?t=6414

Regards,
Eric