Skip to content

Commit

Permalink
Added VS commands Duplicate and ExpandSelection. Created new GUID for…
Browse files Browse the repository at this point in the history
… Marketplace.
  • Loading branch information
Justin Clareburt committed Jan 16, 2018
1 parent fa3d2b8 commit 7507f6c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions HotKeysVSIX/IntelliJ IDEA.vssettings
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
<Shortcut Command="Edit.CycleClipboardRing" Scope="Text Editor">Ctrl+Shift+V</Shortcut>
<Shortcut Command="Edit.Duplicate" Scope="Text Editor">Ctrl+D</Shortcut> <!-- Implemented in VS2017 v15.6 -->
<Shortcut Command="Edit.DuplicateSelection" Scope="Text Editor">Ctrl+D</Shortcut> <!-- Fallback to HotCommands for older versions of VS. -->
<RemoveShortcut Command="Edit.Redo" Scope="Global">Ctrl+Y</RemoveShortcut>
<Shortcut Command="Edit.LineDelete" Scope="Text Editor">Ctrl+Y</Shortcut>
<Shortcut Command="Edit.JoinLines" Scope="Text Editor">Ctrl+Shift+J</Shortcut> <!-- NYI Near match for Smart Join lines - Hot Commands Join Line -->
<Shortcut Command="Edit.SmartBreakLine" Scope="Text Editor">Ctrl+Enter</Shortcut> <!-- [Smart line split] C# behaviour is a near-match. Actually just does LineOpenBelow. -->
Expand Down
1 change: 1 addition & 0 deletions HotKeysVSIX/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Hot Keys - Keyboard Shortcuts
16-Jan-2018: v2.0.2 Added shortcuts for new VS features: Duplicate Text and Expland Selection
12-Jan-2018: v2.0.1 Embedded Keyboard Shortcuts Manager and supplied IntelliJ and R# VS and IDEA shortcut defs
12-Aug-2017: v2.0.0 Moved to VSIX instead of MSI
05-Feb-2017: v1.2.2 Removed IntelliJ Build/Debug shortcuts from ReSharper schemes
Expand Down
3 changes: 2 additions & 1 deletion HotKeysVSIX/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="HotKeys.5ae23bc9-e935-43ae-80d2-40ffea76a743" Version="2.0.1" Language="en-US" Publisher="Justin Clareburt" />
<Identity Id="HotKeys.e18a1a2b-78e5-4f4c-aade-448d36fd6016" Version="2.0.2" Language="en-US" Publisher="Justin Clareburt" />
<DisplayName>Hot Keys - Keyboard Shortcuts</DisplayName>
<Description xml:space="preserve">Installs alternative keyboard mapping schemes to work with Visual Studio.</Description>
<MoreInfo>https://aka.ms/hotkeys2017</MoreInfo>
<ReleaseNotes>ReleaseNotes.txt</ReleaseNotes>
<Icon>Resources\HotKeysIcon.png</Icon>
<PreviewImage>Resources\HotKeysPreviewImage.png</PreviewImage>
Expand Down

0 comments on commit 7507f6c

Please sign in to comment.