Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions AxialSqlTools/AxialSqlTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@
<Compile Include="Commands\Dialogs\ExcelExportSuccessDialog.xaml.cs">
<DependentUpon>ExcelExportSuccessDialog.xaml</DependentUpon>
</Compile>
<Compile Include="Commands\CopyQueryAsHtmlCommand.cs" />
<Compile Include="Commands\OpenTemplatesFolderCommand.cs" />
<Compile Include="Commands\RefreshTemplatesCommand.cs" />
<Compile Include="Commands\ResultGridCommands.cs" />
Expand Down Expand Up @@ -421,7 +420,6 @@
<ItemGroup>
<Content Include="Resources\attention.png" />
<Content Include="Resources\compare-schemas.png" />
<Content Include="Resources\copy.png" />
<Content Include="Resources\data-source-target.png" />
<Content Include="Resources\database-scripter.png" />
<Content Include="Resources\export-data.png" />
Expand Down
1 change: 0 additions & 1 deletion AxialSqlTools/AxialSqlToolsPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ protected override async Task InitializeAsync(CancellationToken cancellationToke
await ExportGridToAsInsertsCommand.InitializeAsync(this);
await ToolWindowGridToEmailCommand.InitializeAsync(this);
await HealthDashboard_ServerCommand.InitializeAsync(this);
await CopyQueryAsHtmlCommand.InitializeAsync(this);
await DataTransferWindowCommand.InitializeAsync(this);
await DataImportWindowCommand.InitializeAsync(this);
await ResultGridCopyAsInsertCommand.InitializeAsync(this);
Expand Down
16 changes: 0 additions & 16 deletions AxialSqlTools/AxialSqlToolsPackage.vsct
Original file line number Diff line number Diff line change
Expand Up @@ -123,16 +123,6 @@
<ToolTipText>Format SQL query (hold Shift for advanced options)</ToolTipText>
</Strings>
</Button>
<Button guid="guidAxialSqlToolsPackageCmdSet" id="AxialCopyQueryAsHtmlButton" priority="0x0005" type="Button">
<Parent guid="guidAxialSqlToolsPackageCmdSet" id="AxialToolsSubMenuGroup_Copy" />
<Icon guid="guidCopy" id="bmpCopy" />
<CommandFlag>IconAndText</CommandFlag>
<Strings>
<ButtonText>Copy Query for Web Paste</ButtonText>
<LocCanonicalName>AxialSqlTools.CopyQueryForWebPaste</LocCanonicalName>
<ToolTipText>Copy the query with HTML formatting preserved. Hold Shift to copy the underlying HTML code instead of formatted text.</ToolTipText>
</Strings>
</Button>

<!-- TOOLS Submenu buttons -->
<Button guid="guidAxialSqlToolsPackageCmdSet" id="AxialExportButtonGridToExcel" priority="0x0100" type="Button">
Expand Down Expand Up @@ -343,7 +333,6 @@
<Bitmap guid="guidOpenFolder" href="Resources\open-folder.png" usedList="bmpOpenFolder" />
<Bitmap guid="guidSqlBuildInfo" href="Resources\sql-build-info.png" usedList="bmpSqlBuildInfo" />
<Bitmap guid="guidDatabaseScripter" href="Resources\database-scripter.png" usedList="bmpDatabaseScripter" />
<Bitmap guid="guidCopy" href="Resources\copy.png" usedList="bmpCopy" />
<Bitmap guid="guidSearch" href="Resources\search.png" usedList="bmpSearch" />
<Bitmap guid="guidSelect" href="Resources\select.png" usedList="bmpSelect" />
<Bitmap guid="guidSnippet" href="Resources\snippet.png" usedList="bmpSnippet" />
Expand All @@ -358,7 +347,6 @@
<KeyBinding guid="guidAxialSqlToolsPackageCmdSet" id="AxialExportButtonGridToExcelAndEmail" editor="guidVSStd97" key1="M" mod1="Control Shift Alt" />
<KeyBinding guid="guidAxialSqlToolsPackageCmdSet" id="AxialScriptCurrentObject" editor="guidVSStd97" key1="S" mod1="Control Shift Alt" />
<KeyBinding guid="guidAxialSqlToolsPackageCmdSet" id="AxialExportGridAsInserts" editor="guidVSStd97" key1="T" mod1="Control Shift Alt" />
<KeyBinding guid="guidAxialSqlToolsPackageCmdSet" id="AxialCopyQueryAsHtmlButton" editor="guidVSStd97" key1="C" mod1="Control Shift Alt" />
<KeyBinding guid="guidAxialSqlToolsPackageCmdSet" id="AxialSelectCurrentStatementCommand" editor="guidVSStd97" key1="VK_F5" mod1="Shift" />
<KeyBinding guid="guidAxialSqlToolsPackageCmdSet" id="AxialToggleBlockCommentCommand" editor="guidVSStd97" key1="B" mod1="Control Shift Alt" />
</KeyBindings>
Expand All @@ -374,7 +362,6 @@
<IDSymbol name="AxialToolbarGroup" value="0x2000" />

<IDSymbol name="AxialFormatQueryButton" value="4131" />
<IDSymbol name="AxialCopyQueryAsHtmlButton" value="4160" />
<IDSymbol name="AxialSettingsButton" value="4130" />
<IDSymbol name="AxialAboutButton" value="4129" />

Expand Down Expand Up @@ -471,9 +458,6 @@
<GuidSymbol name="guidDatabaseScripter" value="{fef3eb91-5bef-4fcc-8230-c1289c09b4d6}">
<IDSymbol name="bmpDatabaseScripter" value="1" />
</GuidSymbol>
<GuidSymbol name="guidCopy" value="{fef3eb91-5bef-4fcc-8230-c1289c09b4d8}">
<IDSymbol name="bmpCopy" value="1" />
</GuidSymbol>
<GuidSymbol name="guidSearch" value="{fef3eb91-5bef-4fcc-8230-c1289c09b4d9}">
<IDSymbol name="bmpSearch" value="1" />
</GuidSymbol>
Expand Down
Loading