home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 24b / popedit3.zip / UPDATES.TXT < prev   
Text File  |  1987-02-21  |  8KB  |  191 lines

  1.  
  2.  
  3. Version 1.00  - 11/15/86
  4.   - Original release
  5.  
  6. Version 1.01  - 11/19/86
  7.   - Minor refinements of the original coding
  8.  
  9. Version 1.02  - 11/21/86
  10.   - Added Change border option - Block or Double Line
  11.  
  12.   - Moved text editing from line below display to within the displayed
  13.     PopUp
  14.  
  15. Version 1.03  - 11/25/86
  16.   - Rewrote code to accomodate revised Ass'y code for new PopUps  .COM
  17.     files
  18.  
  19. Version 1.04  - 11/26/86
  20.   - Added the first pass at setting colors
  21.  
  22.   - Finished POPUP.COMs are the exact size as the originals now
  23.  
  24.   - Closed  up  the 'window' while  editing so you don't overwrite the
  25.     borders on all lines except the second and last
  26.  
  27.   - If nothing is changed when you enter the E)dit section,  you  will
  28.     not be prompted to create a new PopUp
  29.  
  30.   - While  editing,  hitting [ENTER] alone,  for input to  a line will
  31.     write a blank line (quick removal of previous text)
  32.  
  33. Version 1.05  - 11/27/87
  34.   - Changed coding of Set Colors  routine  to  show  actual  PopUp  as
  35.     opposed to mockup screen
  36.  
  37. Version 1.05A  - 11/28/86
  38.   - Corrected bug in color display during Color Set and Editing
  39.  
  40. Version 1.06  - 11/28/86
  41.   - Combined the Change Border and Set Colors routines
  42.  
  43.   - Command line in the Set Border and Colors routine now reflects the
  44.     actual ForeGround and BackGround colors
  45.  
  46.   - Border select option now displays only the other border type
  47.  
  48.        ie: when PopUp Border is Block, command line prompts for Line
  49.            when PopUp Border is Line,  command line prompts for Block
  50.  
  51. Version 1.07  - 11/29/86
  52.   - Cleaned up the code eliminating the redundancy
  53.  
  54.  
  55.  
  56. Version 2.00  - 11/29/86
  57.   - Combined SPOPED and LPOPED into POPEDIT
  58.  
  59.   - Added built in licensing agreement/order form/warranty information
  60.     with either print to Screen or print to Printer option
  61.  
  62.   - Added file/filename checking and file overwrite protection
  63.  
  64.   - Added write PopUp to disk without exit to DOS option
  65.  
  66.   - Added switch PopUp size without exit to DOS option
  67.  
  68.   - Added current PopUp size (L or S) to main menu prompt line
  69.   
  70.   - First public release
  71.  
  72. Version 3.00  - 02/21/87
  73.   - Replaced the Editor routines with a full screen Editor!
  74.  
  75.     The Editor status (top) line displays the following information:
  76.           PopEdit name and version number
  77.           File name being edited (or default LPOP.COM or SPOP.COM if new)
  78.           Text mark status - [MARK] or [CLEAR]
  79.           Insert mode  - [INSERT] or [OVER]
  80.           [F9]=Help
  81.       
  82.     Editor Help Screen - the  F9 key  will display a 'pulldown' help screen 
  83.           containing a summary of the available Editor Command keys 
  84.  
  85.     Full cursor movement:
  86.            Left, Right, Up and Down number pad arrow  keys 
  87.            Home  moves  cursor to start of current line
  88.            End moves cursor to end of current line
  89.            PgUp moves cursor to 'Home' position (row 1, column 1)
  90.            PgDn moves cursor to 'End' position  (last row, last column) 
  91.  
  92.     Full Insert and Overwrite Modes - the Number Pad  [Ins] key will toggle 
  93.           from Insert mode to  Overwrite mode.  The present  status will be 
  94.           reflected on the Editor status (top) line.  
  95.  
  96.     The BackSpace key deletes the character to the immediate left of cursor 
  97.           and moves all remaining text left by one position 
  98.  
  99.     The Number Pad  [Del]  key deletes the character to the immediate right
  100.           of cursor and moves all remaining text left by one position 
  101.  
  102.     Mark, Retain and Release text for Block Copy, Block Delete or Block Move
  103.  
  104.        The  F1 key  is used to Mark the starting and ending characters  when 
  105.        moving copying, or deleting text.
  106.  
  107.  
  108.  
  109.        Upon striking the F1 key for the first time,  the text colors will be 
  110.        reversed,  and the editor status line will be updated by changing the 
  111.        [CLEAR] to [MARK].  
  112.  
  113.        You  may  now  use the left or right arrow keys to move the cursor in 
  114.        the desired direction on the current line.
  115.  
  116.        Once positioned over the last character to be marked,  strike the  F1 
  117.        key  again.  The text color will be returned to normal foreground and 
  118.        background colors.  
  119.  
  120.        Your marked text is now being held in a  buffer  awaiting  your  next 
  121.        move.  You may use: 
  122.  
  123.          F3  will copy the marked text to another location on that same line 
  124.              or any other line.  
  125.  
  126.              use the arrow keys to move the cursor to  the  desired  postion 
  127.              and strike the F3 key. This operation may be done any number of 
  128.              times as the marked text will remain in the holding buffer.  
  129.  
  130.          F4  will delete the marked text.
  131.     
  132.          F6  will remove the marked text from the marked location  and  move 
  133.              it  to  the new location you have designated via the new cursor 
  134.              position.  
  135.                
  136.              Both the F4 and F6 commands will empty the holding buffer  once 
  137.              the command has been completed.  
  138.  
  139.          F5  flushes  (clears)  the  holding  buffer  and updates the Editor 
  140.              status line.
  141.  
  142.     Add a line - moving following lines down. The  F7 key  will perform this 
  143.          function for you. Simply place the cursor on the first character of 
  144.          the  line to be cleared and strike the F7 key.  That line and along 
  145.          with all subsequent lines will be moved down one location. Be aware 
  146.          that if you have text residing on the last line of  the  PopUp,  it 
  147.          will be lost and replaced with the next line up.  
  148.  
  149.     Delete a line - when in Insert mode the  F8 key  will delete the line on 
  150.          which the cursor is positioned and bove all subsequent lines  moved 
  151.          up by one position.  Again, if you have text on line one and that's
  152.          where you have the cursor,  that line will be lost and  replaced by
  153.          line 2.  When in the overwrite node, only that line will be deleted
  154.          with no movement of subsequent lines.  
  155.  
  156.  
  157.  
  158.     Save and Quit  - The  F10 key  will transpose your edited lines into the 
  159.          resident PopUp and then return you back to the main menu.  Be aware 
  160.          that  the  save  of  your work is done in memory only.  You will be 
  161.          asked if you wish to save your edited PopUp to disk  when  exiting, 
  162.          changing  PopUp  sizes,  or  requesting  another PopUp be read into 
  163.          memory.  
  164.  
  165.     Quit without save - The  Alt-F10  key combination will return you to the 
  166.          main menu without transposing your work into the resident PoUp.  If 
  167.          you decide you don't want to save your changes or decide  you  want 
  168.          to start over, this option gives you that 'out'!  
  169.  
  170.     Full ASCII graphics support. PopEdit will now allow you to enter the PC/
  171.          MS-DOS ASCII graphics characters into text lines. You may enter any
  172.          ASCII character using the Alt Number Pad method.  You will need the
  173.          ASCII codes (located in your BASIC manual).  Simply use the  number
  174.          pad to enter the ASCII code number while holding down the  Alt key.
  175.          The character will appear once  the number has been entered and the
  176.          Alt key has been released. Use the Block Mark, Block Copy and Block
  177.          Move functions to create  NEAT  graphics PopUps FAST!! 
  178.  
  179.      Well, I think that about covers it for this version!  As you can see by
  180.      the time stamp  on this file  (03:40 a.m.),  it is well  into the  'wee
  181.      hours'!  That being the case,  I may have forgotten  something (I doubt
  182.      it)!  Don't worry though...  as is the case with the previous versions,
  183.      this version of  PopEdit  is fully menu driven and has its own built in
  184.      help screens.  It is also totally non-destructive as long as you answer
  185.      N  to the  'Save this PopUp'  prompt!
  186.  
  187.               Take care and Enjoy...
  188.                            Underdog-
  189.  
  190.  
  191.