Archive

Archive for the ‘Services’ Category

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…

DXCore Services – SmartTag

October 31st, 2011 Comments off

The SmartTag DXCore service provides access to the smart tags and popup menu manipulation APIs.

Read more…

DXCore Services – Command

October 31st, 2011 Comments off

The Command DXCore Service provides access to the DXCore actions and Visual Studio commands.

Read more…

DXCore Services – Reflection

September 19th, 2011 Comments off

The Reflection DXCore service provides access to useful .NET reflection methods.

Read more…

DXCore Services – UndoStack

September 19th, 2011 Comments off

The Undo Stack DXCore Service provides access to the Undo Manager and undo/redo stack of the Visual Studio IDE.

Read more…

DXCore Services – String Utilities

September 19th, 2011 Comments off

The String Utilities DXCore service (accessed via the CodeRush.StrUtil object) provides utility methods for manipulating single string, multi-line texts, and string arrays.

Read more…

DXCore Services – Caret

August 31st, 2011 Comments off

The Caret DXCore service provides methods and properties for the code editor text caret (cursor). It allows you to move, hide, show the caret and execute many text operations, such as text insertion, deletion, and retrieving for the current caret position.

Read more…