home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / xbase / tools / cleancl / cleancl.hlp < prev    next >
Text File  |  1993-11-01  |  5KB  |  160 lines

  1. Do not tamper with this file!  For F1 help screens only.
  2.  
  3. /Run Help
  4. The Run menu is the command to format the file(s)
  5. specified in the source file field.  The format
  6. will be based on the current format configurations
  7. as displayed on the screen.
  8. ~
  9. /Edit Help
  10. The Edit menu is the command to edit the Source and
  11. Target fields, the format configurations, and the
  12. Run Mode.
  13. ~
  14. /Color Help
  15. The Color menu is the command to change the back-
  16. ground and foreground colors of the main screen.
  17. ~
  18. /Phone Help
  19. The Phone menu is the command to get the phone and
  20. address of Invariant Software for technical support
  21. or general information.
  22. ~
  23. /Help Help
  24. The Help menu is the command to see more infor-
  25. mation about CleanClipper Version 1.0.  It provides
  26. an on-line user's guide.
  27. ~
  28. /Quit Help
  29. The Quit menu is the command to exit CleanCliper.
  30. Any changes made to the format configurations will
  31. be saved as the current default values in the file
  32. CLEANCL.DAT.
  33. ~
  34. /Files Help
  35. Use this section to specify the source and target
  36. files for formatting.  Syntax:
  37.    Source file(s): [drive:][path]source file
  38.    Target file(s): [target file]
  39. You may use wildcards in either filename option.  The
  40. brackets '[]' denote optional input.  If the target
  41. file already exists, it will be replaced with the newly
  42. formatted file.  If the target file is left blank, the
  43. source file will be overwritten with the newly fomatted
  44. file.  See 'Help' for more information.
  45.  
  46. ARROWS : move cursor to field position.
  47. ENTER : move to next field.
  48. TAB/SHIFT-TAB : go to next/previous section.
  49. ~
  50. /Procedure Style Help
  51. Use this section to specify the indentation of
  52. statements within procedures and functions, and
  53. the indentation of the end-of-function
  54. delimiter ('return ---').
  55.  
  56. ARROWS : move cursor to space character.
  57. SPACE BAR/BACKSPACE : change position of
  58.   'x:=0' or 'return x'.
  59. TAB/SHIFT-TAB : go to next/previous section.
  60. ~
  61. /Control Style Help
  62. Use this section to specify the indentation of
  63. statements within control statements, and the
  64. indentation of the control-statement delimiter
  65. ('endif', 'enddo', ...).
  66.  
  67. ARROWS : move cursor to space character.
  68. SPACE BAR/BACKSPACE : change position of
  69.   'x:=0'  or 'endif'.
  70. TAB/SHIFT-TAB : go to next/previous section.
  71. ~
  72. /Function Spacing Help
  73. Use this section to specify the spacing of certain
  74. characters within a function call or definition.
  75. (i.e. commas, parenthesis...)
  76.  
  77. ARROWS : move cursor to space character.
  78. SPACE BAR/BACKSPACE : change position of
  79.   space characters (^).
  80. TAB/SHIFT-TAB : go to next/previous section.
  81. ~
  82. /Operator Spacing Help
  83. Use this section to specify the spacing of assign-
  84. ment, boolean, relational, and math operators
  85. in your source file.
  86.   
  87. ARROWS : move cursor to space character.
  88. SPACE BAR/BACKSPACE : change position of
  89.   space characters (^).
  90. TAB/SHIFT-TAB : go to next/previous section.
  91. ~
  92. /Code Block Spacing Help
  93. Use this section to specify spacing for code blocks.
  94. (i.e. '{', '|', ',' ...).
  95.  
  96. ARROWS : move cursor to space character.
  97. SPACE BAR/BACKSPACE : change position of
  98.   space characters (^).
  99. TAB/SHIFT-TAB : go to next/previous section.
  100. ~
  101. /Array Initialization Spacing Help
  102. Use this section to specify spacing for array
  103. initializations (i.e. '{', ',').
  104.  
  105. ARROWS : move cursor to space character.
  106. SPACE BAR/BACKSPACE : change position of
  107.   space characters (^).
  108. TAB/SHIFT-TAB : go to next/previous section.
  109. ~
  110. /Comment Position Help
  111. Use this section to specify the placement of comments
  112. which are on the same line as code.  Lines which begin
  113. with a comment will be indented appropriately.  Note
  114. that only one field can be filled.
  115.  
  116. ARROWS : move cursor in edit fields.
  117. '0'..'9' : input in edit fields.
  118. ENTER : go to next field.
  119. TAB/SHIFT-TAB : go to next/previous section.
  120. ~
  121. /Parentheses Help
  122. Use this section to specify if you wish to have all
  123. assignment and control expressions altered by minimi-
  124. zing or maximizing parentheses.  Choose 'no change'
  125. to leave untouched.  Only parentheses for binary
  126. operators are considered.
  127.  
  128. ARROWS : move cursor around choices.
  129. SPACE BAR : select choice.
  130. TAB/SHIFT-TAB : go to next/previous section.
  131. ~
  132. /Reserved Word Help
  133. Use this section to specify the 'case' consistency
  134. for all reserved words.  To add or delete reserved
  135. words, edit the file CLEANCL.RSV.
  136.  
  137. ARROWS : move cursor around choices.
  138. SPACE BAR : select choice.
  139. TAB/SHIFT-TAB : go to next/previous section.
  140. ~
  141. /Preprocessor Directives Help
  142. Use this section to specify the indentation or non-
  143. indentation (1st column) of preprocessor directives.
  144.  
  145. ARROWS : move cursor around choices.
  146. SPACE BAR : select choice.
  147. TAB/SHIFT-TAB : go to next/previous section.
  148. ~
  149. /Mode Help
  150. Use this section to specify the run mode for Clear-
  151. Pascal.  Manual mode will always wait for the user's
  152. input before formatting.  Auto mode formats immedi-
  153. ately provided a 'source file' was given.
  154.  
  155. ARROWS : move cursor around choices.
  156. SPACE BAR : select choice.
  157. TAB/SHIFT-TAB : go to next/previous section.
  158. ~
  159.  
  160.