Page 1 of 1

Scintilla question

Posted: Tue Aug 24, 2010 9:18 am
by Perkin
Just a 'in theory' question.

If I had a ScintillaGadget, which is loaded with a html file, to be edited,

If the cursor is on a <tag> would it possible to get the position of it's corresponding closing tag.
and here's the main question - to do that SIMPLY?

Especially, since there could be lots of other tags/close-tags in between the two required tags.

Re: Scintilla question

Posted: Tue Aug 24, 2010 9:22 am
by srod
Simply... no. At least no simpler than using any other kind of suitable control. In fact, it would probably be more difficult depending on the code page you are using with the Scintilla control.

Re: Scintilla question

Posted: Tue Aug 24, 2010 9:42 am
by Perkin
Thought not.

Thanks anyway.