Thomas Zehbe wrote:
> Hi Julian,
>
> Compiling against CVS head 'I found that wxTE_LINEWRAP is only supported by
> backward compatability. I found this
> #define wxTE_DONTWRAP wxHSCROLL
> #define wxTE_CHARWRAP 0x4000 // wrap at any position
> #define wxTE_WORDWRAP 0x0001 // wrap only at words boundaries
> #define wxTE_BESTWRAP 0x0000 // this is the default
>
> #if WXWIN_COMPATIBILITY_2_6
> // obsolete synonym
> #define wxTE_LINEWRAP wxTE_CHARWRAP
> #endif // WXWIN_COMPATIBILITY_2_6
> in textctrl.h.
>
> Maybe you could add charwrap to DB.
>
Good point, I'll replace wxTE_LINEWRAP with wxTE_CHARWRAP in DB.
Regards,
Julian
.