home *** CD-ROM | disk | FTP | other *** search
/ POINT Software Programming / PPROG1.ISO / misc / psedit42 / psedit.ini < prev    next >
Text File  |  1994-06-17  |  8KB  |  187 lines

  1. ; The PSEDIT.INI file is used to set user-configuarble parameters for the
  2. ; PSEDIT program.  Parameters to the right of the equal sign may be of
  3. ; upper, lower or mixed case (case is ignored).  Yes/No parameters may also
  4. ; be specified as Y or N, True or Flase, T or F, or 1 (yes) or 0 (no).
  5. ; If a parameter is invalid, the default is used.  The variable name to
  6. ; the left of the equal sign may also be expressed in any case.
  7.  
  8. ; VMMDiskPath specifies the direcory where the Virtual Memory disk file
  9. ; will be allocated if needed.  It is suggested that you place it anywhere
  10. ; on your drive with the most free space available.  The speed of the
  11. ; drive might also be a consideration.  The file (VMM.$$$) will be
  12. ; deleted upon exit, but could be left in place if the program or your
  13. ; system abnormally terminates.  The trailing backslash is optional.  If
  14. ; just a drive is specified (e.a. C:) the file will be placed in the
  15. ; root directory.  If VMMDiskPath is not specified, it defaults to
  16. : "C:\".  If you specify a path that is on a network drive, it will work 
  17. ; and you may have to for the needed space, but it will slow down PSEDIT's 
  18. ; slowest memory type even more.  If you have a RAM disk set up, and you 
  19. ; want PSEDIT to use that memory, you can point this parameter to the RAM 
  20. ; disk, but it may limit your total file size that can be loaded.
  21.  
  22. VMMDiskPath=C:\
  23.  
  24.  
  25. ; ClipboardMaxSize is the maximum size that can be manipulated with
  26. ; the block functions (cut, paste, fill, block delete);  The maximum
  27. ; you can specify is 48k (49152) and the default is 16k (16384).  Specifying
  28. ; a smaller value will use that much less conventional DOS memory.  There
  29. ; must be enough memory after PSEDIT is loaded to allocate a clipboard
  30. ; of this size, plus 64k for the VM manager.
  31.  
  32. ClipboardMaxSize=16384
  33.  
  34.  
  35. ; FileExpansionSize is the amount of additional VM storage allocated when
  36. ; the file is loaded.  This area al1ows the file to be enlarged by the
  37. ; insertion of data in the editor.  The amount specified is the maximum
  38. ; amount by which the file will be able to grow in a single editor session.
  39. ; Saving and reloading the file give you this much memory again to continue
  40. ; expanding the file.  The parameter is specified in 16k pages with the minimum
  41. ; being 1 and the maximum being 16 (256k).  The defualt is 4 (64k).  Specifying
  42. ; a smaller value will use that much less conventional DOS memory.
  43.  
  44. FileExpansionSize=4
  45.  
  46.  
  47. ; The values for ScreenLines are 0, 25, 50.  If 0, the screen remains set
  48. ; to the text mode screen size in effect when PSEDIT was loaded.  If it is
  49. ; set to 25, the mode is forced to 25x80 EGA/VGA mode.  If it is 50, the
  50. ; mode is set to 43x80 for EGA and 50x80 for VGA. Default is 0.
  51.  
  52. ScreenLines=0
  53.  
  54.  
  55. ; Set GraphicsChars=Yes if you want the entire ASCII character set displayed
  56. ; in the ASCII portion of the display.  ASCII Control characters are displayed
  57. ; as periods.  Default is No.
  58.  
  59. GraphicsChars=No
  60.  
  61.  
  62. ; Set InternationalChars=Yes if you want the ASCII international character set
  63. ; displayed in the ASCII portion of the display.  ASCII Control characters and
  64. ; graphics characters are displayed as periods.  Default is No.
  65.  
  66. InternationalChars=No
  67.  
  68.  
  69. ; Set MonochromeVideo=Yes if you want PSEDIT's display to be in black and white
  70. ; with a flashing block cursor for the active cursor and non-flashing block
  71. ; cursor for the inactive cursor.  A more pleasing alternative may be to adjust
  72. ; the color settings for the display (see below) to colors that are translated
  73. ; appealingly on your monochrome monitor.  Default is No.
  74.  
  75. MonochromeVideo=No
  76.  
  77.  
  78. ; Specify BIOSWrites=Yes to do all screen writing through the video BIOS.  This
  79. ; is slower, but may resolve any problems you may be experiencing with the
  80. ; display.  Default is No.  CGA and MDA video modes are unsupported with
  81. ; direct writes since PSEDIT assumes that video memory starts at B800:0000.
  82. ; Use BIOSWrites=No for these modes.
  83.  
  84. BIOSWrites=No
  85.  
  86. ; The BackupMode parameter tells PSEDIT how to handle backups of the file
  87. ; that is loaded for editing.  The values and teir meanings are as follows:
  88. ;   Prompt - After loading the file, prompt to determine whether or not a
  89. ;            backup file should be written.
  90. ;   Always - Afterloading the file, save a backup copy.
  91. ;   Never  - Do not ever make a backup.  If the user desires a backup, one
  92. ;            can be made prior to editing with DOS COPY or by using the F2
  93. ;            (Save) function and specifying a backup path/filename.
  94. ;
  95. ; Backup files are created with the same name as the loaded file except with
  96. ; a .BAK extension.  They are stored in the directory specified by the
  97. ; BackupPath parameter.
  98.  
  99. BackupMode=Prompt
  100.  
  101. ; The BackupPath parameter determines what drive and directory will be used to
  102. ; save backup files.  The trailing backslash (\) is optional unless you are
  103. ; specifying a root directory, in which case it is required.  If you specify
  104. ; BackupPath= with nothing following the equal sign, the current directory is
  105. ; used for backup files.
  106.  
  107. BackupPath=
  108.  
  109. ; The following are parameters that tell the Virtual Memory manager (VM) the
  110. ; types of memory it can or cannot use.  Normally VM detects the presence or
  111. ; absence of conventional memory, EMS, XMS and disk space and uses all that are
  112. ; available and necessary.  If you want to tell VM not to use a particular
  113. ; type, set the appropriate value(s) to No.  All default to Yes.  Conventional
  114. ; memory (DOS's 640k) is the fastest and disk is the slowest.  If you specify
  115. ; No to all of them, you are guaranteed not to be able to load any file.
  116. ; You do not need to set a particular type to No just because it is not 
  117. ; installed on your system.  PSEDIT automatically detects the presence or
  118. ; absence of each type.
  119.  
  120. CONVmem=Yes
  121. EMSmem=Yes
  122. XMSmem=Yes
  123. DISKmem=Yes
  124.  
  125.  
  126. ; The colors selected below are derived by selecting a background and a
  127. ; foreground color from the tables below and adding the two values
  128. ; together: Example: Light gray background and blue text = 112 + 1 = 113.
  129. ;
  130. ;             Background value       Foreground Value
  131. ; BLACK             0                       0
  132. ; BLUE             16                       1
  133. ; GREEN            32                       2
  134. ; CYAN             48                       3
  135. ; RED              64                       4
  136. ; MAGENTA          80                       5
  137. ; BROWN            96                       6
  138. ; LIGHT GRAY      112                       7
  139. ; DARK GRAY                                 8
  140. ; LIGHT BLUE                                9
  141. ; LIGHT GREEN                              10
  142. ; LIGHT CYAN                               11
  143. ; LIGHT RED                                12
  144. ; LIGHT MAGENTA                            13
  145. ; YELLOW                                   14
  146. ; WHITE                                    15
  147. ; BLINKING                                128
  148. ;
  149. ; The default colors are:
  150. ;  EditAreaColor=30
  151. ;  ActiveCursorColor=28
  152. ;  InactiveCursorColor=27
  153. ;  InputWindowColor=95
  154. ;  InputFieldColor=31
  155. ;  ShadowColor=8
  156. ;  HelpWindowColor=111
  157. ;  StatusLinesColor=112
  158. ;  StatusHiliteFGColor=116
  159. ;  BlockedColor=112
  160. ;  BlockActiveCursorColor=116
  161. ;  BlockInactiveCursorColor=117
  162. ;  PickListColor=23
  163. ;  PickListBarColor=79
  164. ;  MeterWindowColor=112
  165. ;  MeterBarColor=66
  166. ;  OtherWindowsColor=95
  167.  
  168. EditAreaColor=30
  169. ActiveCursorColor=28
  170. InactiveCursorColor=27
  171. InputWindowColor=95
  172. InputFieldColor=31
  173. ShadowColor=8
  174. HelpWindowColor=111
  175. StatusLinesColor=112
  176. StatusHiliteFGColor=116
  177. BlockedColor=112
  178. BlockActiveCursorColor=116
  179. BlockInactiveCursorColor=117
  180. PickListColor=23
  181. PickListBarColor=79
  182. MeterWindowColor=112
  183. MeterBarColor=66
  184. OtherWindowsColor=95
  185.  
  186. ; END
  187.