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.
Scintilla question
Scintilla question
%101010 = $2A = 42
Re: Scintilla question
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.
I may look like a mule, but I'm not a complete ass.

