-- ExecHacks.df
-- Edited by Doug Wyatt, September 14, 1983 4:37 pm
-- Edited by Michael Plass, December 16, 1983 9:08 am
-- Adds some handy menu buttons to CommandTool viewers: "Compile" and "Redo". "Compile" deduces a filename from the selection, and then does a "Compile", "Bind", or "@" with the root of the filename, depending on the extension.  It is purely textual, and extracts just the root of the file name because the Compile command doesn't accept fNames (as of this writing).  So watch your working directories.  "Redo" is a simple replay of the last command.

Exports [Indigo]<Cedar5.3>Top>     ReleaseAs [Indigo]<Cedar5.3>Top>
  ExecHacks.df                                 11-Jul-84 11:53:25 PDT

Exports [Indigo]<Cedar5.2>ExecHacks>     ReleaseAs [Indigo]<Cedar5.3>ExecHacks>
 +ExecHacks.bcd                                16-Dec-83 09:36:41 PST

Directory [Indigo]<Cedar5.2>ExecHacks>     ReleaseAs [Indigo]<Cedar5.3>ExecHacks>

  ExecHacks.mesa                               16-Dec-83 09:36:06 PST

Imports [Indigo]<Cedar5.3>Top>FS.df Of ~=
  Using [FS.bcd]

Imports [Indigo]<Cedar5.3>Top>Rope.df Of ~=
  Using [Rope.bcd]

Imports [Indigo]<Cedar5.3>Top>Terminal.df Of ~=
  Using [Terminal.bcd]

Imports [Indigo]<Cedar5.3>Top>Tioga.df Of ~=
  Using [TiogaOps.bcd, TiogaOpsDefs.bcd]

Imports [Indigo]<Cedar5.3>Top>Viewers.df Of ~=
  Using [InputFocus.bcd, Menus.bcd, ViewerClasses.bcd, ViewerEvents.bcd, ViewerOps.bcd,
    ViewerTools.bcd]