Normalize editor shell validation codes
This commit is contained in:
@@ -33,17 +33,17 @@ struct EditorShellAsset {
|
||||
enum class EditorShellAssetValidationCode : std::uint8_t {
|
||||
None = 0,
|
||||
InvalidPanelRegistry = 1,
|
||||
MissingPanelDescriptor = 2,
|
||||
PanelTitleMismatch = 3,
|
||||
PanelPlaceholderMismatch = 4,
|
||||
InvalidWorkspace = 5,
|
||||
InvalidWorkspaceSession = 6,
|
||||
MissingShellPresentationPanelDescriptor = 7,
|
||||
DuplicateShellPresentationPanelId = 8,
|
||||
MissingRequiredShellPresentation = 9,
|
||||
ShellPresentationKindMismatch = 10,
|
||||
InvalidShellMenuModel = 11,
|
||||
InvalidShortcutConfiguration = 12
|
||||
InvalidWorkspace = 2,
|
||||
InvalidWorkspaceSession = 3,
|
||||
InvalidShellMenuModel = 4,
|
||||
InvalidShortcutConfiguration = 5,
|
||||
MissingPanelDescriptor = 6,
|
||||
PanelTitleMismatch = 7,
|
||||
PanelPlaceholderMismatch = 8,
|
||||
DuplicateShellPresentationPanelId = 9,
|
||||
MissingShellPresentationPanelDescriptor = 10,
|
||||
MissingRequiredShellPresentation = 11,
|
||||
ShellPresentationKindMismatch = 12
|
||||
};
|
||||
|
||||
struct EditorShellAssetValidationResult {
|
||||
|
||||
Reference in New Issue
Block a user