home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1996 / ARCHIVE_96.iso / discs / shareware / share_46 / bc / !BC / !fe / Messages / Default
Text File  |  1993-06-10  |  6KB  |  183 lines

  1. # Message file for BasCompress Front End
  2. #
  3. # For use with Cy Booker's CAssembler_Message SWI's
  4.  
  5. App:    %20
  6. Sys:    %256
  7. SysN:    %10
  8. Reason:    %256
  9.  
  10. HMI0:    %RI get information abouth this version of BasCompress.
  11. HMI1:    %RI set various options that affect the input file.
  12. HMI2:    %RI set various options that affect the output file.
  13. HMI3:    %RI set various options affecting the log file.
  14. HMI4:    %RI set various options that affect the special file (if it exists).
  15. HMI5:    %RI set various options that affect the cross-referencing.
  16. HMI6:    %RI set miscellaneous options.
  17. HMI7:    %SE quit BasCompress.
  18.  
  19. HMI2_3_6:    When ticked, no compressed variable will start with an `E'.
  20. HMI2_5:    %SE toggle a full-screen two-column listing of the output file as it is generated.|M%RI set the screen mode to use
  21. HMI3_1:    %SE toggle the appearance of performance statistics in the log file.
  22. HMI3_6:    %SE toggle the inclusion of the source code in the log file
  23. HMI4_2:    Type in a full pathname.|MOr drag the special file to the main BasCompress window.
  24. HMI5_4:    %SE toggle the inclusion of all variables only used inside deleted routines.
  25. HMI6_0:    %SE save the current choices.  The full pathnames of the log, xref and output files will be saved.
  26. HMI6_1:    %SE save the current choices.  Only the leaf name of the log, xref and output files will be saved.
  27. HMI6_6:    %SE toggle the use of the system variable "Main" instead of the full pathname.  When enabled it makes the log file easier to read.
  28. HMI6_7:    Use with caution.  Mainly used when have two directories of the same files, one compressed and the other uncompressed.  Better to use a Make file, though!
  29.  
  30. HIconBar:    This is the %App icon|MClick to show the control window|MDrag a Basic file here to compress it
  31.  
  32. HProgInfo:    Yep, this application provides help messages
  33.  
  34. HControl:    This is the main control dialogue box for %App
  35. HControl_:    Drag a basic file in here to compress it|MDrag a text file here to define the special file
  36. HControl0:    Drag this to define the output file|MThis will be a tokenised basic file
  37. HControl1:    Type in the output file
  38. HControl3:    Drag this to define the log file|MThis will show any error messages and any statistics
  39. HControl4:    Type in the output file
  40. HControl6:    Drag this to define the cross-reference file|MThis will contain the cross-reference listing
  41. HControl7:    Type in the cross-reference file
  42. HControl10:    Type in the name of the special file to load in|MThis is actually a comma separated list of file names
  43.  
  44. HOrder:        This dialogue box allows you to change the sorting order used
  45. HOrder_:    First sort by left column, then sort "same" groups by second column...
  46. HOrderA:    Sort by name (using ASCII)
  47. HOrderB:    Sort by usage|MFor routines this is number of times called|MFor variables it is number of times used and assigned
  48. HOrderC:    Sort by type|MRoutines in order Procedure, Function|MVariables in order int, real, str, int arr, real arr, str arr
  49. HOrderD:    Sort by location (only has meaning for references)|MNominally the line number, but file used as well
  50. HOrderE:    Sort by name (but order as in a dictionary)
  51. HOrderR:    Reverse the order of sorting|MWhen selected, high values come first
  52.  
  53. SaveAsType:    %? Log, XRef, Output
  54. HSaveAs:    This is the standard save dialogue box|MIn this program it is used to define the name of the %SaveAsType file
  55.  
  56. LE0:    Message from %App
  57. LE1:    A system error has occured: (%SysN): %Reason: %Sys
  58. LE2:    To save, drag the file icon to a directory display.
  59. LE3:    Couldn't find `%Reason' window in Templates
  60. LE4:    Couldn't load in %Reason file: (%SysN): %Sys
  61. LE5:    %App requires a more recent version of the Window Manager
  62. LE6:    %App has suffered an improbable error while loading this file
  63. LE7:    %App has run out of memory trying to load this file
  64. LE8:    Can't transfer file (use *Set Wimp$Scrap <filename>)
  65. LE9:    Unexpected RAM_Fetch message received
  66. LE10:    Unexpected DataSaveAck message received
  67. LE11:    Data transfer failed: Receiver died
  68. LE12:    `%Reason' is not a recognized file type.  Are you sure you want to load it?
  69. LE13:    1 file edited but not saved in %App: are you sure you want to Quit?
  70. LE14:    %Reason files edited but not saved in %App: are you sure you want to Quit?
  71. LE15:    Data transfer failed: Sender died
  72. LE16:    %App has run out of memory
  73.  
  74.  
  75. M0:    BasCompress
  76. M1:    Info
  77. M2:    Input
  78. M3:    Output
  79. M4:    Log
  80. M5:    Special
  81. M6:    Xref
  82. M7:    Misc
  83. M8:    Quit
  84.  
  85. M100:    Input
  86. M101:    Allow multiply-defined routines
  87. M102:    Report multiple exits from a routine
  88. M103:    Parse numbers
  89. M104:    Convert SWI's to numbers
  90. M105:    Force malformed SWI's to generate error
  91. M106:    Report unknown SWI's
  92. M107:    Process as a library file
  93.  
  94. M200:    Output
  95. M201:    Save as
  96. M202:    Concatenate lines
  97. M203:    Remove unused routines
  98. M204:    Reduce variable names
  99. M205:    Reduce routine names
  100. M206:    List
  101.  
  102. M250:    Screen mode
  103.  
  104. M300:    Var. types
  105. M301:    Integer
  106. M302:    Real
  107. M303:    String
  108. M304:    Integer array
  109. M305:    Real array
  110. M306:    String array
  111. M307:    `E' suppression
  112.  
  113. M400:    Rtn. types
  114. M401:    Procedure
  115. M402:    Function
  116.  
  117. M500:    Log
  118. M501:    Save as
  119. M502:    Statistics
  120. M503:    EVAL keyword
  121. M504:    DATA keyword
  122. M505:    READ keyword
  123. M506:    Line numbers
  124. M507:    List input
  125.  
  126. M600:    Special
  127. M601:    Warn undefined
  128. M602:    Show expansion
  129.  
  130. M700:    XRef
  131. M701:    Save as
  132. M702:    Variables
  133. M703:    Routines
  134. M704:    Reference order
  135. M705:    Include deleted
  136.  
  137. M800:    Variables
  138. M801:    Verbosity
  139. M802:    Types
  140. M803:    Ordering
  141.  
  142. M900:    Level
  143. M901:    None
  144. M902:    Existence
  145. M903:    Global
  146. M904:    Routine
  147. M905:    Line
  148.  
  149. M1000:    Routines
  150. M1001:    Verbosity
  151. M1002:    Types
  152. M1003:    Ordering
  153.  
  154. M1100:    Miscellanea
  155. M1101:    Save choices (full)
  156. M1102:    Save choices
  157. M1103:    Default choices
  158. M1104:    Auto run output
  159. M1105:    Auto load log
  160. M1106:    Auto load xref
  161. M1107:    Out --> <Main>
  162. M1108:    Leaf(out) <-- leaf(in)
  163.  
  164.  
  165. E0:    This application displays helpful messages if Help, on the applications disc, is active
  166. E1:    BasCompress only understands Basic files
  167.  
  168. IconBar:    %? BasCompress, Busy, Quiet
  169.  
  170. RI:        Move the pointer right to
  171. SE:        Click SELECT to
  172.  
  173. # Change to alter appearance of menus
  174. # use "MenuFont:" to disable font menus
  175. #
  176. MenuFont:Homerton.Medium
  177. MenuFontWidth:14.0
  178. MenuFontHeight:14.0
  179. # if MenuFontLowRez == "NO" then use anti-aliased fonts in menus only when in
  180. # a high-resolution screen mode (>= 90dpi)
  181. #
  182. MenuFontLowRez:NO
  183.