home *** CD-ROM | disk | FTP | other *** search
Oberon Document | 1994-06-07 | 6.2 KB | 120 lines | [oODC/obnF] |
- Documents.StdDocumentDesc
- Documents.DocumentDesc
- Containers.ViewDesc
- Views.ViewDesc
- Stores.StoreDesc
- Documents.ModelDesc
- Containers.ModelDesc
- Models.ModelDesc
- Stores.ElemDesc
- TextViews.StdViewDesc
- TextViews.ViewDesc
- TextModels.StdModelDesc
- TextModels.ModelDesc
- TextModels.AttributesDesc
- Geneva
- Geneva
- MENU "Info"
- "Open Log" "" "DevCmds.OpenLog" ""
- "Clear Log" "Y" "DevCmds.ClearLog" ""
- "Log Settings..." "" "DevCmds.InitLogDialog; OpenAuxDialog('DevCmds.log', 'LogSettings')" ""
- SEPARATOR
- "Resources" "" "DevDebug.ShowResources" ""
- "Loaded Modules" "" "DevDebug.ShowLoadedModules" ""
- "Loaded Top Modules" "" "DevDebug.ShowLoadedTopModules" ""
- "Global Variables" "" "DevDebug.ShowGlobalVariables" "TextCmds.SelectionGuard"
- "Commands" "" "DevDebug.ShowCommands" "TextCmds.SelectionGuard"
- SEPARATOR
- "Interface" "D" "DevBrowser.ShowInterface" "TextCmds.SelectionGuard"
- "Source" "" "DevReferences.ShowSource" "TextCmds.SelectionGuard"
- "Documentation" "" "DevReferences.ShowDocu" "TextCmds.SelectionGuard"
- SEPARATOR
- "Menus" "" "StdMenuTool.Menus" ""
- "Update Menus" "" "StdMenuTool.UpdateMenus" ""
- "Control Properties" "L" "DevInspector.InitDialog; OpenToolDialog('DevInspector.inspect', 'Control Properties')" "SingletonGuard"
- SEPARATOR
- "Aliens" "" "DevAlienTool.Analyze" "DevAlienTool.SingletonGuard"
- MENU "Dev"
- "New Form..." "" "OpenAuxDialog('FormGen.new', 'New Form')" ""
- "Toggle No Focus" "" "HostCmds.ToggleNoFocus" "HostCmds.ToggleNoFocusGuard"
- "Open As Dialog (Aux)" "" "HostCmds.OpenAsAuxDialog" "HostCmds.ContainerGuard"
- "Open As Dialog (Tool)" "" "HostCmds.OpenAsToolDialog" "HostCmds.ContainerGuard"
- SEPARATOR
- "Insert Stamp" "" "StdStamps.Deposit; PasteView" "PasteViewGuard"
- "Open Module List" "0" "DevCmds.OpenModuleList" "TextCmds.SelectionGuard"
- SEPARATOR
- "Compile" "K" "DevCompiler.Compile" "TextCmds.FocusGuard"
- "Compile Selection" "" "DevCompiler.CompileSelection" "TextCmds.SelectionGuard"
- "Compile Module List" "" "DevCompiler.CompileModuleList" "TextCmds.SelectionGuard"
- SEPARATOR
- "Unmark Errors" "" "DevMarkers.UnmarkErrors" "TextCmds.FocusGuard"
- "Next Error" "E" "DevMarkers.NextError" "TextCmds.FocusGuard"
- "Toggle Error Mark" ";" "DevMarkers.ToggleCurrent" "TextCmds.FocusGuard"
- SEPARATOR
- "Insert Commander" "" "DevCommanders.Deposit; PasteView" "PasteViewGuard"
- "Execute" "" "DevDebug.Execute" "TextCmds.SelectionGuard"
- "Unload" "" "DevDebug.Unload" "TextCmds.FocusGuard"
- "Unload Module List" "" "DevDebug.UnloadModuleList" "TextCmds.SelectionGuard"
- "Flush Resources" "" "DevCmds.FlushResources" ""
- MENU "Text" ("TextViews.ViewDesc")
- "Find & Replace..." "F" "TextCmds.InitFindDialog; OpenToolDialog('TextCmds.find', 'Find & Replace')" ""
- "Find Again" "G" "TextCmds.FindAgain" "TextCmds.FindAgainGuard"
- SEPARATOR
- "Shift Left" "[" "TextCmds.ShiftLeft" "SelectionGuard"
- "Shift Right" "]" "TextCmds.ShiftRight" "SelectionGuard"
- "Superscript" "" "TextCmds.Superscript" "SelectionGuard"
- "Subscript" "" "TextCmds.Subscript" "SelectionGuard"
- SEPARATOR
- "Insert Paragraph" "M" "TextCmds.InsertParagraph" "PasteCharGuard"
- "Insert Ruler" "J" "TextCmds.InsertRuler" "PasteViewGuard"
- "Insert Soft-Hyphen" "-" "TextCmds.InsertSoftHyphen" "PasteCharGuard"
- "Insert Non-Brk Hyphen" "" "TextCmds.InsertNBHyphen" "PasteCharGuard"
- "Insert Non-Brk Space" "" "TextCmds.InsertNBSpace" "PasteCharGuard"
- "Insert Digit Space" "" "TextCmds.InsertDigitSpace" "PasteCharGuard"
- "Toggle Marks" "H" "TextCmds.ToggleMarks" "TextCmds.ToggleMarksGuard"
- SEPARATOR
- "Make Default Attributes" "" "TextCmds.MakeDefaultAttributes" "SelectionGuard"
- "Make Default Ruler" "" "TextCmds.MakeDefaultRuler" "SingletonGuard"
- SEPARATOR
- "Export Ascii..." "" "HostTextConv.ExportAscii" ""
- MENU "Layout" ("FormViews.ViewDesc")
- "Align Left" "" "FormCmds.AlignLeft" "SelectionGuard"
- "Align Right" "" "FormCmds.AlignRight" "SelectionGuard"
- "Align Top" "" "FormCmds.AlignTop" "SelectionGuard"
- "Align Bottom" "" "FormCmds.AlignBottom" "SelectionGuard"
- "Align to Row" "" "FormCmds.AlignToRow" "SelectionGuard"
- "Align to Column" "" "FormCmds.AlignToColumn" "SelectionGuard"
- SEPARATOR
- "Select off-grid Views" "" "FormCmds.SelectOffGridViews" ""
- "Force to grid" "" "FormCmds.ForceToGrid" "SelectionGuard"
- SEPARATOR
- "Recalc Focus Size" "" "HostCmds.RecalcFocusSize" ""
- MENU "Controls" ("FormViews.ViewDesc")
- "New Push Button" "" "Controls.DepositPushButton; PasteView" "PasteViewGuard"
- "New Check Box" "" "Controls.DepositCheckBox; PasteView" "PasteViewGuard"
- "New Radio Button" "" "Controls.DepositRadioButton; PasteView" "PasteViewGuard"
- "New Field" "" "Controls.DepositField; PasteView" "PasteViewGuard"
- SEPARATOR
- "New Simple Button" "" "Controls.DepositSimpleButton; PasteView" "PasteViewGuard"
- "New Cancel Button" "" "Controls.DepositCancelButton; PasteView" "PasteViewGuard"
- "New Caption" "" "Controls.DepositCaption; PasteView" "PasteViewGuard"
- SEPARATOR
- "Make Push Button" "" "StdControlCmds.MakePushButton" "SingletonGuard"
- "Make Radio Button" "" "StdControlCmds.MakeRadioButton" "SingletonGuard"
- "Make Field" "" "StdControlCmds.MakeField" "SingletonGuard"
- "Make Caption" "" "StdControlCmds.MakeCaption" "SingletonGuard"
- SEPARATOR
- "Set Default Button" "" "StdControlCmds.SetDefaultButton" ""
- "Set Cancel Button" "" "StdControlCmds.SetCancelButton" ""
- TextControllers.StdCtrlDesc
- TextControllers.ControllerDesc
- Containers.ControllerDesc
- Controllers.ControllerDesc
- TextRulers.StdRulerDesc
- TextRulers.RulerDesc
- TextRulers.StdStyleDesc
- TextRulers.StyleDesc
- TextRulers.AttributesDesc
- Geneva
- Documents.ControllerDesc
-