PureBasic 4.00 Beta 1 for MacOS X is now up and running on my PPC Mac Mini, but there is a something that I need to be able to do to make progress with a Mac application.
How can I enable wordwrap for an editorgadget?
Editorgadget wordwrap
Editorgadget wordwrap
I am just wondering is it possible to make a scintilla call using
SCI_SETWRAPMODE(int wrapMode)
to enable wordwrap and solve my long standing problem? Any sample code would be appreciated.
SCI_SETWRAPMODE(int wrapMode)
to enable wordwrap and solve my long standing problem? Any sample code would be appreciated.
Editorgadget wordwrap
Oh well, I'll just have to wait until Fred codes the wordwrap flag for the editor gadget that was requested back in 2004. Until then my OS X application is on a back burner.