-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
30 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 10 additions & 31 deletions
41
PrettyXML.VSMac/PrettyXML.VSMac/Properties/Manifest.addin.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Addin author="Prateek Mahendrakar" | ||
id="PrettyXML.VSMac" | ||
name="PrettyXML" | ||
namespace="PrettyXML.VSMac" | ||
description="Formats XML just like Visual Studio Windows" | ||
version="0.0.7" | ||
url="https://github.com/pmahend1/PrettyXML.VSMac"> | ||
<Header> | ||
<Icon32>logo.png</Icon32> | ||
<UpdateRank>MySpecialTag:Important Minor</UpdateRank> | ||
<ReleaseNotes> | ||
{{0.0.7, 2020-09-16}} | ||
First version | ||
</ReleaseNotes> | ||
</Header> | ||
<ExtensionModel> | ||
<ExtensionModel> | ||
<Runtime> | ||
<Import assembly="XMLFormatter.dll" /> | ||
<Import assembly="XmlFormatter.dll" /> | ||
</Runtime> | ||
<!-- region works --> | ||
<Extension path="/MonoDevelop/Ide/Commands/Edit"> | ||
<Command id="PrettyXML.VSMac.PrettyXMLCommands.FormatXML" | ||
_label="PrettyXML - Format" | ||
defaultHandler="PrettyXML.VSMac.XMLFormatter" | ||
macShortcut="Meta+K|J Meta+K|Meta+J" | ||
shortcut="Control+K|J Control+K|Control+J" | ||
description="Formats XML just like Visual Studio" /> | ||
<Command id="PrettyXML.VSMac.PrettyXMLCommands.FormatXML" | ||
_label="Prettify XML" | ||
defaultHandler="PrettyXML.VSMac.XMLFormatter" | ||
macShortcut="Meta+K|J Meta+K|Meta+J" | ||
shortcut="Control+K|J Control+K|Control+J" | ||
description="Formats XML just like Visual Studio" /> | ||
</Extension> | ||
<Extension path="/MonoDevelop/Ide/MainMenu/Edit"> | ||
<CommandItem id="PrettyXML.VSMac.PrettyXMLCommands.FormatXML" /> | ||
<CommandItem id="PrettyXML.VSMac.PrettyXMLCommands.FormatXML" /> | ||
</Extension> | ||
<!-- region works --> | ||
<Extension path="/MonoDevelop/Ide/UpdateTags"> | ||
<Tag id="MySpecialTag" /> | ||
</Extension> | ||
</ExtensionModel> | ||
</Addin> | ||
</ExtensionModel> |