LB Booster
Programming >> Language extensions >> Word-wrap for texteditor?
http://lbb.conforums.com/index.cgi?board=extensions&action=display&num=1431615041

Word-wrap for texteditor?
Post by datwill on May 14th, 2015, 2:50pm

I know that LBB can do word-wrap for texteditors, but what is the constant used for this in the stylebits command?
Re: Word-wrap for texteditor?
Post by Richard Russell on May 14th, 2015, 3:25pm

on May 14th, 2015, 2:50pm, Daniel Atwill wrote:
I know that LBB can do word-wrap for texteditors, but what is the constant used for this in the stylebits command?

Code:
texteditor #w.te, 10, 10, 280, 280
stylebits #w.te, 0, _ES_AUTOHSCROLL or _WS_HSCROLL, 0, 0
open "Wordwrap test" for window as #w
wait 

Re: Word-wrap for texteditor?
Post by datwill on May 14th, 2015, 4:03pm

Thank you