Archive

Archive for the ‘Common’ Category

Tools cooperation – Visual Assist X and IDE Tools

December 9th, 2010 3 comments

Here is the result of testing the Whole Tomato’s Visual Assist X and DevExpress’ IDE Tools co-existence for those, who prefer to use features of several Visual Studio productivity tools working side-by-side at once.

Tested versions:

  • VAX – 10.6.1833.0
  • IDETools – 10.2.3

Read more…

Options – Hinting\Big Hints

December 6th, 2010 Comments off

This options page is similar to the Action Hints options page, but a bit simplified, however. The page manages settings for the DXCore big hints appearance, and allows you to test them. Also, here you can entirely disable the big hints from appearing.

DXCore Big hints options page

Read more…

Code Metrics – Here’s your new code metric

November 29th, 2010 1 comment

This is the second part of the article, written in March of 2005 by the chief architect of IDE tools – Mark Miller, the author of the Maintenance Complexity code metric existing in CodeRush. It is updated to include maintenance complexity points for new language elements, that appeared in the new language versions (C#3.0, C#4.0, VB9.0, VB10.0). Posted with his permission.

Read more…

Code Metrics – Feeling the need for a new software metric

November 29th, 2010 Comments off

This is an article, written in July of 2004 by chief architect of IDE tools – Mark Miller. The article has been posted on Mark’s original blog, which existed before his new one. But later, the original blog and article were lost. I am reposting this article here, so everyone can learn something new about code metrics existing in CodeRush and Refactor! products. Posted with his permission.

Read more…

Options – Hinting\Action Hints

November 22nd, 2010 Comments off

The Action Hints options page manages settings for DXCore action hints.

DXCore Action hints options page

Read more…

How the Language combobox on the Options Dialog is being populated

October 26th, 2010 Comments off

Some people are asking how the Language combobox is populated in the Options Dialog. Once you have installed IDE tools and open the Options Dialog, you will see that the Language combobox is empty. But after some work in Visual Studio IDE this combobox is being populated with items. So, when and how is it populated?

DXCore Options Dialog Language combobox

Read more…

How to assign a shortcut key to a particular action

September 24th, 2010 Comments off

Note, this article has been moved to the official DevExpress Support Center site. Please refer to the moved article as it might have further updates or additional comments. Thank you.

It can be easily accomplished from the “Shortcuts” options page in the Options Dialog. Follow these steps to get to the Shortcuts options page:

1. From the DevExpress menu, select Options…

2. In the tree view on the left, navigate to this folder: IDE.

3. Select the Shortcuts options page.

Read more…

IDE tools DXCore Visualize toolbar

September 17th, 2010 Comments off

The DXCore Visualize toolbar, like all other standard Visual Studio toolbars, integrates into the IDE toolbars area when IDE tools are loaded. Here’s what it looks like:

DXCore Visualize Toolbar

The green ball in the right down corner indicates whether a particular feature is enabled or not.

Visualize toolbar is enabled only when a Code Editor is active, otherwise it is disabled:

DXCore Visualize Toolbar disabled

Read more…