Dnspy/dnSpy/Roslyn/dnSpy.Roslyn.EditorFeatures/EditorFeaturesResources.cs

13 lines
594 B
C#
Raw Normal View History

2021-09-20 18:20:01 +02:00
// The strings resources is an empty class because we don't need the strings at the moment.
// They're currently passed to IWaitIndicator which ignore them.
namespace dnSpy.Roslyn.EditorFeatures {
static class EditorFeaturesResources {
public static string Finding_enclosing_span { get; internal set; }
public static string Finding_span_of_next_sibling { get; internal set; }
public static string Finding_span_of_previous_sibling { get; internal set; }
public static string Finding_word_extent { get; internal set; }
public static string Text_Navigation { get; internal set; }
}
}