ANN: free DPack for Visual Studio .NET 2003 v1.3.0 (beta)

S

Sergey M

Hi all,

I'm pleased to announce a new beta version of our free VS.NET 2003
add-in collection called DPack. Here's where you can download DPack
setup application from (screenshots are available as well):

http://www.usysware.com/dpack/

This is what's included in this release:

* (New) Framework Browser add-in - locate Framework Component Library
type, its corresponding namespace and assembly using the framework
browser dialog accessible via Alt-R keyboard key combination or Tools
menu. Selected type's assembly name is copied to the clipboard and its
assembly is added to the project's reference list.

* Code Browser add-in - jump to the first line of code associated with
the code member (procedures, functions, variables, enums, structs,
etc.) using a dialog accessible via Alt-G keyboard key combination or
Tools menu.

* File Browser add-in - locate and open file(s) in the solution using
the file browser dialog. The dialog shows all code files in all
projects of the currently opened solution.

* Surround With add-in - paste one of the commonly used code
constructs to the currently opened source file. The supported code
constructs include: "try/finally", "try/catch", "try/catch/finally",
"for", "foreach", "while", "do/while", "if", "if/else", "switch" and
"#region".

* Code Navigation add-in - jump to the next or previous code element
in the current file via Alt-Down Arrow or Alt-Up Arrow key
combination.

* Bookmarks add-in - set and recall 0-9 bookmarks via unique keyboard
key combinations (Ctrl-Shift-<N> to set and Ctrl-<N> to recall).

* Delphi Keyboard Mapping Scheme - keyboard re-mapped to match Borland
Delphi's layout for those converting from Delphi to VS.

Enjoy.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top