Hi guys...
I am kind of new to the whole scintilla thing and I have been working on creating a lexer of my own and so on.
Now, I have noticed that you can set up a function for folding but while testing by adding a scintilla control I have noticed that it looks like i will have to do the folding on my container code, as in adding markers or setting folding levels manually which I though was handled by the Folding function.
Is there anything I am supposed to do to tell scintilla to use the internal folder function instead of writing my lexer routines in the container all over again?
Thanks in advance for your information.