VsTortoise, Build 24 beta released
VsTortoise is an add-in for Microsoft Visual Studio that provides an interface to perform the most common revision control operations directly from inside the Visual Studio IDE. It uses TortoiseSVN to execute the Subversion commands.
Existing users of VsTortoise receive an update notification if the option “Also check for beta versions” is checked. New users can download it from http://vstortoise.codeplex.com/releases/view/45202.
VsTortoise Build 24 beta changelog:
- New: Added “Open Modified File…” to Solution Explorer context menus. VsTortoise.SolutionExplorerSelectedItemsOpenModifiedFile command.
- New: Added “Repository Browser” to Solution Explorer context menus. VsTortoise.SolutionExplorerSelectedItemsRepoBrowser command.
- New: Added default shortcuts to various VsTortoise commands (ActiveDocumentDiff, ActiveDocumentDiffWithPreviousVersion, ActiveDocumentBlame, ActiveDocumentFindNextModification, ActiveDocumentFindPreviousModification, OpenModifiedFile). In case the particular shortcut is used by another Command already, VsTortoise will not steal the others shortcut and will not provide a default shortcut. Existing users of VsTortoise would need to uninstall / install the new version for this feature to take effect.
- New: Added VsTortoise.SolutionExplorerSelectedItemsUpdateToRevision command to Solution Explorer context menus. Issue: update to revision
- New: Added options to enable/disable various VsTortoise menu integrations. Options located under Mainmenu -> Tools -> Options -> VsTortoise -> Integration. Issue: additional code editor context menu
- New: Added VsTortoise to text/code editor context menu. Issue: additional code editor context menu
- New: Assigned accelerator keys to VsTortoise menu items. You can open the VsTortoise main menu bar without using the mouse now. Just press Alt key, then use the underlined key in the VsTortoise main menu item to open it. The preferred accelerator key is Alt+S, but this can change when it is used by another menu item already.
- New: OpenModifiedDocumentDialog: added support for “Ctrl+Enter” within filter textbox and listview to execute “Compare with base”
- New: OpenModifiedDocumentDialog: added support for PageUp/PageDown keys in filter textbox to navigate the listview, so far only up/down were supported
- Rem: OpenModifiedDocumentDialog: removed “select all” shortcut from listview, never used this
- Fix: Fixed Issue: Labels not properly sized in the options page
- Fix: Fixed Webupdate “Interval in days”. An interval of 1 day should check for updates every day (when day of year changed). In earlier versions, at least 24hrs had to elapse, not taking the day of year in to account.
- Fix: OpenModifiedDocumentDialog: List uses Windows Explorer visual style information (Windows XP or later)






