-
Notifications
You must be signed in to change notification settings - Fork 27
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
12 changed files
with
52 additions
and
117 deletions.
There are no files selected for viewing
File renamed without changes.
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
2 changes: 2 additions & 0 deletions
2
GammaJul.ReSharper.EnhancedTooltip/GammaJul.ReSharper.EnhancedTooltip.8.2.csproj.DotSettings
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,2 @@ | ||
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation"> | ||
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=genericimages/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary> |
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
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
9 changes: 9 additions & 0 deletions
9
GammaJul.ReSharper.EnhancedTooltip/GenericImages/ThemedIcons.8.2.cs
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,9 @@ | ||
namespace GammaJul.ReSharper.EnhancedTooltip { | ||
|
||
public sealed partial class ThemedIcons { | ||
|
||
internal const string IconPackResourceName = "GammaJul.ReSharper.EnhancedTooltip.8.2;component/GenericImages/ThemedIcons.Generic.Generated.Xaml"; | ||
|
||
} | ||
|
||
} |
9 changes: 9 additions & 0 deletions
9
GammaJul.ReSharper.EnhancedTooltip/GenericImages/ThemedIcons.9.0.cs
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,9 @@ | ||
namespace GammaJul.ReSharper.EnhancedTooltip { | ||
|
||
public sealed partial class ThemedIcons { | ||
|
||
internal const string IconPackResourceName = "GammaJul.ReSharper.EnhancedTooltip.9.0;component/GenericImages/ThemedIcons.Generic.Generated.Xaml"; | ||
|
||
} | ||
|
||
} |
111 changes: 0 additions & 111 deletions
111
GammaJul.ReSharper.EnhancedTooltip/GenericImages/ThemedIcons.Generic.Generated.cs
This file was deleted.
Oops, something went wrong.
24 changes: 24 additions & 0 deletions
24
GammaJul.ReSharper.EnhancedTooltip/GenericImages/ThemedIcons.cs
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,24 @@ | ||
using System.Windows.Markup; | ||
using GammaJul.ReSharper.EnhancedTooltip; | ||
using JetBrains.UI.Icons; | ||
using JetBrains.UI.Icons.CompiledIcons; | ||
|
||
[assembly: XmlnsDefinition("urn:shemas-jetbrains-com:ui-application-icons-generic", "GammaJul.ReSharper.EnhancedTooltip")] | ||
[assembly: CompiledIconsPack( | ||
IconPackResourceIdentification = ThemedIcons.IconPackResourceName, | ||
IconNames = new[] { "Logo16" })] | ||
|
||
namespace GammaJul.ReSharper.EnhancedTooltip { | ||
|
||
public sealed partial class ThemedIcons { | ||
|
||
[CompiledIconClass(IconPackResourceName, 0, "Logo16")] | ||
public sealed class Logo16 : CompiledIconClass { | ||
|
||
public static IconId Id = new CompiledIconId(IconPackResourceName, 0, "Logo16"); | ||
|
||
} | ||
|
||
} | ||
|
||
} |
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