public static class EditorStringsEvery string the shell shows, declared once.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
The shape Strings.Resource will generate — an id, the source text, and a list of all of them — written by hand until it does, in the same way Samples/02-HelloUi hand-writes the descriptor its generator would emit. Nothing at a call site changes when the generator lands.
⚠ All is spelled out rather than reflected over. It feeds Template, which is what a translator starts from, and a list gathered by walking the fields at run time would be a list this assembly's trimming settings are entitled to shorten. The duplication is the cost of the id table being data; the generator removes it.
Fields and properties (336)
public static StringId MenuFileThe File menu.
public static StringId MenuEditThe Edit menu.
public static StringId MenuWindowThe Window menu.
public static StringId MenuHelpThe Help menu.
public static StringId MenuAssetsThe Assets menu.
public static StringId MenuEntityThe Entity menu — Unreal's Actor, Unity's GameObject.
public static StringId MenuPlayThe Play menu.
public static StringId MenuBuildThe Build menu.
public static StringId MenuToolsThe Tools menu.
public static StringId MenuRecentThe Open Recent submenu.
public static StringId MenuCreateThe Create submenu, under Assets.
public static StringId MenuLayoutThe Layout submenu.
public static StringId MenuPanelsThe Panels submenu.
public static StringId CategoryFileThe command category a file command is filed under in the palette.
public static StringId CategoryEditDitto, for editing.
public static StringId CategoryViewDitto, for the view.
public static StringId CategoryPanelDitto, for panels.
public static StringId CategoryModeDitto, for the verbs that enter an editor mode.
public static StringId CategoryHelpDitto, for help.
public static StringId CommandNewProjectMakes a new project.
public static StringId CommandOpenProjectOpens one.
public static StringId CommandSaveSaves the open document.
public static StringId CommandSaveAllSaves all of them.
public static StringId CommandExitCloses the editor.
public static StringId CommandUndoUndoes the last change.
public static StringId CommandRedoRedoes it.
public static StringId CommandPreferencesOpens the settings.
public static StringId CommandPaletteOpens the command palette.
public static StringId NextModeTab: enter the next editor mode along the strip.
public static StringId ModeSelectWhat the mode strip calls the mode that is no mode.
public static StringId CommandSearchEverywhereOpens the search over assets, entities and settings.
public static StringId CommandResetLayoutPuts the arrangement back to the preset it started from.
public static StringId CommandSaveLayoutSaves the arrangement under a name.
public static StringId CommandFloatPanelTakes the panel the user is in out into a window of its own.
public static StringId CommandToggleThemeSwitches between the light and dark themes.
public static StringId CommandClosePanelCloses the panel the user is in.
public static StringId CommandNextTabMoves to the next tab of its group.
public static StringId CommandPreviousTabAnd the previous one.
public static StringId CommandAboutSays what version this is.
public static StringId CommandDocumentationOpens the manual.
public static StringId PalettePlaceholderWhat the palette's field says when it is empty.
public static StringId PaletteEmptyWhat the palette says when nothing matches.
public static StringId TasksTitleThe heading over the running background work.
public static StringId TasksIdleWhat the task list says when there is none.
public static StringId TasksCancelStops one.
public static StringId TasksCancelledWhat a task that was cancelled reports.
public static StringId TasksFailedWhat a task that threw reports.
public static StringId NotificationsClearThrows them all away.
public static StringId LayoutResetWhat the shell reports after putting the arrangement back.
public static StringId LayoutNotRestoredWhat start-up reports when the saved arrangement could not be put back.
public static StringId DialogCancelThe button that backs out of a dialog the shell put up.
public static StringId StatusSelectionWhat the status bar calls the selection when there is more than one thing in it.
public static StringId StatusFrameTimeWhat the status bar's frame-time cell says.
public static StringId ConsoleClearEmpties the console and the ring behind it.
public static StringId ConsoleCollapseFolds identical lines into one row with a count.
public static StringId ConsoleClearOnPlayEmpties it on the way into play mode.
public static StringId ConsoleSearchWhat the console's search box says when it is empty.
public static StringId ConsoleAllCategoriesThe category picker's "no filter" choice.
public static StringId ConsoleNoSelectionWhat the detail pane says when no line is selected.
public static StringId PanelKeysThe keybinding editor's tab.
public static StringId PanelMessagesThe message log's.
public static StringId PanelPreferencesThe preferences window's.
public static StringId PanelProjectSettingsThe project settings window's.
public static StringId PanelPluginsThe plugin manager's.
public static StringId PanelHistoryThe undo history's.
public static StringId PanelRevisionsThe source-control history's, which is a different history entirely.
public static StringId KeysFilterWhat the keybinding editor's filter box says when it is empty.
public static StringId KeysRecordPuts the panel into capture mode.
public static StringId KeysRecordingWhat that button says while it is waiting.
public static StringId KeysClearUnbinds the selected command.
public static StringId KeysResetRowPuts one row back to the layer underneath.
public static StringId KeysResetAllPuts every row back.
public static StringId KeysImportReads a keymap file in.
public static StringId KeysExportWrites one out.
public static StringId KeysColumnCommandThe command column.
public static StringId KeysColumnCategoryThe category column.
public static StringId KeysColumnBindingThe shortcut column.
public static StringId KeysColumnSourceThe column saying which layer a binding came from.
public static StringId KeysSourceDefaultWhat that column says for a binding the application shipped.
public static StringId KeysSourceUserAnd for one the user made.
public static StringId KeysPickRowWhat the status line says with no row chosen.
public static StringId KeysReadyAnd with one chosen.
public static StringId KeysWaitingAnd while it is waiting for one.
public static StringId KeysConflictWhat it says when the chord is taken.
public static StringId KeysUnknownPresetWhat it says when a keymap file names a preset this editor has not got.
public static StringId MessagesAllLevelsThe message log's "no filter" choice.
public static StringId MessagesErrorsIts errors-only choice.
public static StringId MessagesWarningsIts warnings-only choice.
public static StringId MessagesSuccessesIts successes-only choice.
public static StringId MessagesInfosIts information-only choice.
public static StringId MessagesNoSelectionWhat its detail pane says when no line is selected.
public static StringId SettingsSearchWhat the settings window's search box says when it is empty.
public static StringId SettingsResetPagePuts one page back to its defaults.
public static StringId SettingsRevertThrows away what has been typed since the last write.
public static StringId SettingsApplyWrites it.
public static StringId SettingsNoPageWhat the pane says when the search has matched nothing.
public static StringId PluginsFilterWhat the plugin manager's filter box says when it is empty.
public static StringId PluginsDisableSwitches the selected plugin off.
public static StringId PluginsEnableAnd back on.
public static StringId PluginsReloadUnloads it and loads it again from disk.
public static StringId PluginsColumnNameThe name column.
public static StringId PluginsColumnIdThe id column.
public static StringId PluginsColumnVersionThe version column.
public static StringId PluginsColumnStateThe state column.
public static StringId PluginsColumnAuthorThe author column.
public static StringId PluginsStateActiveWhat the state column says for a running plugin.
public static StringId PluginsStateDisabledFor one that is switched off.
public static StringId PluginsStateFailedFor one that did not start.
public static StringId PluginsStateUnloadedFor one that has been taken back out.
public static StringId PluginsNoneWhat the detail line says when nothing is installed.
public static StringId PluginsPickRowAnd when nothing is selected.
public static StringId PluginsSwitchedOffAnd for one the user switched off.
public static StringId PluginsManifestOffAnd for one its own manifest switches off.
public static StringId HistoryHintWhat the undo history's strip says.
public static StringId HistoryOriginalWhat the history calls the point before anything was done.
public static StringId RevisionsRestoreThe revisions panel's button, which writes an old version into the working tree.
public static StringId RevisionsNoHistoryWhat the revisions panel says beside an asset source control has never seen.
public static StringId RevisionsPickWhat the revisions panel says with nothing selected.
public static StringId ProjectsTitleThe heading over the startup project browser.
public static StringId ProjectsEmptyWhat it says when nothing has been opened yet.
public static StringId ProjectsBrowseOpens one that is already on disk.
public static StringId ProjectsNewStarts one.
public static StringId ProjectsMissingWhat a row says when the directory has gone.
public static StringId CategoryAssetsThe Assets command category.
public static StringId CategoryBlockoutThe Blockout command category.
public static StringId CategoryBuildThe Build command category.
public static StringId CategoryCreateThe Create command category.
public static StringId CategoryEntityThe Entity command category.
public static StringId CategoryFoliageThe Foliage command category.
public static StringId CategoryPlayThe Play command category.
public static StringId CategorySceneThe Scene command category.
public static StringId CategoryTerrainThe Terrain command category.
public static StringId CategoryToolsThe Tools command category.
public static StringId CategoryWaterThe Water command category.
public static StringId CommandAssetsBakeMeshMapsThe Bake Mesh Maps… command.
public static StringId CommandAssetsCreateThe New Asset… command.
public static StringId CommandAssetsRevertThe Revert to Source Control command.
public static StringId CommandAssetsHistoryThe Show History command.
public static StringId CommandAssetsDeleteThe Delete command.
public static StringId CommandAssetsFindReferencesThe Find References command.
public static StringId CommandAssetsImportFilesThe Import Assets… command.
public static StringId CommandAssetsMoveToThe Move To… command.
public static StringId CommandAssetsNewFolderThe New Folder command.
public static StringId CommandAssetsOpenThe Open command.
public static StringId CommandAssetsReimportThe Reimport command.
public static StringId CommandAssetsReimportAllThe Reimport All command.
public static StringId CommandAssetsRenameThe Rename command.
public static StringId CommandAssetsSelectDependenciesThe Select Dependencies command.
public static StringId CommandAssetsShowInExplorerThe Show in File Manager command.
public static StringId CommandBlockoutToggleMeshThe Enter / Leave Mesh command.
public static StringId CommandBuildContentThe Build Content command.
public static StringId CommandBuildCleanLibraryThe Clean Library command.
public static StringId CommandBuildRebuildShadersThe Rebuild Shaders command.
public static StringId CommandBuildRunThe Build and Run command.
public static StringId CommandBuildSettingsThe Build Settings… command.
public static StringId CommandCreateCameraThe Camera command.
public static StringId CommandCreateEntityThe Create Empty command.
public static StringId CommandEditCopyThe Copy command.
public static StringId CommandEditCutThe Cut command.
public static StringId CommandEditDeleteThe Delete command, which is the scene's and the content browser's alike.
public static StringId CommandEditDeselectAllThe Deselect All command.
public static StringId CommandEditDuplicateThe Duplicate command.
public static StringId CommandEditFindReferencesThe Find References command.
public static StringId CommandEditInvertSelectionThe Invert Selection command.
public static StringId CommandEditIsolateThe Isolate Selection command.
public static StringId CommandEditKeybindingsThe Keyboard Shortcuts… command.
public static StringId CommandEditPasteThe Paste command.
public static StringId CommandEditPasteAsChildThe Paste As Child command.
public static StringId CommandEditRecallSelectionSetThe Recall Selection Set… command.
public static StringId CommandEditSaveSelectionSetThe Save Selection Set… command.
public static StringId CommandEditRenameThe Rename command, scoped the way CommandEditDelete is.
public static StringId CommandEditSelectAllThe Select All command.
public static StringId CommandEditSelectByNameThe Select By Name… command.
public static StringId CommandEditSelectByTypeThe Select By Component… command.
public static StringId CommandEditSelectChildrenThe Select Children command.
public static StringId CommandEditSelectParentThe Select Parent command.
public static StringId CommandEditUndoHistoryThe Undo History… command.
public static StringId CommandEntityAlignThe Align… command.
public static StringId CommandEntityAlignWithViewThe Align With View command.
public static StringId CommandEntityApplyOverridesThe Apply Overrides command.
public static StringId CommandEntityClearParentThe Clear Parent command.
public static StringId CommandEntityCopyTransformThe Copy Transform command.
public static StringId CommandEntityCreateAudioThe Audio Source command.
public static StringId CommandEntityCreateChildThe Create Empty Child command.
public static StringId CommandEntityCreateUiThe UI Canvas command.
public static StringId CommandEntityCreateVfxThe VFX Emitter command.
public static StringId CommandEntityDistributeThe Distribute… command.
public static StringId CommandEntityGroupThe Group command.
public static StringId CommandEntityGroupLodThe Group as LOD Group command.
public static StringId CommandEntityMakePrefabThe Make Prefab… command.
public static StringId CommandEntityMoveToViewThe Move To View command.
public static StringId CommandEntityPasteTransformThe Paste Transform command.
public static StringId CommandEntityRelativeTransformThe Relative Transform Entry command.
public static StringId CommandEntityResetTransformThe Reset Transform command.
public static StringId CommandEntitySetParentThe Set Parent command.
public static StringId CommandEntitySnapToFloorThe Snap To Floor command.
public static StringId CommandEntityToggleActiveThe Toggle Active command.
public static StringId CommandEntityToggleHiddenThe Toggle Visibility command.
public static StringId CommandEntityToggleLockThe Toggle Lock command.
public static StringId CommandEntityUngroupThe Ungroup command.
public static StringId CommandEntityUnpackPrefabThe Unpack Prefab command.
public static StringId CommandFileExportPackageThe Export Package… command.
public static StringId CommandFileNewSceneThe New Scene command.
public static StringId CommandFileNoRecentThe No Recent Projects command.
public static StringId CommandFileOpenSceneThe Open Scene… command.
public static StringId CommandFileProjectSettingsThe Project Settings… command.
public static StringId CommandFileRevertThe Revert to Saved command.
public static StringId CommandFileSaveAsThe Save Scene As… command.
public static StringId CommandHelpApiReferenceThe API Reference command.
public static StringId CommandHelpReleaseNotesThe Release Notes command.
public static StringId CommandHelpReportBugThe Report a Bug… command.
public static StringId CommandHelpShowLogFolderThe Show Log Folder command.
public static StringId CommandImportAssetsThe Import Assets command.
public static StringId CommandPlayClearConsoleThe Clear Console on Play command.
public static StringId CommandPlayMaximiseThe Maximise on Play command.
public static StringId CommandPlayModeInEditorThe In Editor command.
public static StringId CommandPlayModeServerThe Server and Clients command.
public static StringId CommandPlayModeStandaloneThe Standalone Process command.
public static StringId CommandPlayMuteAudioThe Mute Audio command.
public static StringId CommandPlayPauseThe Pause transport verb.
public static StringId CommandPlayPlayThe Play transport verb.
public static StringId CommandPlayStepThe Step Frame transport verb.
public static StringId CommandPlayStopThe Stop transport verb.
public static StringId CommandRadialMenuThe Radial Menu command.
public static StringId CommandRefreshAssetsThe Refresh Assets command.
public static StringId CommandReloadPluginsThe Reload Plugins command.
public static StringId CommandSceneContextMenuThe Scene Context Menu command.
public static StringId CommandSceneLayersThe Layers and Tags… command.
public static StringId CommandSceneLightingThe Lighting… command.
public static StringId CommandSceneNavigationThe Navigation… command.
public static StringId CommandSceneOpenAdditiveThe Open Scene Additively… command.
public static StringId CommandSceneSaveAllScenesThe Save All Scenes command.
public static StringId CommandSceneScenesThe Scenes command.
public static StringId CommandSceneWorldSettingsThe World Settings… command.
public static StringId CommandScriptsRebuildThe Rebuild Editor Scripts command.
public static StringId CommandToolsDiagnosticsReportThe Generate Diagnostics Report… command.
public static StringId CommandToolsExportStringsThe Export String Template… command.
public static StringId CommandToolsPluginsThe Plugins… command.
public static StringId CommandToolsReloadShadersThe Reload Shaders command.
public static StringId CommandToolsReloadStylesThe Reload Styles command.
public static StringId CommandViewClearConsoleThe Clear Console command.
public static StringId CommandViewFullScreenThe Full Screen command.
public static StringId LayoutAnimationThe Animation workspace layout.
public static StringId LayoutDebugThe Debug workspace layout.
public static StringId LayoutDefaultThe Default workspace layout.
public static StringId LayoutProfilingThe Profiling workspace layout.
public static StringId LayoutSceneThe Scene workspace layout.
public static StringId LayoutSequencingThe Sequencing workspace layout.
public static StringId LayoutShadingThe Shading workspace layout.
public static StringId MenuBlockoutBooleanThe Boolean menu.
public static StringId MenuBlockoutCreateThe Create menu.
public static StringId MenuBlockoutHandoffThe Handoff menu.
public static StringId MenuBlockoutShapeThe Shape menu.
public static StringId MenuBlockoutSurfacesThe Surfaces menu.
public static StringId MenuBookmarksThe Bookmarks menu.
public static StringId MenuBrowserThe Project menu.
public static StringId MenuBuildConfigurationThe Configuration menu.
public static StringId MenuBuildDeployThe Deploy menu.
public static StringId MenuBuildTargetThe Target menu.
public static StringId MenuCameraThe Camera menu.
public static StringId MenuCreateLightThe Light menu.
public static StringId MenuCreateShapeThe 3D Object menu.
public static StringId MenuElementsThe Select Elements menu.
public static StringId MenuGeometryThe Geometry menu.
public static StringId MenuGizmoThe Gizmo menu.
public static StringId MenuHierarchyThe Hierarchy menu.
public static StringId MenuNavigationThe Navigation menu.
public static StringId MenuPanesThe Viewport Layout menu.
public static StringId MenuPlayModeThe Mode menu.
public static StringId MenuPlayOptionsThe Options menu.
public static StringId MenuPrecisionThe Measure menu.
public static StringId MenuSceneThe Scene menu.
public static StringId MenuShowThe Show menu.
public static StringId MenuSnapThe Snapping menu.
public static StringId MenuSpeedThe Camera Speed menu.
public static StringId MenuViewModeThe View Mode menu.
public static StringId MenuWorkPlaneThe Work Plane menu.
public static StringId ModeBlockoutWhat the mode strip calls the Blockout mode.
public static StringId ModeFoliageWhat the mode strip calls the Foliage mode.
public static StringId ModeTerrainWhat the mode strip calls the Terrain mode.
public static StringId ModeWaterWhat the mode strip calls the Water mode.
public static StringId PanelAddressablesThe Addressables panel.
public static StringId PanelAiDebuggerThe Agent Debugger panel.
public static StringId PanelBlockoutThe Blockout panel.
public static StringId PanelBlockoutUvThe Blockout UV panel.
public static StringId PanelBuildThe Build Settings panel.
public static StringId PanelConsoleThe Console panel.
public static StringId PanelDevicesThe Devices panel.
public static StringId PanelFoliageThe Foliage panel.
public static StringId PanelFrameDebuggerThe Frame Debugger panel.
public static StringId PanelGpuThe GPU panel.
public static StringId PanelGrassThe Grass panel.
public static StringId PanelGrowthThe Growth panel.
public static StringId PanelHierarchyThe Hierarchy panel.
public static StringId PanelInputDebugThe Input Debug panel.
public static StringId PanelInspectorThe Inspector panel.
public static StringId PanelInspector2The Inspector 2 panel.
public static StringId PanelLayerStackThe Layer Stack panel.
public static StringId PanelLightingThe Lighting panel.
public static StringId PanelMemoryThe Memory panel.
public static StringId PanelMeshMapBakeThe Bake Mesh Maps panel.
public static StringId PanelNavigationThe Navigation panel.
public static StringId PanelNetworkThe Network panel.
public static StringId PanelProfilerThe Profiler panel.
public static StringId PanelProjectThe Project panel.
public static StringId PanelRemoteInspectorThe Remote Inspector panel.
public static StringId PanelSceneThe Scene panel.
public static StringId PanelScenesThe Scenes panel.
public static StringId PanelScriptsThe Editor Scripts panel.
public static StringId PanelSplinesThe Splines panel.
public static StringId PanelStatisticsThe Statistics panel.
public static StringId PanelTerrainThe Terrain panel.
public static StringId PanelTextureGraphThe Texture Graph panel.
public static StringId PanelTexturePaintThe Paint panel.
public static StringId PanelTexturePaint3dThe Paint (3D) panel.
public static StringId PanelUiDiagnosticsThe UI Diagnostics panel.
public static StringId PanelWaterThe Water panel.
public static StringId PanelWaterZoneThe Water Zone panel.
public static StringId PanelWorldThe World Settings panel.
public static StringId SettingsAppearanceThe Appearance settings page.
public static StringId SettingsContentThe Content Build settings page.
public static StringId SettingsGeneralThe General settings page.
public static StringId SettingsKeybindingsThe Keybindings settings page.
public static StringId SettingsPluginsThe Plugins settings page.
public static StringId SettingsProjectThe Project settings page.
public static StringId SettingsSceneViewThe Scene View settings page.
public static StringId ToolbarLayoutThe Layout toolbar control.
public static StringId ViewportLayoutThe Panes viewport overlay heading.
public static StringId ViewportPrecisionThe Measure viewport overlay heading.
public static StringId ViewportShowThe Show viewport overlay heading.
public static StringId ViewportSnapThe Snap viewport overlay heading.
public static StringId ViewportSpeedThe Speed viewport overlay heading.
public static StringId ViewportViewModeThe View viewport overlay heading.
public static StringId ViewportWorkPlaneThe Plane viewport overlay heading.
public static StringFamily PlannedReasonsWhy each declared-but-unbuilt command is unavailable, by the command's own id.
public static IReadOnlyList<StringId> AllEvery string above, for a translator to start from.
Methods (1)
public static StringCatalog Template(string language)A catalog holding every string the editor declares, for a translator to start from.
Used by (38)
- AssetEditorsModuleVixen.Editor.AssetEditors
- AssetPickerVixen.Editor.App
- BlockoutModeVixen.Editor.Blockout
- BlockoutModuleVixen.Editor.Blockout
- CommandPaletteVixen.Editor.Ui
- ConsoleViewVixen.Editor.Ui
- DiagnosticsModuleVixen.Editor.Diagnostics
- EditorApplicationVixen.Editor.App
- EditorModesVixen.Editor.Ui
- EditorShellVixen.Editor.Ui
- EditorShellTestsVixen.Editor.Ui.Tests
- FoliageModeVixen.Editor.Terrain
- KeyBindingsViewVixen.Editor.Ui
- KeyBindingsViewTestsVixen.Editor.Ui.Tests
- MenuCompositionTestsVixen.Editor.Ui.Tests
- MessageLogViewVixen.Editor.Ui
- MilestoneE3TestsVixen.Editor.App.Tests
- ModuleTestsVixen.Editor.Plugin.Tests
- PaletteTestsVixen.Editor.Ui.Tests
- PluginManagerViewVixen.Editor.App
- PluginManagerViewTestsVixen.Editor.App.Tests
- ProjectBrowserTestsVixen.Editor.App.Tests
- RevisionsViewVixen.Editor.App
- ScriptsModuleVixen.Editor.Scripts
- SelectModeVixen.Editor.Ui
- ServiceTestsVixen.Editor.Ui.Tests
- SettingsViewVixen.Editor.Ui
- StringCatalogChainTestsVixen.Editor.App.Tests
- StringContributionTestsVixen.Editor.Ui.Tests
- StringContributionTestsVixen.Editor.Texturing.Tests
- TaskCenterVixen.Editor.Ui
- TerrainModeVixen.Editor.Terrain
- TerrainModuleVixen.Editor.Terrain
- TexturingModuleVixen.Editor.Texturing
- UndoHistoryVixen.Editor.App
- ViewportChromeVixen.Editor.App
- WaterModeVixen.Editor.Water
- WaterModuleVixen.Editor.Water