Shell Command - Delete SVN Folders
Jon Galloway shows how to create REG file that adds "Delete SVN Folders" to the context menu for folders. When you select it, it deletes all folders called .svn inside the folder and it’s children (it does nothing if the project’s not under SVN).
Technorati tags: svn, subversion, trick, shell
Create your own addin for Reflector
Jason Haley shows how to develop a simple addin for Reflector.
Code annotation tool for Reflector.
Review is a lightweight code annotation tool for Reflector. It can be used during code reviews or API reviews to take notes and pass them to other project members.
A review contains a list of code annotations. An annotation is associated to a code element (type, method, etc…) and contains a list of changes. A change is composed of a comment, a date, a user, a status and resolution. All data is stored in an XML file. Multiple review files can be merged into one file.
Download Review for Reflector from CodePlex.com
Technorati tags: reflector, tools, dotnet
[Via Peli's Farm]
Reflector 5 is available for download
The new version comes with a lot of great new features
- C# 3.0 support
- Extension methods
- Object initializers
- LINQ query expressions
- Collection initializers
- Lambda expressions
- Code URL support
- Navigate to code://mscorlib/System.Object via IE
- Ctrl+Alt+C to copy the URL for current item
- Add to HTML pages using <a href=“code://…”>
- Assembly Browser
- Multiple Windows: Analyzer and Disassembler windows can be open at the same time
- Update assembly location if loading the same assembly twice from different locations
- Back and Forward mouse buttons and shortcut keys work from all windows
- Disassembler
- Expand Methods and Expand Types feature
- Context-sensitive documentation view
- Click on declaration jumps to item in the browser
- Tab to cycle through links, Up/Down to scroll
- Context-based automatic variable naming
- Analyzer
- Add and analyze multiple items (DEL to remove)
- Find overrides of virtual methods
- “Exposed By” and “Instantiated By” search
- “Assigned By” search for fields
- Search
- String or Constant search
- Exact matching of multiple words
- Assembly Lists
- Resource Viewer
- Save byte arrays in .resources file to disk
- Double-click opens using shell file extension
- Options Dialog
- Use hex or decimal number format
- Indentation setting for text output
- Switch between public only and all items
- Automatically resolve assembly references
- Optimization setting (show raw code)
- Windows Shell integration
- Run Reflector.exe /register to register file extensions
- Right-click and “Browse…”
- Improved 120 DPI support
- Windows Vista support
Download Reflector 5.0 Add-Ins
[Via Computer Zen Blog]
