Archive

Posts Tagged ‘Services’

DXCore Services – Synchronization

July 29th, 2011 Comments off

The Synchronization DXCore service provides methods for synchronizing thread code on Visual Studio’s foreground thread. The service is used by the CodeRush Code Issues technology for example.

Read more…

DXCore Services – RegEx (regular expressions)

July 4th, 2011 Comments off

The RegEx DXcore service provides access to the DXCore regular expressions and aliases engine.

Read more…

DXCore Services – Issues

July 4th, 2011 Comments off

The Issues DXCore service provides methods and properties for manipulating the CodeRush Code Issues Analysis.

Read more…

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…

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…