forked from Vlad-Herus/CollapseRegionExtension
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid confusing this extension with Collapse Region Extension from which this was forked. Update icon, file names, namespaces, and IDs to avoid collisions. Many thanks to the author of Collapse Region Extension for releasing source with the MIT license.
- Loading branch information
Showing
23 changed files
with
526 additions
and
423 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
40 changes: 20 additions & 20 deletions
40
Common/CollapseRegionCommon.projitems → Common/ToggleRegionsCommon.projitems
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,21 +1,21 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<MSBuildAllProjects Condition="'$(MSBuildVersion)' == '' Or '$(MSBuildVersion)' < '16.0'">$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> | ||
<HasSharedItems>true</HasSharedItems> | ||
<SharedGUID>54e2047f-59b4-4198-81ea-f50cdf04050b</SharedGUID> | ||
</PropertyGroup> | ||
<PropertyGroup Label="Configuration"> | ||
<Import_RootNamespace>CollapseRegionCommon</Import_RootNamespace> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Compile Include="$(MSBuildThisFileDirectory)RegionCommands.cs" /> | ||
<Compile Include="$(MSBuildThisFileDirectory)RegionCommandsPackage.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<EmbeddedResource Include="$(MSBuildThisFileDirectory)VSPackage.resx" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Content Include="$(MSBuildThisFileDirectory)Resources\RegionCommandsPackage.ico" /> | ||
</ItemGroup> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<MSBuildAllProjects Condition="'$(MSBuildVersion)' == '' Or '$(MSBuildVersion)' < '16.0'">$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> | ||
<HasSharedItems>true</HasSharedItems> | ||
<SharedGUID>54e2047f-59b4-4198-81ea-f50cdf04050b</SharedGUID> | ||
</PropertyGroup> | ||
<PropertyGroup Label="Configuration"> | ||
<Import_RootNamespace>ToggleRegionsCommon</Import_RootNamespace> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Compile Include="$(MSBuildThisFileDirectory)RegionCommands.cs" /> | ||
<Compile Include="$(MSBuildThisFileDirectory)RegionCommandsPackage.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<EmbeddedResource Include="$(MSBuildThisFileDirectory)VSPackage.resx" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Content Include="$(MSBuildThisFileDirectory)Resources\RegionCommandsPackage.ico" /> | ||
</ItemGroup> | ||
</Project> |
26 changes: 13 additions & 13 deletions
26
Common/CollapseRegionCommon.shproj → Common/ToggleRegionsCommon.shproj
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,13 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup Label="Globals"> | ||
<ProjectGuid>54e2047f-59b4-4198-81ea-f50cdf04050b</ProjectGuid> | ||
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion> | ||
</PropertyGroup> | ||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> | ||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.Common.Default.props" /> | ||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.Common.props" /> | ||
<PropertyGroup /> | ||
<Import Project="CollapseRegionCommon.projitems" Label="Shared" /> | ||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.CSharp.targets" /> | ||
</Project> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup Label="Globals"> | ||
<ProjectGuid>54e2047f-59b4-4198-81ea-f50cdf04050b</ProjectGuid> | ||
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion> | ||
</PropertyGroup> | ||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> | ||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.Common.Default.props" /> | ||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.Common.props" /> | ||
<PropertyGroup /> | ||
<Import Project="ToggleRegionsCommon.projitems" Label="Shared" /> | ||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.CSharp.targets" /> | ||
</Project> |
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
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Spacing between edge of graphic and contents is 0.875 x height. | ||
|
||
When resizing for PNG, best output comes from (assuming Inkscape): | ||
- Resize document to desired square size. | ||
- Resize content to 0.875 x (document height) while maintaining aspect ratio. | ||
- Export PNG. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
100 changes: 50 additions & 50 deletions
100
CollapseRegionExtension.sln → ToggleRegionsExtension.sln
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,50 +1,50 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 17 | ||
VisualStudioVersion = 17.3.32929.385 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CollapseRegionVS2022", "VS2022\CollapseRegionVS2022.csproj", "{951F86CB-5978-4167-9489-CF0AA0F47776}" | ||
EndProject | ||
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "CollapseRegionCommon", "Common\CollapseRegionCommon.shproj", "{54E2047F-59B4-4198-81EA-F50CDF04050B}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CollapseRegionVS2017", "VS2017\CollapseRegionVS2017.csproj", "{6D66EA76-7435-4D6B-AA3F-9F62D948BCE3}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CollapseRegionVS2019", "VS2019\CollapseRegionVS2019.csproj", "{6A856C23-0264-4625-9FA3-4CB702138FDE}" | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6E8AF32A-F20D-4F61-8DE5-02F301AA7AF5}" | ||
ProjectSection(SolutionItems) = preProject | ||
README.md = README.md | ||
EndProjectSection | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{951F86CB-5978-4167-9489-CF0AA0F47776}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{951F86CB-5978-4167-9489-CF0AA0F47776}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{951F86CB-5978-4167-9489-CF0AA0F47776}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{951F86CB-5978-4167-9489-CF0AA0F47776}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{6D66EA76-7435-4D6B-AA3F-9F62D948BCE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{6D66EA76-7435-4D6B-AA3F-9F62D948BCE3}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{6D66EA76-7435-4D6B-AA3F-9F62D948BCE3}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{6D66EA76-7435-4D6B-AA3F-9F62D948BCE3}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{6A856C23-0264-4625-9FA3-4CB702138FDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{6A856C23-0264-4625-9FA3-4CB702138FDE}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{6A856C23-0264-4625-9FA3-4CB702138FDE}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{6A856C23-0264-4625-9FA3-4CB702138FDE}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {49128312-AF11-42F9-B642-5C594659EDC9} | ||
EndGlobalSection | ||
GlobalSection(SharedMSBuildProjectFiles) = preSolution | ||
Common\CollapseRegionCommon.projitems*{54e2047f-59b4-4198-81ea-f50cdf04050b}*SharedItemsImports = 13 | ||
Common\CollapseRegionCommon.projitems*{6a856c23-0264-4625-9fa3-4cb702138fde}*SharedItemsImports = 4 | ||
Common\CollapseRegionCommon.projitems*{6d66ea76-7435-4d6b-aa3f-9f62d948bce3}*SharedItemsImports = 4 | ||
Common\CollapseRegionCommon.projitems*{951f86cb-5978-4167-9489-cf0aa0f47776}*SharedItemsImports = 4 | ||
EndGlobalSection | ||
EndGlobal | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 17 | ||
VisualStudioVersion = 17.3.32929.385 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ToggleRegionsVS2022", "VS2022\ToggleRegionsVS2022.csproj", "{951F86CB-5978-4167-9489-CF0AA0F47776}" | ||
EndProject | ||
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "ToggleRegionsCommon", "Common\ToggleRegionsCommon.shproj", "{54E2047F-59B4-4198-81EA-F50CDF04050B}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ToggleRegionsVS2017", "VS2017\ToggleRegionsVS2017.csproj", "{6D66EA76-7435-4D6B-AA3F-9F62D948BCE3}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ToggleRegionsVS2019", "VS2019\ToggleRegionsVS2019.csproj", "{6A856C23-0264-4625-9FA3-4CB702138FDE}" | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6E8AF32A-F20D-4F61-8DE5-02F301AA7AF5}" | ||
ProjectSection(SolutionItems) = preProject | ||
README.md = README.md | ||
EndProjectSection | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{951F86CB-5978-4167-9489-CF0AA0F47776}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{951F86CB-5978-4167-9489-CF0AA0F47776}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{951F86CB-5978-4167-9489-CF0AA0F47776}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{951F86CB-5978-4167-9489-CF0AA0F47776}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{6D66EA76-7435-4D6B-AA3F-9F62D948BCE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{6D66EA76-7435-4D6B-AA3F-9F62D948BCE3}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{6D66EA76-7435-4D6B-AA3F-9F62D948BCE3}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{6D66EA76-7435-4D6B-AA3F-9F62D948BCE3}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{6A856C23-0264-4625-9FA3-4CB702138FDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{6A856C23-0264-4625-9FA3-4CB702138FDE}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{6A856C23-0264-4625-9FA3-4CB702138FDE}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{6A856C23-0264-4625-9FA3-4CB702138FDE}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {49128312-AF11-42F9-B642-5C594659EDC9} | ||
EndGlobalSection | ||
GlobalSection(SharedMSBuildProjectFiles) = preSolution | ||
Common\ToggleRegionsCommon.projitems*{54e2047f-59b4-4198-81ea-f50cdf04050b}*SharedItemsImports = 13 | ||
Common\ToggleRegionsCommon.projitems*{6a856c23-0264-4625-9fa3-4cb702138fde}*SharedItemsImports = 4 | ||
Common\ToggleRegionsCommon.projitems*{6d66ea76-7435-4d6b-aa3f-9f62d948bce3}*SharedItemsImports = 4 | ||
Common\ToggleRegionsCommon.projitems*{951f86cb-5978-4167-9489-cf0aa0f47776}*SharedItemsImports = 4 | ||
EndGlobalSection | ||
EndGlobal |
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
Oops, something went wrong.