Archive

Archive for the ‘DXCore’ Category

DXCore Services – Wizards

July 4th, 2011 Comments off

The Wizards DXCore Service provides access to the DevExpress DXCore Framework and Visual Studio wizards. The service is hidden from Intellisense when accessing it though the CodeRush object. Methods of this service have several overloads where you can specify additional parameters for launching a particular wizard.

Read more…

DXCore Services – UnitTests

July 4th, 2011 Comments off

The UnitTests DXCore service provides methods for executing and debugging unit test cases and test collections in the specified scopes. Allows to add custom context menu items into the drop-down menu of a Unit Test Runner Tile in the code editor.

Read more…

DXCore Services – Markers

July 4th, 2011 Comments off

The Markers DXCore service provides methods for dropping, swapping, collecting and managing navigation markers and bookmarks in source code.

Read more…

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…

How to implement the Sync Edit feature from Delphi IDE inside Visual Studio IDE using DXCore

June 22nd, 2011 Comments off

According to the Embarcadero’s docwiki:

Sync Edit mode in Delphi allows you to change all occurrences of an identifier when you change one instance of that identifier. When you enter Sync Edit mode, you can tab to each highlighted identifier in your current Code Editor window.

The difference of the Sync Edit feature in Delphi from the usual Rename refactoring from Refactor! (for example) is that a declaration of an identifier may not exist. In this case the Rename is simple not available.

Read more…

DXCore Components – SearcherProvider

June 22nd, 2011 Comments off

The SearcherProvider DXCore component returns a custom searcher that is used for renaming in the Rename refactoring, or inside the source code navigation features, such as Tab to Next Reference.

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