-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(DevTools): Add Avalonia_DevTools_Selectors Clipoard format for q…
…uicks IDE recongnize. (#14603)
- Loading branch information
1 parent
567a55a
commit a376229
Showing
3 changed files
with
59 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
namespace Avalonia.Diagnostics; | ||
|
||
internal static class Constants | ||
{ | ||
/// <summary> | ||
/// DevTools Clipboard data format | ||
/// </summary> | ||
static public class DataFormats | ||
{ | ||
/// <summary> | ||
/// Clipboard data format for the selector. It is added for quick format recognition in IDEs | ||
/// </summary> | ||
public const string Avalonia_DevTools_Selector = nameof(Avalonia_DevTools_Selector); | ||
} | ||
} |
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