Archive

Posts Tagged ‘Text Buffers’

DXCore Services – Text Buffers

June 12th, 2012 Comments off

The Text Buffers DXCore service provides low-level access to the text buffers in Visual Studio. Text buffers manage the stream of Unicode text that is entered into the IDE text editor and file persistence, including saving text files. A text buffer can use either a one- or two-dimensional coordinate system to identify character positions in the buffer.

Read more…