home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / pd_share / code / bascomp / !BC / !fe / Messages / Default
Encoding:
Text File  |  1994-07-17  |  6.3 KB  |  181 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:    %SE define miscellaneous choices.
  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.  
  26. HIconBar:    This is the %App icon|MClick to show the control window|MDrag a Basic file here to compress it
  27.  
  28. HProgInfo:    Yep, this application provides help messages
  29.  
  30. HChoices:    This dialogue box sets global choices.
  31. HChoices11:    %SE accept above choices.|MThe choices will NOT be saved permanently, use Save or Save full to do this.
  32. HChoices10:    %SE ignore any changes made to the above choices.
  33. HChoices9:    %SE save the current choices.  The full pathnames of the log, xref and output files will be saved.
  34. HChoices8:    %SE save the current choices.  Only the leaf name of the log, xref and output files will be saved.
  35. HChoices7:    %SE restore factory default values to all settings.
  36. HChoices5:    This option only takes effect when next run BasCompress.  It is of use to Risc PC users and/or low-resolution monitors.
  37. HChoices4:    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!
  38. HChoices3:    %SE toggle the use of the system variable "Main" instead of the full pathname.  When enabled it makes the log file easier to read.
  39.  
  40. HControl:    This is the main control dialogue box for %App
  41. HControl_:    Drag a basic file in here to compress it|MDrag a text file here to define the special file
  42. HControl0:    Drag this to define the output file|MThis will be a tokenised basic file
  43. HControl1:    Type in the output file
  44. HControl3:    Drag this to define the log file|MThis will show any error messages and any statistics
  45. HControl4:    Type in the output file
  46. HControl6:    Drag this to define the cross-reference file|MThis will contain the cross-reference listing
  47. HControl7:    Type in the cross-reference file
  48. HControl10:    Type in the name of the special file to load in|MThis is actually a comma separated list of file names
  49.  
  50. HOrder:        This dialogue box allows you to change the sorting order used
  51. HOrder_:    First sort by left column, then sort "same" groups by second column...
  52. HOrderA:    Sort by name (using ASCII)
  53. HOrderB:    Sort by usage|MFor routines this is number of times called|MFor variables it is number of times used and assigned
  54. HOrderC:    Sort by type|MRoutines in order Procedure, Function|MVariables in order int, real, str, int arr, real arr, str arr
  55. HOrderD:    Sort by location (only has meaning for references)|MNominally the line number, but file used as well
  56. HOrderE:    Sort by name (but order as in a dictionary)
  57. HOrderR:    Reverse the order of sorting|MWhen selected, high values come first
  58.  
  59. SaveAsType:    %? Log, XRef, Output
  60. HSaveAs:    This is the standard save dialogue box|MIn this program it is used to define the name of the %SaveAsType file
  61.  
  62. LE0:    Message from %App
  63. LE1:    A system error has occured: (%SysN): %Reason: %Sys
  64. LE2:    To save, drag the file icon to a directory display.
  65. LE3:    Couldn't find `%Reason' window in Templates
  66. LE4:    Couldn't load in %Reason file: (%SysN): %Sys
  67. LE5:    %App requires a more recent version of the Window Manager
  68. LE6:    %App has suffered an improbable error while loading this file
  69. LE7:    %App has run out of memory trying to load this file
  70. LE8:    Can't transfer file (use *Set Wimp$Scrap <filename>)
  71. LE9:    Unexpected RAM_Fetch message received
  72. LE10:    Unexpected DataSaveAck message received
  73. LE11:    Data transfer failed: Receiver died
  74. LE12:    `%Reason' is not a recognized file type.  Are you sure you want to load it?
  75. LE13:    1 file edited but not saved in %App: are you sure you want to Quit?
  76. LE14:    %Reason files edited but not saved in %App: are you sure you want to Quit?
  77. LE15:    Data transfer failed: Sender died
  78. LE16:    %App has run out of memory
  79.  
  80.  
  81. M0:    BasCompress
  82. M1:    Info
  83. M2:    Input
  84. M3:    Output
  85. M4:    Log
  86. M5:    Special
  87. M6:    Xref
  88. M7:    Choices…
  89. M8:    Quit
  90.  
  91. M100:    Input
  92. M101:    Allow multiply-defined routines
  93. M102:    Report multiple exits from a routine
  94. M103:    Parse numbers
  95. M104:    Convert SWI's to numbers
  96. M105:    Force malformed SWI's to generate error
  97. M106:    Report unknown SWI's
  98. M107:    Process as a library file
  99.  
  100. M200:    Output
  101. M201:    Save as
  102. M202:    Concatenate lines
  103. M203:    Remove unused routines
  104. M204:    Reduce variable names
  105. M205:    Reduce routine names
  106. M206:    List
  107.  
  108. M250:    Screen mode
  109.  
  110. M300:    Var. types
  111. M301:    Integer
  112. M302:    Real
  113. M303:    String
  114. M304:    Integer array
  115. M305:    Real array
  116. M306:    String array
  117. M307:    `E' suppression
  118.  
  119. M400:    Rtn. types
  120. M401:    Procedure
  121. M402:    Function
  122.  
  123. M500:    Log
  124. M501:    Save as
  125. M502:    Statistics
  126. M503:    EVAL keyword
  127. M504:    DATA keyword
  128. M505:    READ keyword
  129. M506:    Line numbers
  130. M507:    List input
  131.  
  132. M600:    Special
  133. M601:    Warn undefined
  134. M602:    Show expansion
  135.  
  136. M700:    XRef
  137. M701:    Save as
  138. M702:    Variables
  139. M703:    Routines
  140. M704:    Reference order
  141. M705:    Include deleted
  142.  
  143. M800:    Variables
  144. M801:    Verbosity
  145. M802:    Types
  146. M803:    Ordering
  147.  
  148. M900:    Level
  149. M901:    None
  150. M902:    Existence
  151. M903:    Global
  152. M904:    Routine
  153. M905:    Line
  154.  
  155. M1000:    Routines
  156. M1001:    Verbosity
  157. M1002:    Types
  158. M1003:    Ordering
  159.  
  160. E0:    This application displays helpful messages if Help, on the applications disc, is active
  161. E1:    BasCompress only understands Basic files
  162.  
  163. IconBar:    %? BasCompress, Busy, Quiet
  164.  
  165. RI:        Move the pointer right to
  166. SE:        Click SELECT to
  167.  
  168. WinChoices:    BasCompress choices
  169. WinControl:    BasCompress control
  170.  
  171. # Change to alter appearance of menus
  172. # use "MenuFont:" to disable font menus
  173. #
  174. MenuFont:Homerton.Medium
  175. MenuFontWidth:14.0
  176. MenuFontHeight:14.0
  177. # if MenuFontLowRez == "NO" then use anti-aliased fonts in menus only when in
  178. # a high-resolution screen mode (>= 90dpi)
  179. #
  180. MenuFontLowRez:NO
  181.