BuildCubeE/MPW-3.2.3/UserStartup

40 lines
1.5 KiB
Plaintext
Raw Permalink Normal View History

2018-11-16 01:50:16 +00:00
# UserStartup - MPW Shell UserStartup File
#
2019-01-13 07:57:32 +00:00
# Copyright Apple Computer, Inc. 1985-1988
2018-11-16 01:50:16 +00:00
# All Rights Reserved.
2018-11-05 23:44:15 +00:00
2018-11-16 01:50:16 +00:00
# This file (UserStartup) is executed from the Startup file, and can be used
# to override definitions made in Startup, or to define additional variables,
# exports, and aliases. UserStartup may also be used to define menu items,
# open windows, etc. The file should be located in the directory containing
2019-01-13 07:57:32 +00:00
# the MPW Shell.
2018-11-16 01:50:16 +00:00
# Create the Project menu
AddMenu Project 'Check In…' 'CheckIn -w ∑∑ "{Worksheet}"'
AddMenu Project 'Check Out…' 'CheckOut -w ∑∑ "{Worksheet}"'
AddMenu Project "(-" ""
AddMenu Project 'New Project…' 'NewProject -w ∑∑ "{Worksheet}"'
AddMenu Project 'Mount Project…' 'MountProject… ∑∑ "{Worksheet}"'
AddMenu Project 'Set Project…' ∂
2019-01-13 07:57:32 +00:00
'(Project "`GetListItem -s -r 10 ∂`MountProject -pp -s -r∂` -d "∂`Project -q∂`" ∂
-m "Select a new current project:" -q`") ∑ Dev:Null'
2018-11-16 01:50:16 +00:00
AddMenu Project "(-" ""
AddMenu Project 'Compare Active…' 'CompareRevisions "{Active}" ∑∑ "{Worksheet}"'
AddMenu Project 'Merge Active…' 'MergeBranch "{Active}" ∑∑ "{Worksheet}"'
# Create the Directory menu
# The parameters to DirectoryMenu become the initial list of directories
# in the Directory menu. The parameters below specify each of the
# Examples directories, and the current directory. Replace them with
# your favorite directories.
DirectoryMenu `(Files -d -i "{MPW}"Examples:≈ || Set Status 0) ≥ Dev:Null` ∂
`Directory`
# Create the Build Menu
BuildMenu