VSCommands 3.1.0.0 Released

admin | July 26, 2010 | 0 Comments


Create Code Contract

New options are available when creating a code contract:

code contract - dialog

Contract class name can be customized to meet your naming conventions and it be created in a new file which may be grouped under initial source file.

code contract - grouping

You can also decide not to show customization dialog again in which case your settings will be automatically applied to any new code contracts you create (hold Ctrl to bring the dialog back).

Collapse Solution

collapse solution - solution toolbar

Default behavior of Collapse Solution button in Solution Explorer Toolbar has changed.
From now on it will collapse whole solution when clicked. You can still collapse currently selected item (old behavior) by holding Ctrl key.

Debug Output Formatting

Warning and Information messages are now supported by custom formatting.
These are the messages logged to debug output by using Trace.TraceWarning() or Trace.TraceInformation() methods (or similar methods on Debug class).

debug output formatting - information

debug output formatting - warning

Default formatting can be changed from Tools -> Options –> Fonts and Colors in Visual Studio
(you may need to restart VS for settings to take effect)

custom formatting - customization

Search Output Custom Formatting

Custom formatting in Search Output will now follow the settings defined in Find and Replace dialog (match case, regex settings, ..)

search output

Configuration

Configuration handling has been rewritten to support  growing number of available options and provide better foundation for future releases.

Related posts:

  1. VSCommands 3.0.0.0 Released
  2. VSCommands 3.0.0.0–New Features
  3. VSCommands 2.5.0.0 Released!
  4. VSCommands 2.3.0.0 Released!
  5. VSCommands 2.2.0.0 Released!

Tags: , , ,

Category: news, release

Comments are closed.