Archive

Archive for the ‘Services’ Category

DXCore Services – Key (Keyboard)

June 28th, 2011 Comments off

The Key DXCore service provides access to keystrokes, key names, and key mapping methods and properties. This service can be used for retrieving shortcuts bound to the specific actions or an entire shortcut binding scheme that you can see on the Shortcuts options page.

Read more…

DXCore Services – Searchers

June 19th, 2011 Comments off

The Searchers DXCore service provides access to the extension points (also known as Search Providers) to the Rename refactoring and Coderush Navigation features such as Tab to Next Reference.

Read more…

DXCore Services – Contract

June 18th, 2011 Comments off

The Contract DXCore service provides access to the registered contract providers used in the Add Contract code provider. It has only three properties:

Property name Description
AvailableContractProviders Gets an IEnumerable<ContractProvider> instance of all available contract providers in the current context.
ContractProviders Gets an IEnumerable<ContractProvider> instance of all registered contract providers.
Providers Gets an IEnumerable<ContentProvider> instance of all registered contract providers.
—–
Products: DXCore
Versions: 11.1 and up
VS IDEs: any
Updated: Jun/19/2011
ID: D092

DXCore Services – Navigation

May 22nd, 2011 Comments off

The Navigation DXCore service provides access to the navigation providers’ engine. This service is dedicated to control navigation providers and allows you to navigate inside your code structure programmatically.

Read more…

DXCore Services – Clipboard

May 21st, 2011 Comments off

The Clipboard DXCore service provides access to the Windows clipboard. Contains methods for checking, retrieving, copying, cutting and pasting clipboard contents into the code editor.

Read more…

DXCore Services – Menus

May 3rd, 2011 Comments off

The Menus DXCore service provides access to Visual Studio and DXCore menus.

Read more…

DXCore Services – Serialization

April 22nd, 2011 Comments off

The Serialization DXCore service provides methods for objects serialization (saving and loading). It can be used to load CodeRush Code tempalates.

Read more…

DXCore Services – Templates

April 22nd, 2011 Comments off

The Templates DXCore service provides CodeRush Code Templates APIs and some additional text expansion services. Using this service, you can programmatically create your own templates and/or modify the existing ones.

Read more…