home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Windows 95 Special 2 / CD_1.iso / utils / pfe32 / faq.txt < prev    next >
Text File  |  1995-03-24  |  18KB  |  422 lines

  1.                          Frequently Asked Questions
  2.                                      on
  3.                           Programmer's File Editor
  4.                          --------------------------
  5.  
  6.     [Answers in this file refer to facilities available in PFE 0.06.001]
  7.  
  8.     You may find information on any problem you have encountered in the
  9.  problems.txt file, which lists known major problems in the current release
  10.  
  11. --
  12.  
  13. Q. What version of PFE is recommended for my current environments? I use
  14. Windows 3.10, Windows NT and Windows 95
  15.  
  16. A. PFE is supplied in two forms: the 16-bit edition (PFE.EXE) and the
  17. 32-bit edition (PFE32.EXE). The recommended versions for various
  18. platforms are these:
  19.  
  20.     Windows 3.1x            16-bit edition
  21.     Windows NT 3.5            32-bit edition
  22.     Windows 95            32-bit edition
  23.  
  24. Although the 32-bit edition should function on a Windows 3.1x system if
  25. you have Win32s 1.20 installed, its use is not recommended. Some
  26. functionality is not available, and the version is not extensively
  27. tested in this mode
  28.  
  29. ----
  30.  
  31. Q. How can I arrange that edit windows are created to use the maximum area
  32. available in the MDI client area?
  33.  
  34. A. You can do this with the Options Preferences command. Start the
  35. preferences dialog and select "Window Control" from the list of option
  36. categories on the left. This shows you a panel that lets you configure
  37. exactly how child windows will be created
  38.  
  39. ----
  40.  
  41. Q. Why don't all the TrueType fonts I have installed on my system appear in the
  42. printer and screen fonts dialogs?
  43.  
  44. A. Because PFE is a programming-oriented text editor, rather than a word
  45. processor, it supports only fixed pitch fonts (ones in which all characters
  46. occupy the same width on screen or paper). There are, sadly, very few fixed
  47. pitch fonts available. There are no plans to add variable fixed pitch support
  48. in a future release.
  49.  
  50. ----
  51.  
  52. Q. How can I ensure that if I associate PFE with a file type in File Manager,
  53. double clicking on a file of that type will bring up a new PFE window rather
  54. than opening the file in an already-running instance?
  55.  
  56. A. Normally, whenever you start PFE, it will look to see if an instance is
  57. already running. If it is, this instance is activated, and the names of any
  58. files you give on the command line will be passed to it across a DDE link. If
  59. you want to force a new instance of PFE to start instead of activating an
  60. existing one, use the '/m' command line flag.
  61.  
  62. ----
  63.  
  64. Q. I want PFE to remember the names of more than the last 5 files I've edited,
  65. so I can pick them quickly from the File menu. How can I do this?
  66.  
  67. A. You can configure the Most Recently Used (MRU) list with the Options
  68. Preferences command. Start the preferences dialog, and select "File
  69. Menu" from the list of option categories on the left. This shows you the
  70. panel that configures the MRU list.
  71.  
  72. You can configure the total size of the list, and how many files from
  73. the list will appear on the File menu (you will be able to select from the
  74. entire list with a dialog command that will follow the list on the menu).
  75. You can also specify that the File menu should be drawn in two columns rather
  76. than one if you want to show a large number of files. Note that you will need
  77. to exit PFE and restart it before your changes take effect.
  78.  
  79. ----
  80.  
  81. Q. I don't like the standard Windows File Manager, and prefer to use a third
  82. party one. How can I get the File Manager item on the Execute menu to start
  83. this instead of the standard one?
  84.  
  85. A. You can configure what the various "Manager" items on the Execute
  86. menu do with the Options Preferences command. Start the preferences
  87. dialog and select "Windows Managers" from the list of option categories
  88. on the left to show the panel that handles this
  89.  
  90. For each of the menu items, you can specify that PFE should run either
  91. the standard manager program supplied with Windows, or runs a command
  92. line of your choice
  93.  
  94. ----
  95.  
  96. Q. I use 4DOS-for-NT as my Windows/NT command processor instead of Microsoft's
  97. cmd.exe - how can I get the Execute DOS Prompt and associated tool bar button to
  98. start this?
  99.  
  100. A. Normally, PFE will use the executable file named in the COMSPEC
  101. environment variable as the command processor. If this variable is not
  102. set, it uses the standard defaults "command.com" under Windows 3.1x, and
  103. "cmd.exe" under Windows NT
  104.  
  105. You can define the command processor you want to start with the Options
  106. Preferences command. Start the preferences dialog and select "DOS
  107. Shell" from the list of option categories on the left to show the
  108. relevant panel, and define your preference
  109.  
  110. ----
  111.  
  112. Q. What's the difference between the Execute Launch Application command and the
  113. Execute Launch Windows Tool command?
  114.  
  115. A. In terms of what they accomplish - to start a Windows or a DOS application
  116. running independently of PFE - there's none. Execute Launch Application starts
  117. a dialog that prompts you for a command line; it remembers the last command
  118. line you used, but that's all.
  119.  
  120. The Execute Launch Windows Tool command, by contrast, lets you define a whole
  121. set of command lines, and label each one with a meaningful name. For example,
  122. you could name a tool entry as "Edit Help File", and associate a command line
  123. that runs Word for Windows to edit a file. Or you could have one called "Build
  124. data file" that runs a DOS application with a set of files on its command line.
  125. You just pick the function you want from your mnemonic list, without needing to
  126. bother about what the command line has to be
  127.  
  128. ----
  129.  
  130. Q. I use Windows NT on MIPS and DEC Alpha platforms - is there an executable
  131. of PFE32 for these?
  132.  
  133. A. PFE32 exists only for Intel hardware. There are no plans for MIPS or DEC
  134. Alpha versions
  135.  
  136. ----
  137.  
  138. Q. How can I record my keyboard macros for use in other sessions?
  139.  
  140. A. This ability is not a part of the current PFE release. A future version will
  141. include savable keyboard macros, implemented as editable macro libraries
  142.  
  143. ----
  144.  
  145. Q. How does PFE manage to allow more than 32K of text to be edited in an edit
  146. control?
  147.  
  148. A. PFE doesn't, in fact, use standard edit controls to show text. The windows
  149. you see are ordinary MDI child windows, and the text is drawn explicitly by PFE
  150. as required. Internally, a complicated memory management system keeps track of
  151. where each line of each file is stored.
  152.  
  153. ----
  154.  
  155. Q. Why, if I have word wrap switched on for a window, will PFE wrap text only
  156. when I'm typing at the end of the line and not when I insert in the middle of
  157. it?
  158.  
  159. A. The current design of PFE is set to do things that way for efficiency
  160. reasons. A forthcoming release will feature a command to reflow the text of a
  161. paragraph so that it fits within the wrap margin.
  162.  
  163. ----
  164.  
  165. Q. Why do I get "Help file not found" when I ask for help?
  166.  
  167. A. Make sure that you have the help file pfe.hlp in the same directory as the
  168. pfe.exe or pfe32.exe executable program
  169.  
  170. ----
  171.  
  172. Q. Why is the default of 32 undoable actions so small? Surely, when I'm typing
  173. text, I'll fill that up in 32 keypresses?
  174.  
  175. A. Actually, no - the undo system doesn't work in quite that way. It records
  176. specific _actions_ in its stack, such as a drag-drop move of text, or a cut of
  177. the highlighted text. When you're typing, each keypress is considered as part
  178. of a _single_ action, which is terminated only when you do something different,
  179. like moving the caret with the arrow keys, or switching to another window.
  180.  
  181. Then, when you use the Undo Typing command, PFE will remove all the typing
  182. you've performed in that action (a future release of PFE will probably let you
  183. undo typing actions character-by-character too)
  184.  
  185. You can change the number of undo actions that PFE records with the
  186. Options Preferences command. Start the preferences dialog and select
  187. "Editing Files" from the list of option categories on the left to show
  188. the relevant panel that lets you set the size of the list
  189.  
  190. ----
  191.  
  192. Q. If I select some text and start to drag it to a new location, how can I
  193. change my mind without having to drop the text somewhere and then undo the
  194. action?
  195.  
  196. A. You can cancel a drag-and-drop in one of two ways. If the highlighted tex