home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 July / Chip_1998-07_cd.bin / sharewar / fileedit / pfe0702 / FAQ.TXT < prev    next >
Text File  |  1997-10-13  |  23KB  |  474 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.07.002]
  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.51 and 4.0 (Intel)        32-bit edition
  22.     Windows 95                32-bit edition
  23.  
  24. -------------------------------------------------------------------------------
  25.  
  26. Q. I'm using the 32-Bit Edition, and I've set up associations so that I can
  27. open files in PFE by double clicking the names in File Manager and Explorer. It
  28. works fine most of the time, but if the name contains spaces it doesn't - PFE
  29. seems to think each part of the name is a filename all by itself
  30.  
  31. A. The problem here is that the most obvious command line to use in your
  32. association:
  33.  
  34.               pfe32
  35.  
  36. is not correct. Since PFE allows multiple files to be named on the command
  37. line, you must use some extra syntactic elements in the association.
  38.  
  39. To set up your associations easily and correctly, and to enable some right-
  40. click menu functionality under Windows 95 and Windows NT 4.0, you need to set
  41. them up in the "Associations" panel of the dialog started by the Options
  42. Preferences panel.
  43.  
  44. If you want to create associations yourself you can do so: the command line
  45. to use is
  46.  
  47.              pfe32 "%1"
  48.  
  49. where the "%1" part ensures that the filename you click on is contained in
  50. quotes when the command is issued. However, if you do this you won't see the
  51. context menu items relating to PFE; and you may not find future enhancements
  52. will work correctly.
  53.  
  54. -------------------------------------------------------------------------------
  55.  
  56. Q. Why can't I open more than one file at a time with the File Open and File
  57. View commands? Early versions of PFE allowed me to do this.
  58.  
  59. A. In this release, the various file opening dialogs all default to allowing
  60. you to select only one file at a time.
  61.  
  62. You can use the "General Options" panel of the dialog started by the Options
  63. Prefences command to enable multiple selection; however, under Windows NT 3.51
  64. some long file names will not appear correctly (see the next item)
  65.  
  66. -------------------------------------------------------------------------------
  67.  
  68. Q. I'm using Windows NT 3.51, and I used Options Preferences to allow me to
  69. open more than one file at a time in the File Open command. However, my long
  70. file names don't apear any more - I just see the DOS 8.3 names 
  71.  
  72. A. There is a basic flaw in Microsoft's design of the library that provides the
  73. standard file open dialogs under Windows NT 3.51 (this code is not part of
  74. PFE). Essentially, it can't handle long file names THAT CONTAIN SPACES if you
  75. also allow multiple files to be selected. Long file names without spaces are
  76. handled correctly; but Microsoft's code automatically shows those with spaces
  77. as 8.3 names in order to get around their design error.
  78.  
  79. In its default mode of operation, PFE allows you to open only one file at a
  80. time, and here the problem does not arise.
  81.  
  82. Unfortunately, there is no way to beat this problem - if you want to open
  83. multiple files at one time, you won't see names with spaces in.
  84.  
  85. On the good side, though, the problem does not arise at all if you're running
  86. Windows 95 or Windows NT 4.0
  87.  
  88. -------------------------------------------------------------------------------
  89.  
  90. Q. I use Windows NT on a DEC Alpha system - is there an executable of PFE32 for
  91. this?
  92.  
  93. A. PFE32 exists only for Intel hardware; however, users report that on DEC
  94. Alpha machines this runs very well under the Intel emulation system.
  95.  
  96. -------------------------------------------------------------------------------
  97.  
  98. Q. How can I arrange that edit windows are created to use the maximum area
  99. available in the MDI client area?
  100.  
  101. A. You can do this with the Options Preferences command. Start the
  102. preferences dialog and select "Window Control" from the list of option
  103. categories on the left. This shows you a panel that lets you configure
  104. exactly how child windows will be created
  105.  
  106. -------------------------------------------------------------------------------
  107.  
  108. Q. Why don't all the TrueType fonts I have installed on my system appear in the
  109. printer and screen fonts dialogs?
  110.  
  111. A. Because PFE is a programming-oriented text editor, rather than a word
  112. processor, it supports only fixed pitch fonts (ones in which all characters
  113. occupy the same width on screen or paper). There are, sadly, very few fixed
  114. pitch fonts available. There are no plans to add variable fixed pitch support
  115. in a future release.
  116.  
  117. -------------------------------------------------------------------------------
  118.  
  119. Q. I want PFE to remember the names of more than the last 5 files I've edited,
  120. so I can pick them quickly from the File menu. How can I do this?
  121.  
  122. A. You can configure the Most Recently Used (MRU) list with the Options
  123. Preferences command. Start the preferences dialog, and select "MRU List" from
  124. the list of option categories on the left. This shows you the panel that
  125. configures the MRU list.
  126.  
  127. You can configure the total size of the list, and how many files from
  128. the list will appear on the File menu (you will be able to select from the
  129. entire list with a dialog command that will follow the list on the menu).
  130. You can also specify that the File menu should be drawn in two columns rather
  131. than one if you want to show a large number of files. Note that you will need
  132. to exit PFE and restart it before your changes take effect.
  133.  
  134. -------------------------------------------------------------------------------
  135.  
  136. Q. I don't like the standard Windows File Manager, and prefer to use a third
  137. party one. How can I get the File Manager item on the Execute menu to start
  138. this instead of the standard one?
  139.  
  140. A. You can configure what the various "Manager" items on the Execute
  141. menu do with the Options Preferences command. Start the preferences
  142. dialog and select "Windows Managers" from the list of option categories
  143. on the left to show the panel that handles this
  144.  
  145. For each of the menu items, you can specify that PFE should run either
  146. the standard manager program supplied with Windows, or runs a command
  147. line of your choice
  148.  
  149. -------------------------------------------------------------------------------
  150.  
  151. Q. I use 4DOS-for-NT as my Windows NT command processor instead of Microsoft's
  152. cmd.exe - how can I get the Execute DOS Prompt and associated tool bar button
  153. to start this?
  154.  
  155. A. Normally, PFE will use the executable file named in the COMSPEC environment
  156. variable as the command processor. If this variable is not set, it uses the
  157. standard defaults "command.com" under Windows 3.1x, and "cmd.exe" under Windows
  158. NT and Windows 95
  159.  
  160. You can define the command processor you want to start with the Options
  161. Preferences command. Select the "DOS Shell" panel to configure what is started
  162. by the Execute DOS Prompt command; select the "Command Processor" panel to
  163. configure the command line used to run applications by the Execute DOS Command
  164. To Window command
  165.  
  166. -------------------------------------------------------------------------------
  167.  
  168. Q. How can I record my keyboard macros for use in other sessions?
  169.  
  170. A. The macro that you record as you type on the keyboard - known as the "active
  171. keyboard recording" - can be saved at any time with the Macro Save Recording
  172. command; PFE will automatically load it at the start of the next session.
  173.  
  174. You can also build libraries of macros that you can assign to keys of your
  175. choice using the Macro Librarian command.
  176.  
  177. -------------------------------------------------------------------------------
  178.  
  179. Q. How does PFE manage to allow more than 32K of text to be edited in an edit
  180. control?
  181.  
  182. A. PFE doesn't, in fact, use standard edit controls to show text. The windows
  183. you see are ordinary MDI child windows, and the text is drawn explicitly by PFE
  184. as required. Internally, a complicated memory management system keeps track of
  185. where each line of each file is stored.
  186.  
  187. -------------------------------------------------------------------------------
  188.  
  189. Q. Why, if I have word wrap switched on for a window, will PFE wrap text only
  190. when I'm typing at the end of the line and not when I insert in the middle of
  191. it?
  192.  
  193. A. The current design of PFE is set to do things that way for efficiency
  194. reasons. However, the Edit Text Reformat and Edit Text Reformat Paragraph
  195. commands allow you to reflow text to fit the current wrap margin at any time.
  196.  
  197. -------------------------------------------------------------------------------
  198.  
  199. Q. Why do I get "Help file not found" when I ask for help?
  200.  
  201. A. Make sure that you have the help file pfe.hlp in the same directory as the
  202. pfe.exe or pfe32.exe executable program
  203.  
  204. -------------------------------------------------------------------------------
  205.  
  206. Q. Why is the default of 32 undoable actions so small? Surely, when I'm typing
  207. text, I'll fill that up in 32 keypresses?
  208.  
  209. A. Actually, no - the undo system doesn't work in quite that way. It records
  210. specific _actions_ in its stack, such as a drag-drop move of text, or a cut of
  211. the highlighted text. When you're typing, each keypress is considered as part
  212. of a _single_ action, which is terminated only when you do something different,
  213. like moving the caret with the arrow keys, or switching to another window.
  214.  
  215. Then, when you use the Undo Typing command, PFE will remove all the typing
  216. you've performed in that action (a future release of PFE will probably let you
  217. undo typing actions character-by-character too)
  218.  
  219. You can change the number of undo actions that PFE records with the Options
  220. Preferences command. Start the preferences dialog and select "Editing Files"
  221. from the list of option categories on the left to show the relevant panel that
  222. lets you set the size of the list
  223.  
  224. -------------------------------------------------------------------------------
  225.  
  226. Q. If I select some text and start to drag it to a new location, how can I
  227. change my mind without having to drop the text somewhere and then undo the
  228. action?
  229.  
  230. A. You can cancel a drag-and-drop in one of two ways. If the highlighted text
  231. is visible in the window, move the mouse cursor somewhere inside it and release
  232. the left button. Alternatively, press the Escape key before you release the
  233. left mouse button.
  234.  
  235. -------------------------------------------------------------------------------
  236.  
  237. Q. How can I use drag-and-drop to move text from one window to another?
  238.  
  239. A. In the current design, PFE supports drag-and-drop only _within_ a window.
  240. Inter-window operation may be added in a future release.
  241.  
  242. -------------------------------------------------------------------------------
  243.  
  244. Q. How can I configure PFE so that the File Save command and its associated
  245. tool bar button are always available? At the moment, I can only use the command
  246. when I've changed the file in some way.
  247.  
  248. A. By default, PFE enables the File Save command only when the file showing in
  249. a window has altered. This gives you some feedback (complementing the 'file
  250. changed' marker in the status bar) that helps you avoid un-necessary saves.
  251.  
  252. You can use the Options Preferences command to change this setting.
  253. Start the preferences dialog and select "Saving Files" from the list of
  254. option categories on the left to show the relevant panel. Check the box
  255. labelled "Allow File Save on unaltered files" to make the File Save
  256. command and the toolbar button always available
  257.  
  258. -------------------------------------------------------------------------------
  259.  
  260. Q. I like the window that runs DOS commands with output capture to start full
  261. screen, and to have specific tuning details set. How can I do this?
  262.  
  263. A. DOS commands with output capture are run by either the pfedos.exe (for
  264. Windows 3) or pfedos32.exe (for Windows NT) helper modules. To change how the
  265. windows are created, set up suitable PIF files pfedos.pif and/or pfedos32.pif
  266. in the same directory, and use the Windows PIF editor to set the details as you
  267. require
  268.  
  269. -------------------------------------------------------------------------------
  270.  
  271. Q. How do I insert a Form Feed into a file, or specify it in the Find and
  272. Replace dialogs?
  273.  
  274. A. To insert a Form Feed (or any other non-typable character) use the
  275. EditTextInsertASCIICode command, which is by default mapped to Ctrl+Q. This
  276. starts up a dialog that lets you select Esc and Ctrl+A - Ctrl+Z easily by name,
  277. or specify any ASCII code you like as a number.
  278.  
  279. To specify Form Feed in the Find or Replace dialogs, write it as the two-
  280. character sequence "\f". You can also specify end-of-line by "\n" and tab by
  281. "\t"; and you can specify an arbitrary code as "\xhh", where "hh" represents
  282. two hex digits. Remember that if you actually want a "\" character, you need to
  283. write it as "\\".
  284.  
  285. -------------------------------------------------------------------------------
  286.  
  287. Q. Why do I see lots of files with type .$$$ (PFE version 0.05.007 and later)
  288. in my directories?
  289.  
  290. A. These are the backup files that PFE produces whenever you save a file. If a
  291. file of the same name exists already, PFE renames it with a type of .$$$ before
  292. writing the new data to disk.
  293.  
  294. The Options Preferences command allows you to configure some defaults
  295. for how backup is handled. Start the preferences dialog and select "Backup"
  296. from the list of option categories on the left to show the relevant
  297. panel.
  298.  
  299. In this dialog, you can disable all backup permanently; choose to have
  300. PFE make backup files to the same directory as the original file but
  301. with a file extension of your choice; or to make the copy into a file of
  302. the same name as the original, but in a subdirectory of the directory
  303. containing it
  304.  
  305. The File Save As dialog and the Options Default Modes and Options
  306. Current Modes dialogs also let you control some backup actions on a per-
  307. file basis
  308.  
  309. -------------------------------------------------------------------------------
  310.  
  311. Q. I used the Options Preferences, Options Default Modes and Options
  312. Current Modes command to set background colours for my edit windows and
  313. the main PFE workspace. Why are the colours I get not the ones I
  314. selected?
  315.  
  316. A. Depending on what type of video adapter you have fitted to your
  317. computer, only a very few of the infinite number of colours can be shown
  318. as pure or "solid" colours. Normally your system will provide 16 such
  319. solid colours, and you will see these in the block of colours shown at
  320. top left in the colour selection dialog.
  321.  
  322. When Windows is asked to display some other colour, it has to use a
  323. technique known as "dithering", that simulates the shade you want. For
  324. example, it might produce a pale blue by drawing a fine grid of dark
  325. blue lines on a white background; this will appear to be the colour you
  326. wanted when seen from a suitable distance.
  327.  
  328. Dithered colours are very unpleasant to use as backgrounds for text, and
  329. writing text on such a background is very much slower that if the
  330. background were a solid colour. For these reasons, PFE does not support
  331. the use of dithered colours, but instead translates the colour value you
  332. select to the closest available solid colour.
  333.  
  334. -------------------------------------------------------------------------------
  335.  
  336. Q. I work with a number of large projects and would like to have
  337. separate customised PFE environments. Can I do this?
  338.  
  339. A. With the 16-Bit Edition, you can use PFE's ability to locate its
  340. initialisation file pfe.ini in an arbitrary directory to do this.
  341.  
  342. With the 32-Bit Edition you can use "multiple configuration sets" in the
  343. registry to the same effect.
  344.  
  345. These facilities are controlled by the Options Preferences command; the Help
  346. button on the dialog will take you to descriptions of how they operate.
  347.  
  348. -------------------------------------------------------------------------------
  349.  
  350. Q. What are the licensing arrangements for PFE? I use it at home and
  351. would like to do so at my work too.
  352.  
  353. A. PFE is FreeWare. You don't need to register to use it, and there is
  354. no fee. You can use it at home, or at work without restriction.
  355.  
  356. If you'd like to include PFE on the distribution disks with a commercial
  357. product you can obtain a licence that will enable you to do this.
  358.  
  359. The help file contains full details on the current usage and licensing
  360. position.
  361.  
  362. -------------------------------------------------------------------------------
  363.  
  364. Q. I'm editing files on a NFS-mounted partition with the 16-Bit Edition,
  365. and whenever I save my edit changes the long name of the file disappears
  366. and all I see is the NFS-generated 8.3 name. What's happened?
  367.  
  368. A. The problem is in the way that PFE makes backups when you save files.
  369. In the current version, any existing file is renamed to be the backup
  370. copy, and a new file is created with the old name to save the changes
  371. into.
  372.  
  373. The step of renaming the file breaks the association that NFS maintains
  374. between the DOS 8.3 name and the file's long name. Thus, when PFE
  375. creates the new file to save - using the 8.3 name - NFS can no longer
  376. translate this to the "real" name and so has to pass the 8.3 name itself
  377. to Windows.
  378.  
  379. The only circumvention available in the current release is to disable
  380. making backup copies in these circumstances.
  381.  
  382. This problem does not arise in the 32-Bit Edition
  383.  
  384. -------------------------------------------------------------------------------
  385.  
  386. Q. How do I change the font that I use to print files out? In previous releases
  387. there was a "Font" button in the Print Setup dialog, but it's gone now
  388.  
  389. A. The printer system uses the same user interface and dialogs as other
  390. applications; the Print and Print Setup dialogs you see are the standard ones
  391. that are part of Windows. 
  392.  
  393. Unfortunately, the way that Windows works with these dialogs means that it
  394. isn't possible to select fonts from them. You should use the File Page Setup
  395. command for this.
  396.  
  397. -------------------------------------------------------------------------------
  398.  
  399. Q. I'm using the Execute DOS Command To Window command to run my compiler,
  400. which will prompt me for input if there's an error. Using the 32-bit edition I
  401. see the compiler output in the console window, but I never see the prompts and
  402. the output window seems to lock up, although if I type the expected reply blind
  403. it all seems to work. What's going wrong?
  404.  
  405. A. The problem here arises because PFE is essentially trying to subvert the
  406. compiler, fooling it into thinking that it's writing to the screen (as it
  407. normally would) when actually it's sending all its output to PFE (actually, to
  408. a small helper program that PFE runs for this purpose).
  409.  
  410. If the compiler or other program is simply writing, then it all works fine. But
  411. as you've seen, there are problems if the program wants you to perform input.
  412. Normally, when a program writes to the screen, Windows makes sure that all the
  413. output is sent there directly and not stored in the program's or Windows's
  414. buffers. Thus, you see the prompt as soon as the program writes it, and you
  415. know what to do.
  416.  
  417. But when PFE runs the compiler, the output is actually not to the screen, but
  418. to PFE. The compiler itself doesn't know the difference, but the underlying I/O
  419. systems and Windows certainly do. Since they know the program isn't writing to
  420. the screen, the compiler's output will be buffered for efficiency - thus it's
  421. quite possible, and actually most probable, that the prompt string will be
  422. stored in a buffer waiting to be written to the screen when the compiler asks
  423. you to type - so you never see the prompt.
  424.  
  425. There is no way round this problem, unfortunately. Although techniques are
  426. available for programs to detect what's happening and make sure that you _do_
  427. see the prompt, you'll be lucky to find one that uses them.
  428.  
  429. The moral, sadly, is that the Execute DOS Command To Window command is not
  430. suitable if the program you want to run will ever require you to type in to it
  431. rather than simply generate output
  432.  
  433. -------------------------------------------------------------------------------
  434.  
  435. Q. I like to work with tab width of 4 in my files, and I can set this up with
  436. the Options Current Modes command. However, if I edit the same files again, the
  437. tab setting reverts to the default of 8. How can I change this?
  438.  
  439. A. The Options Current Modes command affects the modes applied to only the
  440. current window; the effect is limited to that window, and when it closes the
  441. settings are lost.
  442.  
  443. To do what you want - which is to define the default modes for a file - you
  444. need to use the Options Default Modes command.
  445.  
  446. You'll find full information on how to use this command in the help file.
  447. Basically, you can define a number of "mode groups", which are collections of
  448. filename patterns like "*.c *.h readme.*". With each mode group you define the
  449. default modes you want; then, if any file you open has a name matching
  450. something in a mode group, the relevant default modes are applied.
  451.  
  452. -------------------------------------------------------------------------------
  453.  
  454. Q. I put the 32-Bit Edition of PFE on my desktop for handy access, but now it
  455. can't find the help file and if I try to run DOS commands I get a message
  456. "Unable to run pfedos32 helper module"
  457.  
  458. A. You've probably made a _copy_ of the pfe32.exe program file on your desktop,
  459. rather than creating a _shortcut_. When you make a copy, Windows copies the
  460. executable file to a special directory on your hard disk, and when you click
  461. the icon, the program is started from there.
  462.  
  463. PFE will run happily like this; but when you ask for help, or try to run a DOS
  464. command, it will find that the pfe.hlp help file and pfedos32.exe helper
  465. module are not in the same desktop directory as the program.
  466.  
  467. The solution is to delete the copy of PFE from your desktop and create a proper
  468. shortcut - if you use the _right_ mouse button to drap the PFE program file
  469. from its folder to the desktop, you'll see an option to create a shortcut on
  470. the menu that appears.
  471.  
  472. -------------------------------------------------------------------------------
  473.  
  474.