I already know that I can make the editorgadget wordwrap and scroll down and show the last line by using windows API messages when compiling for windows. After much searching of this forum and other places I still have no idea how to do the same functions with OS X purebasic.
I have noticed that there is a scintilla.res file in one of my mac sub-folders for purebasic. This might be a clue as to how it might be done as I think this is an editorwindow library. However I have no idea whether this editor library is used for the IDE alone or can it be used to do the functions I require? Can anyone point me in the right direction please.