home *** CD-ROM | disk | FTP | other *** search
/ Internet File Formats / InternetFileFormatsCD.bin / text / latex / mac / alpha60.hqx / Help / CodeWarrior < prev    next >
Encoding:
Text File  |  1995-07-08  |  2.2 KB  |  57 lines

  1.           CodeWarrior
  2.  
  3. Code Warrior now has support for external editors. Alpha's support is 
  4. implemented entirely in Tcl, Alpha's macro language. The source can be 
  5. found in :Tcl:SystemCode:codeWarrior.tcl.
  6.  
  7. Alpha/CodeWarrior interaction does not need any setup. By default, 
  8. windows with any C or C++ suffixes will open with CodeWarrior and 
  9. ThinkReference menus. The CodeWarrior menu is explained below:
  10.  
  11. CodeWarrior
  12.     "Switch To"            - Switch to CodeWarrior app.
  13.     "Werks Flags"    
  14.         "Debugger"        - Specify debugger option on run command.
  15.     "Create FileSet"    - Create a fileset containing all text files in 
  16.                           the project currently opened in CodeWarrior. 
  17.                           Note that as of 11/30/94, MetroWerks still had 
  18.                           bugs in their support of the events used for 
  19.                           this feature, so it might not always wowrk.
  20.     
  21.     "Add File"            - Add frontmost window to the current project.
  22.     "Compile"            - Compile frontmost window.
  23.     "Compile Files"        - Compile all windows in the same mode as the
  24.                           frontmost window.
  25.     "Check Syntax"        - Check syntax of frontmost window.
  26.     "Precompileâ•”"        - Prompt user for destination and compile 
  27.                           frontmost window to destination.
  28.                           Destination must already exist.    
  29.     "Update"            - Update current project.
  30.     "Make"                - Make current project.
  31.     
  32.     "Launch Debugger"    - Launch the metrowerks debugger.
  33.     "Set Breakpoint"    - Set a breakpoint at the current line of the
  34.                           frontmost window.
  35.     "Clear Breakpoint"    - Clear a breakpoint at the current line of the
  36.                           frontmost window.
  37.     "Show Source"        - show the current line of the frontmost window
  38.                           in the debugger.
  39.  
  40.     "Next Error"        - Display next error.
  41.     "Run"                - Run current project.
  42.     
  43. All of the functions that cause compilation to take place return any 
  44. errors in a window called "* Compiler Errors *". Individual errors can 
  45. be selected by using the up and down arrow keys. Return/Enter is used to 
  46. bring up the offending file at the correct line. 
  47.  
  48. Unlike THINK, Metrowerks does not provide a way to vector open window 
  49. events to external editors.  Currently (11/30/94), there is also no way to 
  50. display the includes compiled into a project file.
  51.  
  52. The latest version of Alpha is always available under public/Alpha on
  53. cs.rice.edu.
  54.  
  55. Pete Keleher
  56. 11/30/94 
  57.