
; This file controls what shows up in the templates menu when you
; right-click an empty line or access it through the menu bar.
; You can make Tool commands and Pool directives appear either
; directly in the menu, or inside a cascade in the menu.
;
; Look at the bottom of this file for a list of all available Tool
; commands, Pool directives, and special keywords. You must type them
; in EXACTLY as they appear(they are case sensitive). If the command
; doesn't appear in the menu when you right-click, it was misspelled.
;
; The cut, copy, and paste keywords cannot be used inside a cascade.
;
; If the templates fail to load at all, make sure:
;    * You don't have any missing starting or ending parenthese
;    * You have only one command/cascade defined per line
;    * You do not have a cascade inside a cascade(not allowed)
;    * Lines have ONLY spaces or tabs before open/close parenthese
;    * ONLY spaces/tabs are on lines containing CLOSING parenthese


<<cut>>

<<copy>>

<<paste>>

<<divider>>

( Most Useful
    animations
    bitmap
    bitmaps
    build-cache-file
    build-cache-file-ex
    collision-geometry
    lightmaps
    model
    physics
    sounds
    strings
    structure
    unicode-strings
    )

( Objects
    animations
    bitmap
    bitmaps
    collision-geometry
    model
    physics
    sounds
    )

( Map / Scenario
    build-cache-file
    build-cache-file-ex
    import-structure-lightmap-uvs
    lightmaps
    merge-scenery
    structure
    structure-breakable-surfaces
    structure-lens-flares
    )

( Strings
    hud-messages
    strings
    unicode-strings
    )

( Misc
    bitmap
    bitmaps
    build-cpp-definition
    compile-shader-postprocess
    import-device-defaults
    remove-os-tag-data
    runtime-cache-view
    sounds
    tag-load-test
    windows-font
    )

<<divider>>

( All Pool Directives
    del
    cwd
    k
    run
    set
    c
    w
    )


; All Tool commands:
;
;     animations
;     bitmap
;     bitmaps
;     build-cache-file
;     build-cache-file-ex
;     build-cache-file-new
;     build-cpp-definition
;     build-packed-file
;     collision-geometry
;     compile-scripts
;     compile-shader-postprocess
;     help
;     hud-messages
;     import-device-defaults
;     import-structure-lightmap-uvs
;     lightmaps
;     merge-scenery
;     model
;     physics
;     process-sounds
;     remove-os-tag-data
;     runtime-cache-view
;     sounds
;     sounds_by_type
;     strings
;     structure
;     structure-breakable-surfaces
;     structure-lens-flares
;     tag-load-test
;     unicode-strings
;     windows-font
;     zoners_model_upgrade


; All Pool directives:
;
;     c
;     cwd
;     del
;     k
;     run
;     set
;     w


; All special template keywords:
;
;     <<copy>>
;         Copies the selected text into the clipboard.
;     <<cut>>
;         Cuts the selected text out and puts it into the clipboard.
;     <<divider>>
;         Inserts a horizontal divider into the menu.
;     <<paste>>
;         Pastes the text from the clipboard into the text.
