Archive

Posts Tagged ‘Text Views’

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…

DXCore Services – Text Views

November 28th, 2011 Comments off

The TextViews DXCore service provides methods and properties for text view manipulation. A text view is a window in Visual Studio IDE that lets you type, edit and view source code text.

Read more…