Archive

Archive for the ‘DXCore’ Category

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…

DXCore Services – Strings

November 22nd, 2011 Comments off

The Strings DXCore service manipulates DXCore string providers. It has methods that expand and format string providers for further expansion inside the code editor using the DXCore plug-ins.

Read more…

DXCore Services – CodeStyle

November 22nd, 2011 Comments off

The Code Style DXCore service provides methods and properties that specify user code style formatting settings, such as: prefixes and suffixes of locals, fields, properties and other declarations, a default visibility scope for types, members and others.

Read more…

DXCore Services – Documents

November 22nd, 2011 Comments off

The Documents DXCore service provides an API to control opening and closing documents inside the Visual Studio IDE. You can insert, remove and change any text at the specified coordinates of the given documents.

Read more…

DXCore Services – EditPoints

November 22nd, 2011 Comments off

The EditPoints DXCore service provides methods for creating edit points. Edit points allow you to manipulate text as data in text buffers. The service is hidden from Intellisense, and it contains only different overloads of the New method to create edit points, such as:
Read more…

DXCore Services – Content

November 22nd, 2011 Comments off

The Content DXCore service provides methods for accessing content providers. Content providers are a common object for refactoring operations and code providers which modify source code.

Read more…

DXCore Services – Graphics

October 31st, 2011 Comments off

The Graphics DXCore Service provides methods for GDI graphic manipulation.

Read more…

DXCore Services – Intellassist

October 31st, 2011 Comments off

The Intellassist DXCore Service provides methods for CodeRush Intellassist feature manipulation (e.g. suspending, resuming, canceling) and additional properties.

Read more…