Hi all,
I'm pleased to announce a new version of our free VS.NET 2003 add-in
collection called DPack. Here's where you can download DPack setup
application from:
http://www.usysware.com/dpack/
This is what's included in this release:
* 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.
* (New) 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.
* (New) 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.
--
Sergey M
http://www.usysware.com/dpack/