Re: GtkTextBuffer is merging my tags



Cornelius Hald wrote:
there seems to be some optimization on the GtkTextBuffer which causes
automatic merging of GtkTextTags. Is there a way to turn this off? Or
some workaround?

I suppose you can work around this by creating different tag objects for different list items, and applying them instead of a general "list-item" tag. That way GTK shouldn't be allowed to conflate them.

The auto-merging model of tags reminds me of the early 90s debate between "extents" and "text properties" design in the world of emacsen.

[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]