|
69 | 69 | </Strings> |
70 | 70 | </Button> |
71 | 71 |
|
| 72 | + <Button guid="guidHotCommandsPackageCmdSet" id="cmdidDuplicateLine" priority="0x0000" type="Button"> |
| 73 | + <CommandFlag>DynamicVisibility</CommandFlag> |
| 74 | + <CommandFlag>DefaultInvisible</CommandFlag> |
| 75 | + <Strings> |
| 76 | + <ButtonText>Duplicate Line</ButtonText> |
| 77 | + <MenuText>Duplicate &Line</MenuText> |
| 78 | + <ToolTipText>Duplicates the selected text.</ToolTipText> |
| 79 | + </Strings> |
| 80 | + </Button> |
72 | 81 | <Button guid="guidHotCommandsPackageCmdSet" id="cmdidDuplicateSelection" priority="0x0000" type="Button"> |
73 | 82 | <CommandFlag>DynamicVisibility</CommandFlag> |
74 | 83 | <CommandFlag>DefaultInvisible</CommandFlag> |
|
84 | 93 | <Strings> |
85 | 94 | <ButtonText>Duplicate Selection Reversed</ButtonText> |
86 | 95 | <MenuText>Duplicate Selection &Reversed</MenuText> |
87 | | - <ToolTipText>Duplicates the selected lines in reverse.</ToolTipText> |
| 96 | + <ToolTipText>Duplicates the selected text in reverse.</ToolTipText> |
88 | 97 | </Strings> |
89 | 98 | </Button> |
90 | 99 |
|
|
166 | 175 | </Commands> |
167 | 176 |
|
168 | 177 | <CommandPlacements> |
169 | | - <CommandPlacement guid="guidHotCommandsPackageCmdSet" id="cmdidToggleComment" priority="0x7515"> |
| 178 | + <CommandPlacement guid="guidHotCommandsPackageCmdSet" id="cmdidFormatCode" priority="0x2795"> |
170 | 179 | <Parent guid="guidStdEditor" id="IDG_VS_EDITOR_ADVANCED_CMDS"/> |
171 | 180 | </CommandPlacement> |
172 | | - <CommandPlacement guid="guidHotCommandsPackageCmdSet" id="cmdidExpandSelection" priority="0x7520"> |
| 181 | + <CommandPlacement guid="guidHotCommandsPackageCmdSet" id="cmdidMoveMemberUp" priority="0x3005"> |
173 | 182 | <Parent guid="guidStdEditor" id="IDG_VS_EDITOR_ADVANCED_CMDS"/> |
174 | 183 | </CommandPlacement> |
175 | | - <CommandPlacement guid="guidHotCommandsPackageCmdSet" id="cmdidShrinkSelection" priority="0x7525"> |
| 184 | + <CommandPlacement guid="guidHotCommandsPackageCmdSet" id="cmdidMoveMemberDown" priority="0x3010"> |
176 | 185 | <Parent guid="guidStdEditor" id="IDG_VS_EDITOR_ADVANCED_CMDS"/> |
177 | 186 | </CommandPlacement> |
178 | | - <CommandPlacement guid="guidHotCommandsPackageCmdSet" id="cmdidFormatCode" priority="0x2795"> |
| 187 | + <CommandPlacement guid="guidHotCommandsPackageCmdSet" id="cmdidToggleComment" priority="0x7515"> |
179 | 188 | <Parent guid="guidStdEditor" id="IDG_VS_EDITOR_ADVANCED_CMDS"/> |
180 | 189 | </CommandPlacement> |
181 | | - <CommandPlacement guid="guidHotCommandsPackageCmdSet" id="cmdidDuplicateSelection" priority="0x7516"> |
| 190 | + <CommandPlacement guid="guidHotCommandsPackageCmdSet" id="cmdidDuplicateLine" priority="0x7516"> |
182 | 191 | <Parent guid="guidStdEditor" id="IDG_VS_EDITOR_ADVANCED_CMDS"/> |
183 | 192 | </CommandPlacement> |
184 | | - <CommandPlacement guid="guidHotCommandsPackageCmdSet" id="cmdidDuplicateSelectionReverse" priority="0x7517"> |
| 193 | + <CommandPlacement guid="guidHotCommandsPackageCmdSet" id="cmdidDuplicateSelection" priority="0x7517"> |
185 | 194 | <Parent guid="guidStdEditor" id="IDG_VS_EDITOR_ADVANCED_CMDS"/> |
186 | 195 | </CommandPlacement> |
187 | | - <CommandPlacement guid="guidHotCommandsPackageCmdSet" id="cmdidJoinLines" priority="0x7518"> |
| 196 | + <CommandPlacement guid="guidHotCommandsPackageCmdSet" id="cmdidDuplicateSelectionReverse" priority="0x7518"> |
188 | 197 | <Parent guid="guidStdEditor" id="IDG_VS_EDITOR_ADVANCED_CMDS"/> |
189 | 198 | </CommandPlacement> |
190 | | - <CommandPlacement guid="guidHotCommandsPackageCmdSet" id="cmdidMoveMemberUp" priority="0x3005"> |
| 199 | + <CommandPlacement guid="guidHotCommandsPackageCmdSet" id="cmdidJoinLines" priority="0x7520"> |
191 | 200 | <Parent guid="guidStdEditor" id="IDG_VS_EDITOR_ADVANCED_CMDS"/> |
192 | 201 | </CommandPlacement> |
193 | | - <CommandPlacement guid="guidHotCommandsPackageCmdSet" id="cmdidMoveMemberDown" priority="0x3010"> |
| 202 | + <CommandPlacement guid="guidHotCommandsPackageCmdSet" id="cmdidExpandSelection" priority="0x7522"> |
| 203 | + <Parent guid="guidStdEditor" id="IDG_VS_EDITOR_ADVANCED_CMDS"/> |
| 204 | + </CommandPlacement> |
| 205 | + <CommandPlacement guid="guidHotCommandsPackageCmdSet" id="cmdidShrinkSelection" priority="0x7525"> |
194 | 206 | <Parent guid="guidStdEditor" id="IDG_VS_EDITOR_ADVANCED_CMDS"/> |
195 | 207 | </CommandPlacement> |
196 | 208 | <!-- Go To ... Commands --> |
|
210 | 222 | <VisibilityItem guid="guidHotCommandsPackageCmdSet" id="cmdidExpandSelection" context="GUID_TextEditorFactory"/> |
211 | 223 | <VisibilityItem guid="guidHotCommandsPackageCmdSet" id="cmdidShrinkSelection" context="GUID_TextEditorFactory"/> |
212 | 224 | <VisibilityItem guid="guidHotCommandsPackageCmdSet" id="cmdidFormatCode" context="GUID_TextEditorFactory"/> |
| 225 | + <VisibilityItem guid="guidHotCommandsPackageCmdSet" id="cmdidDuplicateLine" context="GUID_TextEditorFactory"/> |
213 | 226 | <VisibilityItem guid="guidHotCommandsPackageCmdSet" id="cmdidDuplicateSelection" context="GUID_TextEditorFactory"/> |
214 | 227 | <VisibilityItem guid="guidHotCommandsPackageCmdSet" id="cmdidDuplicateSelectionReverse" context="GUID_TextEditorFactory"/> |
215 | 228 | <VisibilityItem guid="guidHotCommandsPackageCmdSet" id="cmdidJoinLines" context="GUID_TextEditorFactory"/> |
|
229 | 242 | <KeyBinding guid="guidHotCommandsPackageCmdSet" id="cmdidShrinkSelection" editor="GUID_TextEditorFactory" mod1="Control Shift" key1="W"/> |
230 | 243 | <KeyBinding guid="guidHotCommandsPackageCmdSet" id="cmdidFormatCode" editor="GUID_TextEditorFactory" mod1="Control Alt" key1="F"/> |
231 | 244 | <KeyBinding guid="guidHotCommandsPackageCmdSet" id="cmdidDuplicateSelection" editor="GUID_TextEditorFactory" mod1="Control" key1="D"/> |
232 | | - <KeyBinding guid="guidHotCommandsPackageCmdSet" id="cmdidDuplicateSelectionReverse" editor="GUID_TextEditorFactory" mod1="Control Shift" key1="D"/> |
| 245 | + <KeyBinding guid="guidHotCommandsPackageCmdSet" id="cmdidDuplicateLine" editor="GUID_TextEditorFactory" mod1="Control Shift" key1="D"/> |
233 | 246 | <KeyBinding guid="guidHotCommandsPackageCmdSet" id="cmdidJoinLines" editor="GUID_TextEditorFactory" mod1="Control Shift" key1="J"/> |
234 | 247 | <KeyBinding guid="guidHotCommandsPackageCmdSet" id="cmdidGoToPreviousMember" editor="GUID_TextEditorFactory" mod1="Control Alt" key1="VK_UP"/> |
235 | 248 | <KeyBinding guid="guidHotCommandsPackageCmdSet" id="cmdidGoToNextMember" editor="GUID_TextEditorFactory" mod1="Control Alt" key1="VK_DOWN"/> |
|
243 | 256 |
|
244 | 257 | <!-- This is the guid used to group the menu commands together --> |
245 | 258 | <GuidSymbol name="guidHotCommandsPackageCmdSet" value="{1023dc3d-550c-46b8-a3ec-c6b03431642c}"> |
| 259 | + <IDSymbol name="cmdidDuplicateLine" value="0x1018" /> |
246 | 260 | <IDSymbol name="cmdidDuplicateSelection" value="0x1019" /> |
247 | 261 | <IDSymbol name="cmdidDuplicateSelectionReverse" value="0x1020" /> |
248 | 262 | <IDSymbol name="cmdidToggleComment" value="0x1021" /> |
|
0 commit comments