home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR8 / PETPE402.ZIP / LATEST.TXT < prev    next >
Text File  |  1993-09-16  |  43KB  |  957 lines

  1.  
  2.                         pE - The "perfect" Editor(tm)
  3.            Copyright (c) 1990-1993 by Just Excellent Software, Inc.
  4.  
  5.         These notes are addendum to the printed pE manual.
  6.  
  7.         Release 4.02 - Sep 7, 1993
  8.         ------------
  9.         ┌──────────────┐
  10.         │File Selection│
  11.         └──────────────┘
  12.  
  13.         The file chooser now allows selection of multiple files.  The
  14.         space bar will toggle selection on/off.  Alt (or Ctrl) T, U, and
  15.         I will also T(ag) all, U(ntag) all, or I(nvert) tags.  Once one
  16.         or more files are tagged, pressing Enter will load them all.
  17.         Pressing F4 (delete), will make pE offer to delete one at a time
  18.         or all.  Please be careful. Answering 'A' for All will delete
  19.         all the marked files, without further questions.  A count of
  20.         tagged items is displayed in the upper right border of the
  21.         chooser window.
  22.  
  23.         ┌────────────┐
  24.         │Drive Select│
  25.         └────────────┘
  26.  
  27.         The file chooser now displays disk drive letters for your
  28.         selection by mouse or keyboard.  To rapidly get to the drive
  29.         letter 'A' simply type '['.  The highlight will immediately
  30.         advance to '[A:]'.  If you press '[' again, you will cycle
  31.         through all of the drive letters on your computer.  The
  32.         auxiliary window will show what the current directory is for
  33.         each of the various drives.  pE will position to that directory
  34.         if the drive highlited is selected.  Note that pressing a single
  35.         '.' will always get to '..\' which is the symbol for the
  36.         directory one level up from your current directory.
  37.  
  38.         ┌─────────┐
  39.         │Add Block│
  40.         └─────────┘
  41.  
  42.         pE will add a column of numbers for you!  Just mark using Alt-B
  43.         (rectangular block) and press ^a_b (add block).  The numbers do
  44.         not have to be aligned and decimals are OK.  The only
  45.         restriction is that a number cannot have more than 6 digits past
  46.         the decimal point.  Decimal points do not have to be aligned,
  47.         there can be blank lines in the block as well as spaces before
  48.         or after the number, but not between characters of the number.
  49.  
  50.            ---------
  51.           |123      |
  52.           |   456   |     adds up to 1368
  53.           |      789|
  54.            ---------
  55.  
  56.           just as
  57.  
  58.            ---
  59.           |123|
  60.           |456|           adds up to 1368
  61.           |789|
  62.            ---
  63.  
  64.            -----------
  65.           |1.234      |
  66.           |         23|   adds up to 35.3907
  67.           |2.4567     |
  68.           |8.7        |
  69.            -----------
  70.  
  71.           just as
  72.  
  73.            -------
  74.           | 1.234 |
  75.           |23     |       adds up to 35.3907
  76.           | 2.4567|
  77.           | 8.7   |
  78.            -------
  79.  
  80.  
  81.         The total is inserted at the current cursor position when the
  82.         command is executed, so mark the block, end the mark, and
  83.         position where you want the total printed before pressing ^a_b.
  84.  
  85.         ┌───────────────────────┐
  86.         │Searching through files│
  87.         └───────────────────────┘
  88.  
  89.         There's a way to make pE search directories, and subdirectories
  90.         much faster.
  91.  
  92.         When pE brings up the file chooser, what files are shown and
  93.         searched is determined by:
  94.  
  95.             - Any mask from the command line or entered in the
  96.               'auxiliary' window.  The auxiliary window is where the
  97.               file size, date, etc are shown.
  98.  
  99.             - For searches, any mask entered in the 'Mask' field of the
  100.               search dialog
  101.  
  102.             - The "excluded" extensions.  By default, these are:
  103.  
  104.                 ■ EXE - these are executable file
  105.                 ■ COM - same
  106.                 ■ OBJ - the results of a compile step
  107.                 ■ OVL - common extension for executable overlays
  108.                 ■ LIB - collection of OBJ's
  109.                 ■ $$$ - 'temporary' files
  110.                 ■ BMP - Bit map files
  111.                 ■ GIF - picture files
  112.                 ■ ZIP - pkzip archive files
  113.  
  114.               Unless you direct otherwise, files having these extensions
  115.               are EXCLUDED from the directory display.  If you press
  116.               Alt-H (hex toggle) with the file chooser active, then all
  117.               of these exclusions are removed and you get to see all
  118.               files in the directory.  Choosing one will then display a
  119.               HEX dump format of that file.
  120.  
  121.             - These files are excluded because they are not text files
  122.               in the strictest sense.  Their formats are unknown to pE
  123.               and it can only display and edit them as HEX dumps.
  124.  
  125.             - When searching from the file chooser, files having those
  126.               extensions are also excluded.  Once again, pE does not
  127.               know what the format of these files are.  There can be
  128.               other files, having other extensions, that you may wish
  129.               NOT to be presented in the file chooser.
  130.  
  131.               Create a file named EXCLUDED.PED.  You may put this file
  132.               into a particular directory or you may put this file in
  133.               pE's 'home directory', ie, from where pE is loaded.
  134.  
  135.               When pE wakes up, it first looks in the current directory,
  136.               then in the home directory, and finally if it doesn't find
  137.               a file named EXCLUDED.PED it assigns the default excluded
  138.               extensions named above.
  139.  
  140.               Most typically, when you are searching for text, you do
  141.               not need to search through executable files that you have
  142.               not created.  By excluding specific files identified by
  143.               their extensions, you restrict searching to only those
  144.               files that may be relevant.  Of course if you've
  145.               segregated your text files by putting them in a separate
  146.               directory, you don't have these problems.  But if you're
  147.               like many people who keep text and exe's combined, then
  148.               EXCLUDED.PED is for you.
  149.  
  150.               The format of EXCLUDED.PED is very simple.
  151.  
  152.                 - one entry per line
  153.                 - the extension only (up to 3 characters, NO dot or
  154.                   period)
  155.                 - Up to 40 extensions may be excluded.
  156.                 - If the file is empty, ie only a single blank line,
  157.                   there will be NO exclusions and all files will be
  158.                   processed.
  159.                 - If you have an EXCLUDED  file then you must put all of
  160.                   the extensions you wish excluded there.  Its an all or
  161.                   nothing proposition.
  162.  
  163.                 - for WordPerfect directories that contain the WP
  164.                   executable, I recommend the following exclusions be in
  165.                   EXCLUDED.PED in the wpNN directory.
  166.  
  167.                   ■ EXE  |
  168.                   ■ COM  |
  169.                   ■ OBJ  |
  170.                   ■ OVL  | All as above
  171.                   ■ LIB  |
  172.                   ■ $$$  |
  173.                   ■ BMP  |
  174.                   ■ GIF  |
  175.                   ■ ZIP  |
  176.                   ■ FRS  |<-- plus the ones starting here
  177.                   ■ VRS  |
  178.                   ■ PRS  | most of these are pieces of WordPerfect
  179.                   ■ FIL  | and need not be considered when you look
  180.                   ■ PIF  | at, or search through this directory.  By
  181.                   ■ ALL  | putting EXCLUDED.PED in this directory, pE
  182.                   ■ DRS  | will exclude these extension only when you
  183.                   ■ QRS  | access files in this directory. If you put
  184.                   ■ IRS  | this file in pE's home directory, then files
  185.                   ■ LRS  | having these extensions would be excluded
  186.                   ■ MRS  | everywhere.  Just make SURE you do not use
  187.                   ■ SET  | any of these extensions yourself!
  188.                   ■ CRS  |
  189.                   ■ DVP  |
  190.                   ■ INS  |
  191.                   ■ LCN  |
  192.  
  193.                 - Remember, extensions in this file don't get searched
  194.                   and files having these extension don't apear in the
  195.                   file chooser.
  196.  
  197.                 - This can be a very useful feature to keep the number
  198.                   of files you need to deal with to a small number.
  199.  
  200.  
  201.         Release 4.01   Aug 12, 1993
  202.         ------------
  203.  
  204.         ┌────────────────────────┐
  205.         │Enhanced Search Features│
  206.         └────────────────────────┘
  207.  
  208.         pE has a brand new Search and Replace dialog!
  209.  
  210.  
  211.                ╔══[ <Search/Replace> ]════════════════════════╗
  212.                ║Search For                                    ║██
  213.                ║██████████████████████████████████████████████║██
  214.                ║──────────────────────────────────────────────║██
  215.                ║Replace With                                  ║██
  216.                ║██████████████████████████████████████████████║██
  217.                ║──────────────────────────────────────────────║██
  218.                ║  [ ] Backward        [ ] Case Sensitive      ║██
  219.                ║  [ ] Find All        [ ] Pattern (Reg Exp)   ║██
  220.                ║  [ ] All Windows     [ ] Load all Matches    ║██
  221.                ║  [ ] Search SubDirs      Mask:*.*            ║██
  222.                ║──────────────────────────────────────────────║██
  223.                ║       < OK >               < Cancel >        ║██
  224.                ║                                              ║██
  225.                ╚═════════ Ctrl+Enter to Start Search ═════════╝██
  226.                  ████████████████████████████████████████████████
  227.  
  228.  
  229.         If you press Alt-F(ind) or Alt-R(eplace) or Shift F5 (Found
  230.         List, the above dialog box appears.  If no search string is
  231.         defined, pressing FindForward (F5) or FindBackward (F6) will
  232.         call up the dialog box, as well.
  233.  
  234.             - if you're doing a search, type in what to look for
  235.               in the area underneath the "Search For".
  236.  
  237.             - then check any buttons you want by using the space bar,
  238.               the letter x, the highlited letter, or the mouse to set
  239.               a backward search (Backward), search for all occurrences
  240.               in one file (Find All), in All Windows (All Windows),
  241.               Make the search Case Sensitive (must match upper and
  242.               lower case exactly), and the search string is a Regular
  243.               Expression (Pattern).  You will need to review regular
  244.               expressions in the peuser.txt file if you are not
  245.               familiar with search patterns.
  246.  
  247.             - you move around the dialog box by using the arrow keys,
  248.               the tab, or the enter.  Pressing the first letter of any
  249.               button will also move you to that button and check it on
  250.               or off depending on what it was.  Of course the mouse as
  251.               can be used to navigate as well.
  252.  
  253.             - pressing ESC (escape) cancels any entry and returns to
  254.               the editing screen.  Clicking the Cancel button with the
  255.               mouse or pressing Enter when the Cancel Button highlited
  256.               will have the same effect.
  257.  
  258.             - Pressing the OK button with the mouse, or Enter when OK
  259.               is highlighted will begin the search or replace.
  260.  
  261.             - The title of the dialog box will indicate whether or not
  262.               you are beginning a search or replace.
  263.  
  264.             - If you pressed Shift F5 (Found List), the dialog box
  265.               automatically comes up with
  266.  
  267.                 [x] Find All
  268.  
  269.               checked, otherwise its the same as a Find.  Setting
  270.               'Find All' on means you want a list of ALL occurrences
  271.               of the search string, either in the current window, all
  272.               windows of even all files in this directory, or all
  273.               files in this directory and all subdirectories; see
  274.               'Calling Find from Chooser', below.
  275.  
  276.             - If you press Alt-R(eplace), instead of 'Find All', the
  277.               second button look like
  278.  
  279.                 [ ] Replace All
  280.  
  281.               checking this button will replace all occurrences of
  282.               string 1 with string 2.  Further if [x] All Windows is
  283.               checked, all occurrences EVERYWHERE will be changed.
  284.               Please use caution!   Enter a value in the 'Replace
  285.               With' area. Please note that a NULL (empty) 'Replace
  286.               With' is a VALID replacement.  You may be trying to
  287.               delete part of every string.  If you leave the 'Replace
  288.               With' area empty, pE will ask for a confirmation of your
  289.               intent.
  290.  
  291.             - NOTE: If you mark an area, do a replace all and don't
  292.               like the result, alt-0 (zero) undoes the replace.  This
  293.               will only work in a single window and only as long as
  294.               you have memory.
  295.  
  296.             - You begin the Search or Replace with Ctrl+Enter
  297.               anytime after you have entered the necessary information.
  298.  
  299.             - NOTE: Any macros which did a DefineFind in previous
  300.               versions of pE, need to be rewritten to accommodate the
  301.               Ctrl-Enter exit rather than just Enter.
  302.  
  303.         ┌─────────────────────────────┐
  304.         │Calling Find from the Chooser│
  305.         └─────────────────────────────┘
  306.  
  307.         pE will search through files finding any text you are looking
  308.         for.  The files can be any of the recognized formats, ie
  309.  
  310.             ■ WordPerfect
  311.             ■ Word for Windows
  312.             ■ Word for DOS
  313.             ■ AmiPro
  314.             ■ Windows Write
  315.  
  316.             or just plain ASCII Text.
  317.  
  318.         pE ignores most files whose formats are not one of the above.
  319.  
  320.         From the File Chooser (Alt-O(pen), Alt-V(iew), Alt-E(dit),
  321.         simply press F5 (or whatever key you have assigned to
  322.         DefineFind (Alt-F is default).  From the Chooser, the buttons
  323.         have a slightly different meaning:
  324.  
  325.             - Find All means build a list of EVERY occurrence of
  326.               the search string, so the entire file is scanned.  If
  327.               Find All is left off, then only the FIRST occurrence is
  328.               noted.  As you would expect, this is a faster search.
  329.  
  330.             - Load all Matches only has effect from the file chooser.
  331.               If set, any files meeting the search criteria will be
  332.               automatically loaded into pE in separate windows.
  333.  
  334.             - Load all Matches and Find All are mutually exclusive.
  335.               If you set one, the other will be unset.
  336.  
  337.             - All windows has no effect from the file chooser.
  338.  
  339.             - Backward has no effect from the file chooser.
  340.  
  341.             - Search SubDirs, if set will search not only in the
  342.               current directory, but in all subdirectories of the
  343.               current directory.  If at the root directory, IT WILL
  344.               SEARCH THE ENTIRE DRIVE.
  345.  
  346.             - Mask: allows you to search a category of files, like
  347.               *.txt, or *.doc, or *.wp, or even pe*.* (all files
  348.               beginning with the letters pe.  It is much faster to
  349.               specify a narrowing mask; if you leave it *.*, pE will
  350.               look at all files EXCEPT for files that have extensions
  351.               which are obviously binary.  (.exe,.obj,.dll,...).  The
  352.               default setting is whatever you came into the chooser
  353.               with.
  354.  
  355.             - [x] Find All builds a found list by writing to a file
  356.               named FND.$$$. When the search finishes, FND.$$$ is
  357.               read into a pE window and DELETED (if completely read).
  358.               Files starting with the character '~~' and having
  359.               extensions of '.$$$' are deleted when read by pE.  This
  360.               means that you must do a save to a different name if you
  361.               wish to keep these files.  The directory used for
  362.               FND.PED is the one pointed to by the setting of the TMP
  363.               environment variable.  If TMP doesn't point anywhere,
  364.               the current directory is used.  This is important to
  365.               know only because if FND.$$$ is NOT completely read in,
  366.               it is NOT deleted and you may want to delete it if TMP
  367.               is on permanent media.
  368.  
  369.             - A search may be interrupted at any time by pressing ESC
  370.               (escape).
  371.  
  372.         ┌───────────────────────┐
  373.         │Mark words with a mouse│
  374.         └───────────────────────┘
  375.  
  376.         If you hold the Alt key down while you click (left button) on
  377.         a word, the word will be highlighted (marked).  Pressing F5
  378.         will 'capture' this text and automatically begin a search.
  379.         Even if not found, this is a good way to get complicated text
  380.         into the 'Search For' part of the dialog window.
  381.  
  382.         ┌─────────────────┐
  383.         │View Only Windows│
  384.         └─────────────────┘
  385.  
  386.         View only windows are no longer a special color.  Instead the
  387.         'File Modified' symbol on the status line is a 'φ' instead of
  388.         an '*'.
  389.  
  390.         ┌───────────────┐
  391.         │Text conversion│
  392.         └───────────────┘
  393.  
  394.         pE has been enhanced to read all the major Word Processing
  395.         formats.  This release include the ability to read and convert
  396.         to 'straight' ASCII, the following formats:
  397.  
  398.             WordPerfect 5.1, 5.2 for DOS & Windows
  399.             MicroSoft Word for Windows 1.0 & 2.0
  400.             MicroSoft Word for DOS 5.0 & 5.5
  401.             AMI Pro for Windows 2.0 & 3.0
  402.             MicroSoft Windows 3.1 Write
  403.  
  404.         No special action is required of the user.  pE simply
  405.         determines what format is required and converts appropriately.
  406.         Most formatting, including table layouts, is lost.  What
  407.         remains is the ASCII text present in the document.
  408.  
  409.         Tabs are detabbed using an interval of 5 spaces for word
  410.         processing files, and whatever the detab setting for ASCII
  411.         documents.  (usually 8).
  412.  
  413.         Long Lines (longer than the right margin setting of Paragraph
  414.         Format) are wrapped to column 1 on input if WrapLines (see
  415.         below) is on.
  416.  
  417.         ┌─────────┐
  418.         │WrapLines│
  419.         └─────────┘
  420.  
  421.         Command line switch /l or L has been added. L for long lines.
  422.         pE will wrap long lines at the right margin setting of
  423.         Paragraph Format (see Option menu).  This is very handy when
  424.         converting from Word Processors which write out paragraphs
  425.         as a single line.  If you read in a file which has these
  426.         long (sometimes thousands of bytes) lines, simply call up
  427.         the option set menu (Alt-tab) and turn on WrapLines.  You
  428.         may alternatively press Ctrl-(grey)+.
  429.  
  430.         All of the options in the option settings menu are now saved
  431.         and restored from env.ped when saved.
  432.  
  433.  
  434.         Release 3.05 - July 4, 1993
  435.         ------------
  436.  
  437.         A number of relatively minor anomalies have been corrected.
  438.  
  439.             - Page Down now works correctly after a file is minimized,
  440.             then maximized.
  441.  
  442.             - Any number of files (but less than 40) may be opened
  443.             from the command line, separated by commas, up to the dos
  444.             command line length limit.
  445.  
  446.             - pE now correctly opens files without extensions from the
  447.             command line.
  448.  
  449.             - default path is provided along with default name of
  450.             "NO_NAME" when a new window is opened.
  451.  
  452.             - If the first character typed in response to a prompt on
  453.             the status line is a 'del' key, the status line is cleared
  454.  
  455.             - Shift + numeric pad arrow keys no longer mark text
  456.             unless the Num Lock key is activated.  With the number of
  457.             101 key keyboards, it is felt that the 'grey' arrow keys
  458.             shifted is sufficient.  This allows the numeric key pad to
  459.             be used to enter numbers by holding the shift key down
  460.             (which was the intended use).  Note that shift and any of
  461.             the 'grey' arrow keys will mark text.  Also ^K_K will
  462.             begin and end a stream block.
  463.  
  464.         ┌───────────────┐
  465.         │Wordstar Switch│
  466.         └───────────────┘
  467.  
  468.         Added /w as a command line switch.  When invoked, /w strips
  469.         the high bit (sets to 0) so that graphic characters used by
  470.         WordStar are reset to normal characters.  There is no
  471.         corresponding toggle within pE.
  472.  
  473.         ┌────────────┐
  474.         │Options Menu│
  475.         └────────────┘
  476.  
  477.         Added an options menu.  You can get to it from the Options
  478.         pull down menu or by pressing the assigned key.  Key.txt (and
  479.         .ped) have been modified to assign Alt-tab to this function.
  480.  
  481.         Once the menu is presented, position to the desired option and
  482.         press ENTER.  A check mark appears (or disappears) to the
  483.         left of the option indicating ON/OFF status.  When you have
  484.         finished setting options, press ESC.
  485.  
  486.         ┌──────────────┐
  487.         │Visible Spaces│
  488.         └──────────────┘
  489.  
  490.         ^Ins will toggle visible spaces on/off.  When on, space
  491.         characters are replaced with the current 'visible' space
  492.         character (default value is decimal 250 [·].  The default can
  493.         be changed with the command line switch 'e'.
  494.  
  495.             /e:n
  496.  
  497.             n = decimal value of character to be used when displaying
  498.             blanks [default is 250 '·'].
  499.  
  500.             If you would like to just make spaces visible but not
  501.             change the default value then use
  502.  
  503.             /e:   Please note the colon is necessary in order to read
  504.             subsequent command line options (like the filename or
  505.             filespec
  506.         ┌────────────┐
  507.         │Leave Blanks│
  508.         └────────────┘
  509.  
  510.         Alt-Ins (the grey Ins, not the 0 on numpad) will toggle leave
  511.         blanks on.  Normal behavior for pE is to trim blanks from the
  512.         end of lines.  This means you cannot create a file having
  513.         blanks after non-blank characters.  Which of course, also
  514.         means you cannot create a file having blank lines (lines
  515.         consisting of only blanks.  Now comes the 'Anders' option,
  516.         named after the first requester.  Command line switch 'a' (for
  517.         anders) will leave trailing blanks alone.
  518.  
  519.         As usual, any command line option may be set 'permanently' by
  520.         including the PED environment variable:
  521.  
  522.             In AUTOEXEC.BAT
  523.  
  524.                 SET PED=C:\PE /a /....
  525.  
  526.         This would mean 'do not trim spaces' each time pE is
  527.         invoked.
  528.  
  529.         Of course, one can also create batch files with different
  530.         combinations of switches for different purposes.
  531.  
  532.  
  533.         Release 3.04 - May 18, 1993
  534.         ------------
  535.         ┌─────────────┐
  536.         │Opening Files│
  537.         └─────────────┘
  538.  
  539.         pE will edit a file (put an existing file into a new window)
  540.         through the simple means of you typing the file name (full
  541.         filespec if needed) on a line by itself and pressing Alt-I
  542.         (include).
  543.  
  544.         ┌──────────────────┐
  545.         │Multiple file open│
  546.         └──────────────────┘
  547.  
  548.         pE will accept a list of files to open on the command line
  549.         formatted as follows:
  550.  
  551.             pe file1.ext,file2,ext,file3.ext
  552.  
  553.         If this form of command line is used, then any line number
  554.         entered after the filename is ignored.  Any files in the list
  555.         that cannot be opened are bypassed and ignored without
  556.         message.  Files are opened with windows minimized, except for
  557.         the last file, which is opened in a full window.  If you want
  558.         to open a group of files consistently, it is much easier (at
  559.         least less to type) to enter the filenames into a file named
  560.         list.ped and to open using the @; see below @ command.
  561.  
  562.         ┌──────────────┐
  563.         │QuickExit&Save│
  564.         └──────────────┘
  565.  
  566.         QuickExit&Save (Alt-Q) will write each modified file back to
  567.         the same name and exit.  It no longer prompts for files other
  568.         than the current.  IF YOU DO NOT INTEND TO SAVE ALL CHANGED
  569.         FILES use Alt-X (Exit).  Exit will prompt for each file
  570.         changed before exiting.
  571.  
  572.         ┌──────────┐
  573.         │AllWindows│
  574.         └──────────┘
  575.         AllWindows is a toggle which determines the boundary of find
  576.         and search/replace.  When on, any find will continue to
  577.         look for the "find" string in other windows.  Windows are
  578.         searched in number sequence.  If the search direction is
  579.         forward, then the next higher window number is jumped to and
  580.         searched starting with the first line and proceeding to the
  581.         end of the file.  If the search direction is backwards, then
  582.         the next lower window number is jumped to and searched
  583.         beginning with the last line moving towards the top of the
  584.         file.  When all windows have been searched, the search stops.
  585.  
  586.         Replace will replace across all windows at once.  BE CAREFUL.
  587.         This is real power!!!  Make sure of what you're changing
  588.         before you change everywhere. One way to do that is to use
  589.         pE's FoundList command; see below.
  590.  
  591.         You may now open 40 files at one time, memory allowing.
  592.  
  593.         ┌──────────────────────────────────────────────────────────┐
  594.         │With pEp this is almost never a problem. (see "order.frm")│
  595.         └──────────────────────────────────────────────────────────┘
  596.  
  597.         Hint.  Keeping a file minimized saves 8K of memory per window.
  598.  
  599.         ┌─────────┐
  600.         │FoundList│
  601.         └─────────┘
  602.         pE will now create a "found list" and put it into a new window
  603.         named "FIND.PED".  The format of the found list is the
  604.         filename in which pE found the string, the line number and the
  605.         string.  By positioning your cursor on any of the found items,
  606.         pE will jump to the window and line number of the find string.
  607.         It is very fast and will work in a single window or against
  608.         all window depending on the setting of AllWindows; see above.
  609.         There must be at least one available (unopened) window for
  610.         foundlist to work.
  611.  
  612.         Foundlist differs from find in that it always searches
  613.         beginning with the first line and proceeding to the last in
  614.         each file, regardless of the cursor location.  In addition it
  615.         references only the first occurrence of a string on the line,
  616.         rather that repeating the same line over for successive
  617.         occurrences.
  618.  
  619.         ┌───────┐
  620.         │Key.txt│
  621.         └───────┘
  622.         Key.txt has received a work over.  Many comments have been
  623.         added along with a few key changes.  As usual, the latest key
  624.         definitions are found dynamically assigned in the command
  625.         window (F1) and in the help text of each pull down menu.
  626.  
  627.         ┌──────────────┐
  628.         │The @ command.│(on the command line)
  629.         └──────────────┘
  630.         pE will now open all files in a file list.
  631.  
  632.             1. Create a file with the files you wish to open
  633.  
  634.                you can simply type the names into pE and save the file
  635.                as list.ped. (what you call it is optional)
  636.  
  637.                you may use the DOS dir command with the > symbol to
  638.                create the file list, i.e.
  639.  
  640.                     dir *.c /b >list.ped
  641.  
  642.                would cause a list of all the files having an extension
  643.                of 'c' to be listed into list.ped.  Please note the /b,
  644.                it is necessary to cause DOS to not leave spaces
  645.                between the file name and extension.  If you use 4DOS,
  646.                you don't need the /b.
  647.  
  648.             2. execute pe by typing
  649.  
  650.                     pe @[name]
  651.  
  652.                by default, when pe sees the @ alone, it will open
  653.                list.ped and proceed to open each file therein in a
  654.                different window, until it runs low on memory (when
  655.                there is 12K left) or it runs out of windows (40).  If
  656.                you wish to use a different file list, simply type the
  657.                name after the @, i.e.,
  658.  
  659.                     pe @proj
  660.  
  661.         All files, except the last, will be opened as minimized
  662.         windows.
  663.  
  664.         ┌────────┐
  665.         │JumpPrev│
  666.         └────────┘
  667.         You can now cycle forward or backward through the window
  668.         chain.  Pressing JumpPrev (F2) will jump to the window
  669.         numbered one less than the current window.  When a window is
  670.         closed, the window numbered one less is made the active
  671.         window.
  672.  
  673.         ┌────────┐
  674.         │JumpZoom│
  675.         └────────┘
  676.         Pressing F12 (shift F12) will tell you JumpZoom is ON.
  677.         Pressing again will tell you its OFF.
  678.  
  679.         When JumpZoom is ON and you push the JumpNext (or Prev) key,
  680.         the current window is minimized, the jump occurs and the new
  681.         window is maximized.  In other words if all of your windows
  682.         are minimized and you want to go from one to another, this is
  683.         a way in which you can minimize the use of memory and still
  684.         have up to 40 files open at once.
  685.  
  686.         When JumpZoom is OFF, JUMP will simply take you to the next
  687.         window, and not affect its size.
  688.  
  689.         ┌─────────────────┐
  690.         │Minimize/Maximize│
  691.         └─────────────────┘
  692.         The right mouse button double clicked on the top
  693.         border of a window will either minimize or maximize the window
  694.         depending on in current state.  Just double click anywhere
  695.         left of the right edge - 1.
  696.  
  697.         You may also click once with the left button and follow that
  698.         with a click of the right button.  Just don't move the mouse
  699.         in between clicks.
  700.  
  701.         The control menu is gone.  It was superfluous, unneeded and a
  702.         pain.  Pressing Alt Space bar produces a space.
  703.  
  704.         If you click on the 'control' gadget, the window will close.
  705.  
  706.         All of the functions available under the control menu are
  707.         available through key strokes, mouse clicks or the command
  708.         window.  If anyone out there really cares, let me know.
  709.  
  710.         When running under WINDOWS, you can now reach WINDOWS control
  711.         menu with Alt Space bar.
  712.  
  713.         ┌──────────────┐
  714.         │UnDo Paragraph│
  715.         └──────────────┘
  716.         If you align paragraph (Alt-a) and don't like the result,
  717.         press ^F10.  The lines involved will be restored as they were
  718.         before you aligned the paragraph.  We're still working on a
  719.         general UnDo.
  720.  
  721.  
  722.         Release 3.03 - April 7, 1993
  723.         ------------
  724.  
  725.         By popular demand, I removed the timer on the alt key.  It
  726.         was confusing/annoying and unpopular.  Its gone.  Go to the
  727.         menu with Alt+Shift or Shift F1.  /m is gone also.
  728.  
  729.         ┌───────────────────────────┐
  730.         │Align Paragraph and Drawbox│
  731.         └───────────────────────────┘
  732.         When Alt + Shift was implemented to activate the menu, pE was
  733.         no longer able to confirm paragraph alignment with Alt +
  734.         Shift A.  Similarly, drawbox could no longer redefine box
  735.         styles 6 - 9 with Alt + Shift + (6,..9).  This has been
  736.         remedied in this release through the use of the Ctrl key.  To
  737.         temporarily change paragraph formats, use Alt + Ctrl + A.  To
  738.         change the definition of box styles 6 through 9, use Alt +
  739.         Ctrl + 6 thru 9.
  740.  
  741.         ┌────────┐
  742.         │Calendar│
  743.         └────────┘
  744.         Alt-F2 brings up a calendar.  (Calendar is also in the edit
  745.         menu).  Page Down advances a year at a time, Page Up goes
  746.         back a year.  The arrow keys advance/retract a month at a
  747.         time.  Left, Up go back, Right, Down go forward.  The
  748.         calendar window cannot be sized, maxed or minimized, but can
  749.         be moved wherever its convenient.  The calendar is accurate
  750.         for dates between 100 ad and 14000 ad.  Control Page Up will
  751.         restore the date to the current date (system date).
  752.  
  753.         Pressing Alt-L(linemark) while in the calendar, followed by
  754.         Control-End(pagebottom) will mark the lines in the calendar.
  755.         Pressing the grey* will then copy the current month to the
  756.         scrap.  Now you can paste that month into any window.  Note
  757.         that when you start marking again in the calendar the first
  758.         line marked will now be the bottom line so that you will have
  759.         to press Control-Home (pagetop) to mark from the bottom to
  760.         the top of the calendar.  Using this method you can construct
  761.         a calendar for any year, from any month to any month.
  762.  
  763.         Release 3.02 - February 9, 1993
  764.         ------------
  765.         ┌────────┐
  766.         │Menu Key│
  767.         └────────┘
  768.         Alt + Shift will access the menu immediately.  Shift + F1
  769.         will also access the menu immediately.  The menu can also be
  770.         gotten to by pressing ALT and holding for approximately 1
  771.         second.  Once the menu comes up you can press the first key
  772.         of the options F, E, S, W, O or H.  You can adjust the amount
  773.         of time you must hold the alt key down with the command line
  774.         option /m:d where d is the delaytime in seconds.  (whole
  775.         numbers only).  A delay time of 0 causes the menu to come up
  776.         instantly, but prevents you from using the Alt key commands.
  777.         Please note that the environment variable PED can be set so
  778.         that pE will always use whatever command line variables are
  779.         set therein.  For example
  780.  
  781.                 SET PED=C:\PE /m:2
  782.  
  783.             placed in autoexec.bat tells pe that its home directory
  784.             is c:\pe and that it is to use a menu delay time of 2
  785.             seconds (default is 1).  See the docs for other command
  786.             line choices.  Setting a large delay time (like 10
  787.             seconds) effectively turns off this capability.
  788.  
  789.         ┌────────────┐
  790.         │Control Menu│ *** killed later  ***
  791.         └────────────┘
  792.         pE now has a control menu like WINDOWS.  Pressing Alt +
  793.         Spacebar (or clicking what used to be the close gadget), will
  794.         pull the control menu down.  Control menus belong to windows,
  795.         so each window has one.  The menu choices in the control menu
  796.         are:
  797.  
  798.             ■ Move      - will move the current window (but only
  799.                           if there's somewhere to move it.
  800.             ■ Size      - sizes the current window.
  801.             ■ Minimize  - reduces window to minimum size
  802.             ■ Maximize  - makes window as large as possible
  803.             ■ Close     - closes the window.
  804.             ■ Switch to - the same as the Jump List command.
  805.                           (switches to another window).
  806.  
  807.         ┌───────────────────┐
  808.         │Minimize & Maximize│
  809.         └───────────────────┘
  810.         Two new commands, minimize and maximize were added to make it
  811.         very easy to control window size.  The advantage to
  812.         minimizing a window is that the a significant amount of
  813.         memory is made available.  Zoom will toggle the state of a
  814.         window size when it is small or large.  Sizing a window to
  815.         its maximum size set's 'both' sizes of a window to max.
  816.  
  817.         ┌──────────────┐
  818.         │Stack(Windows)│- new option under Window menu.
  819.         └──────────────┘
  820.         StackWindows will stack all windows to their minimum (or
  821.         maximum) sizes.  It is a toggle.  It is assigned to the F12
  822.         key.  Those of you who have the old style keyboards will have
  823.         to assign it to some other key.
  824.  
  825.         ┌───────────┐
  826.         │ASCII chart│
  827.         └───────────┘
  828.         The ASCII chart was completely redone to be more useful and
  829.         easier to read.  Calling up the chart will pop up a window
  830.         with a line devoted to each of 255 (out of 256) ASCII
  831.         characters.  (0 - nul, is not present).  The highlight is
  832.         placed on the last character it was on when you first called
  833.         the ASCII chart up.  (The first time its starts at 1, the
  834.         control character A ().  By using the arrow and page keys,
  835.         you can position to any character you wish.  Of course, you
  836.         can also position with the mouse.  Once you have selected the
  837.         character you wish to use, pressing ENTER causes that
  838.         character to be entered into the last window at the row and
  839.         col the cursor was on.  Pressing ENTER again will enter the
  840.         character again.  ESCaping from the ASCII window will close
  841.         it.  So will the normal window close (alt-k) command.  When
  842.         the ASCII window is closed (by any means), the character
  843.         under the highlight is assigned to LASTASCII, which I have
  844.         defined to be the (`) backward apostrophe (tilde?).  Anyway,
  845.         subsequent to the ASCII chart making this assignment, each
  846.         press of the ` key will get you whatever ASCII character was
  847.         assigned.  If you regularly have use for that key, then I
  848.         suggest you assign the command LastAscii to some other key.
  849.  
  850.         The ASCII window will insert a character into the window
  851.         defined just before it, only when it is "active".  It is
  852.         active when the border is double and the title ASCII is the
  853.         same color as the background of the window.
  854.  
  855.         If a column block is defined (and visible) in the window
  856.         before the ASCII chart is selected, the character selected
  857.         from the ASCII chart is used to fill the block.  You are
  858.         prompted for permission to fill the block first.  If you
  859.         select FillBlock (^K-F), the ASCII chart pops up to provide
  860.         you with the entire range of ASCII characters to choose from.
  861.         The window the ASCII chart is in does not participate in
  862.         stacking (up or down) or cascading, but can be individually
  863.         minimized, maximized or sized.  There isn't much point in
  864.         making it wider, although making it higher will allow you to
  865.         see more characters at once.  Note that the F2 key will leave
  866.         the ASCII chart open and advance to the 'next' window.  If
  867.         only two windows are open, the F2 key will shift the focus
  868.         from one to the other.
  869.         ┌────────────┐
  870.         │Zoom Gadgets│
  871.         └────────────┘
  872.         The zoom gadget has been reworked to only appear if there are
  873.         two defined sizes of a window.  The zoom character is an
  874.         arrow pointing either up or down.  If it points up, when
  875.         clicked the window will get bigger.  If it points down, when
  876.         clicked, the window will get smaller.
  877.  
  878.         Release 3.01 - January 11, 1993
  879.         ------------
  880.  
  881.         ╔══════════════╗
  882.         ║Announcing pEp║
  883.         ╚══════════════╝
  884.         I am pleased to announce the availability of pE - Professional.
  885.         pEp is the protected mode version of pE.  This means that it
  886.         can use all the memory in your computer.  It also means that
  887.         under Windows 3.1 (in enhanced mode) it will virtualize
  888.         memory to 16MB (presuming you have sufficient disk).
  889.         Registering pE allows you to purchase pEp at a discounted
  890.         price.  pEp will not be available through normal shareware
  891.         channels, but only to registered pE users!  You must have a
  892.         80286 (or better) with > 1 meg of memory to run pEp. You may
  893.         evaluate a copy of pEp by filling in the registration form
  894.         and mailing it in with a check or money order for $5
  895.         (+shipping).  Registering pE will allow you to request a demo
  896.         copy of pEp for no additional charge.  Previous pE
  897.         registrants may upgrade their versions of pE to the current
  898.         version and purchase pEp for an upgrade price of $29
  899.         (+shipping).
  900.  
  901.         ┌───────────────────┐
  902.         │Tab Key in Hex mode│
  903.         └───────────────────┘
  904.         The Tab key now toggles back between the ASCII portion and
  905.         HEX portion of a HEX display.  Back Tab will go from ASCII to
  906.         HEX as well.  The cursor is a block in HEX mode.
  907.  
  908.         ┌────────────┐
  909.         │ToggleDecHex│
  910.         └────────────┘
  911.         New command, ToggleDecHex, allows the offsets along the first
  912.         column of the hex display to go from hexadecimal to decimal.
  913.         While in decimal mode, you can jump to any decimal offset
  914.         within the file.  Who likes doing hexadecimal arithmetic,
  915.         anyway?  I've assigned Shift F9 as the key.
  916.  
  917.         ┌──────────┐
  918.         │Scroll Bar│
  919.         └──────────┘
  920.         The scroll bar has been changed to work like everyone else's.
  921.         (almost).  I couldn't resist putting some gadgets in the
  922.         status line which work like my old scroll bar did.  The
  923.         double arrow means that if you click with the left button the
  924.         window scrolls one way, with the right button it scrolls the
  925.         other way.  The beauty of these gadgets are that if you get
  926.         rid of the borders, you still have a way to scroll and zoom
  927.         with the mouse.  While the top scroll gadget (and now bottom)
  928.         work with the left mouse button the way you would expect, the
  929.         opposite action will occur if you click with the opposite
  930.         mouse button.  If you press the left button on the top
  931.         gadget, the file scroll up (the arrow point up), if you press
  932.         the left button on the bottom gadget the file scrolls down.
  933.         The right button depressed on either of these gadgets
  934.         reverses the action of the left button.  Clicking left
  935.         anywhere above the "thumb" will cause a page up, below the
  936.         thumb a page down.  If you hold the mouse button down, you
  937.         will continue to page the file in the direction started until
  938.         you release the button.  It's much easier to use than to
  939.         explain.
  940.  
  941.         ┌────────────┐
  942.         │Time Display│
  943.         └────────────┘
  944.         The time now displays in the right hand corner of the menu
  945.         bar.  It is visible any time the menubar is visible.  If you
  946.         pay attention to it, you will notice that the colon flashes
  947.         once a second.
  948.  
  949.         ┌──────────────┐
  950.         │Count of Files│
  951.         └──────────────┘
  952.         The number of files and directories in the current chooser
  953.         window is displayed in the lower right portion of the chooser
  954.         border.
  955.  
  956.         History prior to this point may be requested from Author.
  957.