text buffer

[tɛkst ˈbʌfɚ][tekst ˈbʌfə]

正文缓冲区[器]

  • Beware the parser is entitled to spread the text across several events ( to better manage its buffer ) .

    要知道,语法分析器负责将 文本分配到几个事件(更好地管理其 缓冲 )。

  • In vi any time a piece of text is deleted it 's automatically stored in a buffer ( like the clipboard in Windows ) .

    在vi中删除 文本的同时,会将这些 文本自动地保存到 缓冲 中(类似于Windows中的剪贴板)。

  • Writes text one buffer at a time .

    以每次一个 缓冲 的方式写入 文本

  • We can also replace the text in the buffer at a given line number or remove the first occurrence of a string in the current line using this utility .

    我们还可以使用该命令替换给定行号的 缓冲 文本,或者删除当前行中第一个出现的字符串。

  • With this formatter now available the second for loop can finally iterate through the full range of line numbers retrieving the corresponding text buffer contents one line at a time

    有了这个格式化程序后,第二个for循环就可以遍历完整的行号范围,每次取回一行相应的 文本 缓冲内容

  • The document management part introduces the document management first it introduce the the storage data structure of text : gap buffer then it introduce the line management caret and selection management . then introduce the code high-lighting function .

    文档管理模块主要介绍了文档管理的实现,首先介绍了 文本存储的数据结构:间隙 缓冲结构,接着介绍了 文本行的表示,插入符和选择管理,接着介绍了高亮显示功能的实现。