Hi Neil,
Disclaimer: I'm not too familiar with the debugging infrastructure and
I've never used `break-at'. But...
Neil Jerram <[EMAIL PROTECTED]> writes:
> By way of contrast, the other kind of breakpoint ("break-in") does not
> suffer from this problem, because it is defined in a way that rel
[EMAIL PROTECTED] (Ludovic Courtès) writes:
> Hi Neil,
>
> Disclaimer: I'm not too familiar with the debugging infrastructure and
> I've never used `break-at'. But...
Well thank you for reading through!
> Neil Jerram <[EMAIL PROTECTED]> writes:
>
>> By way of contrast, the other kind of breakpo
Mike Gran <[EMAIL PROTECTED]> writes:
> GtkTextBuffer just stores the text of a buffer (as a B-Tree) and also
> holds a list of "tags", which are generic attributes assigned to
> characters, lines, or paragraphs. It is the "model" of the
> model-view-controller. That's the part I'd port over. Gt