home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / wp / petpe401.zip / LATEST.TXT < prev    next >
Text File  |  1993-08-07  |  36KB  |  804 lines

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