Skip to content

Commit

Permalink
Packages for release v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Clareburt committed Dec 27, 2017
1 parent d9f20f8 commit 2f49e35
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 21 deletions.
47 changes: 47 additions & 0 deletions Description.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<h1>Hot Settings</h1>
<p>Menus and Toolbars that expose Visual Studio settings.</p>
<p><strong><span style="color: #ff0000;">Note: Work in progress!! Not all functions are working. This is being uploaded in a Beta state so that users can take advantage of the features that do work, and others can start contributing to the project.</span></strong></p>
<p><strong><span style="color: #ff0000;">Please visit the <a href="http://github.com/justcla/HotSettings"> open source repo on GitHub</a> to raise issues or contribute fixes. Thanks!</span></strong></p>
<p><a href="https://raw.githubusercontent.com/justcla/HotSettings/master/HotSettings/Resources/Screenshot.PNG" target="_blank"><img src="https://raw.githubusercontent.com/justcla/HotSettings/master/HotSettings/Resources/Screenshot.PNG" alt="Hot Settings screenshot" /></a></p>
<h2>Intended to expose the following settings:</h2>
<h3>Editor Margin Settings (Editor margin context menu)</h3>
<ul>
<li>Indicator margin (glyph margin) (Text editor setting)<br>
- Contains breakpoints<br>
- Contains bookmarks<br>
- Also used by 3rd party extensions like Inherit Margin
</li>
<li>Line numbers (Language specific setting)</li>
<li>Quick Actions / Lightbulb Margin (future ?)</li>
<li>Selection margin (Text editor setting)
? Track changes (separate item)</li>
<li>Git Diff Margin (need 3rd party extension)</li>
<li>Outlining (Edit-&gt;Outlining Cmd, C#-&gt;Advanced (default))</li>
<li>Live Unit Testing (VS2017)</li>
<li>Annotate (Blame)</li>
</ul>
<h3><a id="user-content-general-settings-editor-window-context-menu" class="anchor" href="https://github.com/justcla/HotSettings#general-settings-editor-window-context-menu"></a>General Settings (Editor window context menu)</h3>
<ul>
<li>Navigation Bar (language specific)</li>
<li>Code Lens [Enterprise only] (Language specific)</li>
<li>Indent guides [PPT/VS2017]</li>
<li>White space (Edit Advanced Cmd)</li>
<li>Word wrap (Edit Advanced Cmd)
? Virtual glyphs</li>
<li>Highlight current line (Text editor setting)</li>
<li>Automatic delimiter highlighting (Text editor setting)</li>
<li>Show procedure line separator (C#/Basic-&gt;Advanced)</li>
<li>Show completion list [with keywords / code snippets] (C#-&gt;IntelliSense)</li>
<li>Show line endings (need 3rd party extension)</li>
<li>Highlight references to [symbol/keyword] under cursor (C#-&gt;Advanced)</li>
<li>IntelliSense squiggles (Basic)</li>
</ul>
<h3><a id="user-content-scrollbar-vertical-scrollbar-context-menu" class="anchor" href="https://github.com/justcla/HotSettings#scrollbar-vertical-scrollbar-context-menu"></a>Scrollbar (Vertical scrollbar context menu)</h3>
<ul>
<li>Show changes</li>
<li>Show marks</li>
<li>Show errors</li>
<li>Show caret position</li>
</ul>
<h3><a id="user-content-settings-toolbar" class="anchor" href="https://github.com/justcla/HotSettings#settings-toolbar"></a>Settings Toolbar</h3>
<ul><li>Contain a mix of settings from all groups above</li></ul>
4 changes: 4 additions & 0 deletions HotSettings/HotSettings.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@
</None>
</ItemGroup>
<ItemGroup>
<Content Include="ReleaseNotes.txt">
<IncludeInVSIX>true</IncludeInVSIX>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Resources\Screenshot - Full.png" />
<Content Include="Resources\Screenshot.PNG">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand Down
4 changes: 4 additions & 0 deletions HotSettings/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Hot Settings

26-Dec-2017 v1.1: Added support for Outling and Navigation Bar
20-Jun-2017 v1.0: Initial release (very beta!)
44 changes: 23 additions & 21 deletions HotSettings/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
<?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="HotSettings.Justin Clareburt.9d7d4a40-2b7c-4177-82bf-1876951e6b24" Version="1.0" Language="en-US" Publisher="Justin Clareburt" />
<DisplayName>HotSettings</DisplayName>
<Description xml:space="preserve">Menus and Toolbars that expose Visual Studio settings</Description>
<Icon>Resources\HotSettings_90x.png</Icon>
<PreviewImage>Resources\Screenshot.PNG</PreviewImage>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0, 15.0]" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
<Dependency Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 14.0" d:Source="Installed" Version="[14.0]" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.26004.1,16.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Metadata>
<Identity Id="HotSettings.Justin Clareburt.9d7d4a40-2b7c-4177-82bf-1876951e6b24" Version="1.1" Language="en-US" Publisher="Justin Clareburt" />
<DisplayName> Hot Settings</DisplayName>
<Description xml:space="preserve">Menus and Toolbars that expose Visual Studio settings</Description>
<MoreInfo>https://marketplace.visualstudio.com/items?itemName=JustinClareburtMSFT.HotSettings</MoreInfo>
<ReleaseNotes>ReleaseNotes.txt</ReleaseNotes>
<Icon>Resources\HotSettings_90x.png</Icon>
<PreviewImage>Resources\Screenshot.PNG</PreviewImage>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0, 15.0]" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
<Dependency Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 14.0" d:Source="Installed" Version="[14.0]" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.26004.1,16.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
</PackageManifest>

0 comments on commit 2f49e35

Please sign in to comment.