home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-10-14 | 2.9 KB | 73 lines | [TEXT/MPS ] |
- NewItems for MPW Help Summaries
- MT2ToolKit, version 1.0b1
- (C) Copyright by Michael Trofimov, 10.09.95.
-
- These new items displayed by Italic in Edit and Find menus.
-
- • Signature # (in Edit menu) -- type user copyright
- # in the selection :
- (C) Copyright by <UserName>, <date>.
-
- • Pascal menu # (in Edit menu) -- add Pascal menu
- # and reject this item from Edit menu
- Help PascalMenu -f "{MPW}"MT2ToolKit:NewItems.Help # enter this command for more info
-
- • Rotate Windows # (in Find menu) -- RotateWindows MPW
- # command: "send active window to back"
- Help RotateWindows # enter this command for more info
- -
- PascalMenu # new script -- add Pascal menu with Pascal oriented items :
-
- • Check syntax # check Pascal syntax in active/target window
- # (new script CheckPasSyntax)
-
- • Match delimiters # Match delimiters in active window
- Help MatchIt # enter this command for more info
-
- • Mark source # Mark procedure/function names in active/target
- # window (new script markSour2)
- Help ProcNames Browser # enter this command for more info
-
- • Add %%-marker # add comment {%%} in selection to mark this place
- # of source text
- Help NextMarker PredMarker -f "{MPW}"MT2ToolKit:NewItems.Help # enter this command for more info
-
- • Trivial # generate Pascal source from resource description file
- Help Trivial -f "{MPW}"MT2ToolKit:NewItems.Help # enter this command for more info
-
- • Generate array # generate pattern for array initialization
-
- • Paste data # replace %%-markers with values from data file in active window
-
- • Delete the menu # Delete Pascal menu and add 'Pascal menu' item to
- # Edit menu
- -
- NextMarker # (menu item only, not a command!) -- new item enabled in Edit
- # menu after Pascal menu had been added
- • Next %%-marker # find next {%%} comment in active window
- -
- PredMarker # (menu item only, not a command!) -- new item enabled in Edit
- # menu after Pascal menu had been added
- • Pred %%-marker # find pred. {%%} comment in active window
- -
- AddMarker # (help-keyword only, not a command!) -- an item of Pascal menu :
- • Add %%-marker # add comment {%%} in selection to mark this place
- # of source text
- -
- Trivial # generate Pascal source code from resource description file
- Trivial inputFile [option…]
- -a # write procedures for alerts
- -c # don't create Canon dictionary file
- -d # write procedures for dialogs
- -h # don't write program heading
- -i # write procedures for items list
- -l # write MainLoop & Init procedures (pattern: MainLoop.Trivial)
- -m # write procedures for menu (patterns: 'MakeMenu.Trivial' and
- # 'MenuComm.Trivial')
- -n # write constants' part only
- -w # write procedure to open new window
- -p # write version information to diagnostic output
- -r type # used for code generation only resources of listed type(s)
- -s type # skip listed type(s)
- -
-