home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR8 / QF22S.ZIP / QFINFO.TXT < prev    next >
Text File  |  1993-08-07  |  8KB  |  189 lines

  1.                          QUIET FLIGHT FOR THE SEMWARE EDITOR
  2.                                INFORMATION SHEET
  3.  
  4. The Quiet Flight macros for TSE create a powerful and efficient 
  5. programming environment.   These macros take full advantage of the 
  6. expansive macro language of The SemWare Editor.  No matter what language 
  7. you program in, you can take advantage of these Quiet Flight features:
  8.  
  9. * Shorthand Abbreviations
  10. Quiet Flight employs a flexible command completion and boilerplate 
  11. function.  For example, you can insert the following construct in the 
  12. Semware macro language (SAL) by typing  IFF<SPACE>:
  13.  
  14.      if Name == "Quiet Flight"
  15.  
  16.     else
  17.     endif // Name == "Quiet Flight"
  18.  
  19. Or, generate the following C file header by simply entering 
  20. HEADER<SPACE>:
  21.  
  22. /*
  23. * Program....: SAMPLE.C
  24. * Version....: 1.0
  25. * Author.....: Ryan Katri & Randy Wallin
  26. * Date.......: June 19, 1993   Last Modified: 06/19/93 @ 3:42 pm
  27. * Notice.....: Copyright (c) 1993 COB System Designs, Inc.
  28. * Compiler...: Watcom C
  29. * Abstract...:
  30. */
  31.  
  32. You can customize all function headers, file headers, and command 
  33. abbreviations to suit your needs and tastes.  Quiet Flight recognizes 
  34. the following keywords in your boilerplate templates, as well as many 
  35. others:    Date, DateStr, DOW (day of week), Time, Year, File, Your 
  36. Name, Your Company's Name, and Path. You can also setup Quiet Flight to 
  37. prompt for fill-in-the-blank fields on the fly.
  38.  
  39. * Quick Commenter
  40. Commenting out large sections of code with Quiet Flight is a breeze.  
  41. Block the section of code to comment out and press a single ALT-key 
  42. combination--Quiet Flight automatically determines the type of comment 
  43. delimiters to use for that particular file.  You can reverse the 
  44. commenting using the same procedure.
  45.  
  46. * Where Am I?
  47. Do you ever forget the name of the function you are currently positioned 
  48. in, and the function prototype isn't visible on-screen?  Press the "5" 
  49. key on your numeric keypad and Quiet Flight displays the name of the 
  50. current function being edited.
  51.  
  52.  
  53. * Window Size
  54. Visually draw a window representation on-screen using a column block and 
  55. let Quiet Flight tell you the coordinates of that window.
  56.  
  57. * Projects / Buffer List 
  58. Give a name to a group of related files and let Quiet Flight load them 
  59. all at once.  The project mechanism is incorporated seamlessly into TSE 
  60. using an enhanced Buffer List. Even if you have no interest in using 
  61. projects, Quiet Flight's Buffer List replacement gives you complete 
  62. control over the editing ring.
  63.  
  64. * Directory Lister 
  65. Do you wish that directory names be placed at the top of  the directory 
  66. list in TSE?  That directories be displayed even when a file 
  67. specification other than *.* is entered?  Or, perhaps you desire to tag 
  68. several files to load?  Quiet Flight's Directory Lister gives you all of 
  69. these capabilities.  In addition, you can delete files; view the 
  70. contents of text, ZIP, and dBASE .DBF files; and change the sort order.
  71.  
  72. * Zip Viewer
  73. From within TSE you can manage your .ZIP files using QF's Zip Viewer.  
  74. Peek inside the archive, add and delete files, freshen it up, or extract 
  75. the contents.  All of these functions are now available to you without 
  76. ever leaving your favorite editor.
  77.  
  78. * Screen Counter
  79. Establish the coordinates of an unknown position relative to another 
  80. location on screen using the Quiet Flight screen counter.
  81.  
  82. * Screen Generator
  83. Drawing screens is a hassle delegated to over-blown user interface 
  84. generators.  You can now mock up a screen within TSE and let QF generate 
  85. the coordinates.  For example, the following text:
  86.  
  87.              Full Name: ~name     City: ~City
  88.                                  State: ~State
  89.  
  90. was converted to this FoxPro / dBase IV code:
  91.  
  92. DEFINE WINDOW Sample FROM 3, 11 TO 6, 54
  93. ACTIVATE WINDOW Sample
  94. @ 0, 5 SAY "Full Name:"
  95. @ 0, 16 GET name
  96. @ 0, 26 SAY "City:"
  97. @ 0, 32 GET City
  98. @ 1, 25 SAY "State:"
  99. @ 1, 32 GET State
  100.  
  101.  
  102. Of course, similar code fragments could be generated for Clipper or TSE 
  103. SAL macro language.
  104.  
  105. *Much More!
  106. * Use the Kill-Restore macro to revert to your original file before 
  107.   editing.
  108. * Display file information (date & time, file size, and full pathname) 
  109.   with the touch of a key.
  110.  
  111. * Save all modified files without exiting TSE using the Save All 
  112.   Modified macro. 
  113. * Return to the line & column where you left off last time for each 
  114.   & every file with the QF Restore feature.
  115.  
  116. dBASE, FoxPro, and Clipper users of Quiet Flight will find some 
  117. additional tools:
  118.  
  119. * DBF/Index Structures
  120. We go beyond just giving you the structure of a database file.  You can 
  121. also build complete field lists and SQL Create Table commands by simply 
  122. tagging the selected fields. Or, let QF generate the working code for 
  123. re-creating your indexes.  Quiet Flight supports the following index 
  124. formats:  .IDX, .NDX, .NTX, .MDX, and .CDX.  In fact, we include one of 
  125. the only DOS utilties we are aware of that correctly reads .CDX files!
  126.  
  127. * Flow
  128. Never again hand-indent your code.  Quiet Flight will re-indent a single 
  129. procedure or an entire dBASE file.  You can configure the Flow options 
  130. to your preferences:  indentation level, hard or soft tabs, add 
  131. conditional comments, and more.  Flow will even catch structural errors, 
  132. such as a DO WHILE without a matching ENDDO.  And best of all, Flow is 
  133. super-fast!
  134.  
  135. * Color Table
  136. You'll never again have to hunt down your manual to figure out those 
  137. cryptic dBASE color codes.  A pop-up table lets you visually select the 
  138. color and automatically insert the appropriate foreground/background 
  139. combination (such as "W+/BG")
  140.  
  141. * Update Row/Col
  142. Did you ever have to update a series of SAY's and GET's co-ordinates to 
  143. add or remove a field?  It's a time consuming task that QF can handle in 
  144. a heartbeat. After highlighting the code to be altered, start QF 
  145. Row/Column update , give the adjustment and QF will do the rest.
  146.  
  147. Quiet Flight support is via BBS, Compuserve, Phone and Fax.   
  148. * You'll find us on SEMWARE's BBS (404-641-8968, Conference 5).   
  149. * On Compuserve, leave us a message  in Mail  @ 76557,1106.   
  150. * For registered users,  call us at 407-744-9835 or Fax (744-9836).
  151.  
  152.                            Quiet Flight Registration Form
  153.                               Satisfaction Guaranteed 
  154.                               120 DAY RETURN POLICY
  155.  
  156.   Name    _____________________________________________________________
  157.  
  158.   Company _____________________________________________________________
  159.  
  160.   Address _____________________________________________________________
  161.  
  162.   City    ______________________________ State _________ Zip __________
  163.  
  164.   Compuserve ID ____________ Phone ______________ Fax ________________
  165.  
  166.  Qty.   Product                                     @    
  167.  ___  * Quiet Flight Registration................. $49.95 ____________
  168.       Discount for Registered BRIEF User           $10.00 ____________
  169.       Discount for REGISTERED dBRIEF or BRIEF QF   $10.00 ____________
  170.                                                 Sub Total ____________
  171.                       Florida Residents Sales Tax  6%     ____________
  172.                                     Shipping & Handling         $10.00
  173.                              Total Submitted in US Funds _____________
  174.  
  175. Disk Preference:  3.5____  5.25 _____
  176.  
  177. Programming Languages you use your TSE editor to code: _______________
  178.                           
  179.                           Thanks for your support!
  180.  
  181.                           Please mail your check to 
  182.                                 COB System Designs, Inc.
  183.                                 206 South Hampton Drive
  184.                                 Jupiter, Florida 33458-8111
  185.                                 ATTN:  QF Registration.
  186.                                 Or Fax your order to 407-744-9836.
  187.  
  188.  
  189.