Re: Custom TextBuffer

2015-08-30 Thread Christian Hergert
On 08/29/2015 09:22 PM, Rena wrote: > This information is generated on the fly and would span millions of > lines that the user can page through. Keep in mind that a non-pageable b-tree is used to track various information about the text so the view has fast access to it. I don't think GtkTextBuf

Re: Custom TextBuffer

2015-08-30 Thread Sébastien Wilmet
Hi, On Sun, Aug 30, 2015 at 12:22:36AM -0400, Rena wrote: > I want to use a TextView to display information as marked-up text. > This information is generated on the fly and would span millions of > lines that the user can page through. It seems like the idea would > just be to subclass GtkTextBuf

Custom TextBuffer

2015-08-29 Thread Rena
I want to use a TextView to display information as marked-up text. This information is generated on the fly and would span millions of lines that the user can page through. It seems like the idea would just be to subclass GtkTextBuffer to provide my own methods for "get text in a particular range",