Sublime Forum

What is text buffer?

#1

what is text buffer?

0 Likes

#2

In which context?
In the editor, it is meant as a buffer in general, the memory area by a file is loaded. Visible for you as the tab by the file is displayed.

0 Likes

#3

It’s for storing and manipulating texts. It hold null terminated string where you can use it for temporary storage. It could be array of lines or linked lists or whatever!

0 Likes

#4

Text Buffer is the powerful mechanism for storing and manipulating text.It view the paragraph as presented by text view widget…

0 Likes

#5
0 Likes