Archive

Archive for the ‘Services’ Category

DXCore Services – Assembly

June 13th, 2012 Comments off

The Assembly DXCore service provides access to the plug-in assemblies of the DXCore Framework.

Read more…

DXCore Services – Multi Select

June 13th, 2012 Comments off

The MultiSelect DXCore service provides access to the Multi Select CodeRush feature.

Read more…

DXCore Services – Feature

June 13th, 2012 Comments off

The Feature DXCore service provides access to the Feature engine (the What Happened window). The features list is available on the Core | Features options page in the Options Dialog. The engine also collects features execution count statistics on the Core | Features Statistics options page.

Read more…

DXCore Services – Adornments

June 13th, 2012 Comments off

The Adornments DXCore service provides access to the graphic adornments architecture.

Read more…

DXCore Services – Progress

June 13th, 2012 Comments off

The Progress DXCore service provides access to the Progress Visualizer engine. The engine creates a visualizer hint that shows the progress of the time-consuming operations (e.g. parsing of a solution). The hint may contain a progress bar and the Abort button (link).

Read more…

DXCore Services – Profiling

June 12th, 2012 Comments off

The Profiling DXCore service provides access to the internal performance diagnostic tasks. See the How to speed up the issue investigation time and help to eliminate complex problems topic to learn more on how this service can be used.

Read more…

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 Fields

June 12th, 2012 Comments off

The TextFields DXCore service provides access to the Text Fields engine. Text fields allow you to enter data and then press Num Enter or Enter to quickly move to the next text field. Text fields are highlighted in the editor and usually have a tool tip below describing the data expected.

Read more…