Skip to content

Commit

Permalink
AU: 1 updated - vs2022-codemaid
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 19, 2022
1 parent b1ff775 commit 87904b1
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 32 deletions.
2 changes: 1 addition & 1 deletion automatic/codemaid/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ![CodeMaid Changelog](https://img.shields.io/badge/CodeMaid-Package%20Changelog-blue.svg?style=for-the-badge)

## UPCOMING
## Version: 12.0.300 (2022-02-19)

- Add support for new package targeting Visual Studio 2022

Expand Down
5 changes: 4 additions & 1 deletion automatic/codemaid/codemaid.json
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
{}
{
"vs2019-12.0": "12.0.300",
"vs2022-12.0": "12.0.300"
}
58 changes: 31 additions & 27 deletions automatic/codemaid/codemaid.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>codemaid</id>
<version>11.2.231</version>
<id>vs2022-codemaid</id>
<version>12.0.300</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/codemaid</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>CodeMaid</title>
<title>CodeMaid (VS2022)</title>
<authors>Steve Cadwallader</authors>
<projectUrl>https://www.codemaid.net/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@25274468d2ef287a6069b81fd3ad403bd1e7d52b/automatic/codemaid/icons/codemaid.png</iconUrl>
Expand All @@ -23,45 +23,49 @@
## Features
- **Code Cleaning**
![Code Cleaning](https://www.codemaid.net/wp-content/themes/codemaid/images/code-cleaning_thumb.png)
- **Code Cleaning**
![Code Cleaning](https://www.codemaid.net/wp-content/themes/codemaid/images/code-cleaning_thumb.png)
Cleanup random white space into a simple standard order. Add unspecified access modifiers. Utilize Visual Studio’s built-in formatting capabilities. Remove and sort using statements. And do it all automatically on save or on demand, from an individual file to the entire solution.
- **Code Digging**
![CodeMaid Digging](https://www.codemaid.net/wp-content/themes/codemaid/images/code-digging_thumb.png)
- **Code Digging**
![CodeMaid Digging](https://www.codemaid.net/wp-content/themes/codemaid/images/code-digging_thumb.png)
Visualize and navigate through the contents of your C# and C++ files from a tree view hierarchy. Quickly switch between different sorting methods to get a better overview. Drag and drop to reorganize the code. See McCabe complexity scores and informative tooltips.
- **Code Reorganizing**
![CodeMaid Reorganizing](https://www.codemaid.net/wp-content/themes/codemaid/images/code-reorganizing_thumb.png)
- **Code Reorganizing**
![CodeMaid Reorganizing](https://www.codemaid.net/wp-content/themes/codemaid/images/code-reorganizing_thumb.png)
Reorganize the layout of members in a C# file to follow Microsoft’s StyleCop convention, or your own preferences. Automatically generate regions to match. Run on demand or automatically during cleanup.
- **Comment Formatting**
![CodeMaid Formatting](https://www.codemaid.net/wp-content/themes/codemaid/images/code-formatting_thumb.png)
- **Comment Formatting**
![CodeMaid Formatting](https://www.codemaid.net/wp-content/themes/codemaid/images/code-formatting_thumb.png)
Format comments to wrap at a specified column and arrange tags on separate lines. Run on demand or automatically during cleanup.
- **Joining**
![CodeMaid Joining](https://www.codemaid.net/wp-content/themes/codemaid/images/code-joining_thumb.png)
- **Joining**
![CodeMaid Joining](https://www.codemaid.net/wp-content/themes/codemaid/images/code-joining_thumb.png)
Join two adjacent lines, or a highlighted section of code onto a single line.
- ![CodeMaid Finding](https://www.codemaid.net/wp-content/themes/codemaid/images/code-finding_thumb.png)
**Finding**
Find the current file in the solution explorer window.
- **Sorting**
![CodeMaid Sorting](https://www.codemaid.net/wp-content/themes/codemaid/images/code-sorting_thumb.png)
- **Sorting**
![CodeMaid Sorting](https://www.codemaid.net/wp-content/themes/codemaid/images/code-sorting_thumb.png)
Sort a highlighted section of code alphabetically.
- **Collapsing**
![CodeMaid Collapsing](https://www.codemaid.net/wp-content/themes/codemaid/images/code-collapsing_thumb.png)
- **Collapsing**
![CodeMaid Collapsing](https://www.codemaid.net/wp-content/themes/codemaid/images/code-collapsing_thumb.png)
Recursively collapse nodes or the entire tree in the solution explorer window.
- **Progressing**
![CodeMaid Progressing](https://www.codemaid.net/wp-content/themes/codemaid/images/code-progressing_thumb.png)
- **Progressing**
![CodeMaid Progressing](https://www.codemaid.net/wp-content/themes/codemaid/images/code-progressing_thumb.png)
View the overall progress of a build within Visual Studio, or in the Windows taskbar, both with a green/red status indication.
- **Configuring**
![CodeMaid Configuring](https://www.codemaid.net/wp-content/themes/codemaid/images/code-configuring_thumb.png)
- **Configuring**
![CodeMaid Configuring](https://www.codemaid.net/wp-content/themes/codemaid/images/code-configuring_thumb.png)
Enable, modify or disable many of the aspects of how CodeMaid does its work.
- **Switching**
![CodeMaid Switching](https://www.codemaid.net/wp-content/themes/codemaid/images/code-switching_thumb.png)
- **Switching**
![CodeMaid Switching](https://www.codemaid.net/wp-content/themes/codemaid/images/code-switching_thumb.png)
Switch between related files, such as cpp and header files or xaml and code-behind.
- **Toggling**
![CodeMaid Toggling](https://www.codemaid.net/wp-content/themes/codemaid/images/code-toggling_thumb.png)
- **Toggling**
![CodeMaid Toggling](https://www.codemaid.net/wp-content/themes/codemaid/images/code-toggling_thumb.png)
Toggle read-only state of files without jumping into the windows explorer.
- **and More!**
![CodeMaid and more](https://www.codemaid.net/wp-content/themes/codemaid/images/code-andmore_thumb.png)
- **and More!**
![CodeMaid and more](https://www.codemaid.net/wp-content/themes/codemaid/images/code-andmore_thumb.png)
Remove regions, close read-only files, etc.
## Notes
- If you need the 2022 edition of this extension, please install [vs2022-codemaid](https://community.chocolatey.org/packages/vs2022-codemaid) instead.
]]></description>
<releaseNotes>
[Software Changelog](https://github.com/codecadwallader/codemaid/blob/master/CHANGELOG.md)
Expand Down
4 changes: 2 additions & 2 deletions automatic/codemaid/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://github.com/codecadwallader/codemaid/releases>
and can be verified by doing the following:

1. Download the following <https://github.com/codecadwallader/codemaid/releases/download/v11.2/CodeMaid.v11.2.231.vsix>
1. Download the following <https://github.com/codecadwallader/codemaid/releases/download/v12.0/CodeMaid.VS2022.v12.0.300.vsix>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: 9634F794CAADF9B70A81CDB0E2F708FDB9D6C2592644CEA41C3B8977AC404082
checksum: AE46F6931AF14AC9395DCC7DE1F6F5E4880805DA926FE84576DD993E3C83E01C

The file 'LICENSE.txt' has been obtained from <https://github.com/codecadwallader/codemaid/blob/master/LICENSE.txt>
2 changes: 1 addition & 1 deletion automatic/codemaid/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$parameters = @{
PackageName = $env:ChocolateyPackageName
File = "$toolsPath\CodeMaid.v11.2.231.vsix"
File = "$toolsPath\CodeMaid.VS2022.v12.0.300.vsix"
}

Install-VisualStudioVsixExtension @parameters
Expand Down

0 comments on commit 87904b1

Please sign in to comment.