[Implemented] Wordwrap in edit- and stringgadgets

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

[Implemented] Wordwrap in edit- and stringgadgets

Post 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
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

I'm with TheFool on this one :D
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

thanks hehe :D
Axeman
User
User
Posts: 91
Joined: Mon Nov 03, 2003 5:34 am

Post 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.
ebs
Enthusiast
Enthusiast
Posts: 557
Joined: Fri Apr 25, 2003 11:08 pm

Post by ebs »

It's not a "built-in" solution, but this works fine for now:

viewtopic.php?t=6414

Regards,
Eric
Post Reply