home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / modem / smtv11.zip / PED.DOC < prev    next >
Text File  |  1993-09-24  |  6KB  |  125 lines

  1.     ProEDit is a Copyrighted(c)1989/1993 by Gary Raymond, New Orleans, La.
  2.                      ═╡▓▓╞═ Professional EDitor ═╡▓▓╞═
  3.  
  4.  
  5.                     ▓▒░ Slick Pro-EDit Registration ░▒▓
  6.                              is Only $15.00
  7.                          Order your Registered Copy
  8.                                    Now !
  9.  
  10.                            G.M. Raymond, Pres.
  11.                              P. O. Box 8184
  12.                          New Orleans, La.  70182
  13.                           (504) 288 6550 voice
  14.  
  15.       PED Ver 2.0
  16.  
  17.       Pro EDitor is a basic ascii text editor, ideal for those small, quick
  18.       jobs, like autoexec and config mods, new batch files etc. PED can be
  19.       called via a DOS path statement and has the ability to pass a file
  20.       parameter via the dos prompt or, by default, bring up a directory
  21.       window from where it was called, and allow you to pick an existing
  22.       text file to edit.
  23.  
  24.               EXAMPLES:   A> PED YOURTEXT.FIL {loads YOURTEXT.FIL}
  25.                           A> PED NEWFILE.TXT  {begin a brand new file}
  26.                           A> PED              {Invokes Directory Picker}
  27.  
  28.       PED will operate on either mono or color IBM PC's using DOS ver
  29.       2+ or later with 128k or more of ram. PED is ideal for operation
  30.       on a floppy disk or hard drive.
  31.  
  32.       PED is an excellent way to eliminate your typewriter by adding a
  33.       line printer to your PC. PED supports BLOCK operations that
  34.       include output to file or printer (port LPT1). Although PED
  35.       has MANY advanced features, the average person can learn to use
  36.       PED in just a few minutes. Although not intended as a word processor,
  37.       PED use a number of common Word Star commands. More importantly,
  38.       you will find it easy to remember keys because of their association
  39.       with the functions they control. Example: Alt M for Move a block,
  40.       Alt D for Delete a block, Alt C for Copy a block....etc...etc...
  41.  
  42.       The registered version eliminates the 10 second advertisement at
  43.       the ending of each editing secession, provides the latest version
  44.       with lifetime voice support at your toll expense. Additional
  45.       support is available via This Board BBS's in New Orleans and via
  46.       my CompuServe E-Mail address [70613,3165].
  47.  
  48.       Below is a listing of all PED functions and the corresponding keys
  49.       that activate them. You will be happy with all the uptown features
  50.       of PED. All frequently used keys are shown on the status bar.
  51.  
  52.  
  53.       To remap the editor function keys, use the INSTALL.EXE utility
  54.       provided. Type c> INSTALL PEDS.EXE, then hit the <Enter> key and
  55.       follow the instructions. INSTALL will first show the current
  56.       default settings listed below.  You may then change any current
  57.       key function to any new key or keys. The only limitation in
  58.       redefining keys is duplication. You cannot have the same key
  59.       defined in two or more primary or secondary areas.
  60.  
  61.       =============================================
  62.       Character left             P: <Lft>
  63.       Character right            P: <Rgt>
  64.       Word left                  P: <CtrlA>
  65.       Word right                 P: <CtrlF>
  66.       Line up                    P: <Up>
  67.       Line down                  P: <Dn>
  68.       Scroll up                  P: <CtrlPgUp>
  69.       Scroll down                P: <CtrlPgDn>
  70.       Page up                    P: <PgUp>
  71.       Page down                  P: <PgDn>
  72.       ─────────────────────────────────────────────
  73.       Cursor to left side        P: <CtrlLft>
  74.       Cursor to right side       P: <CtrlRgt>
  75.       Top of screen              P: <CtrlHome>
  76.       Bottom of screen           P: <CtrlEnd>
  77.       Top of window              P: <Home>
  78.       Bottom of window           P: <End>
  79.       Top of block               P: <CtrlQ><CtrlB>
  80.       Bottom of block            P: <CtrlQ><CtrlK>
  81.       Previous cursor position   P: <CtrlQ><CtrlP>
  82.       ─────────────────────────────────────────────
  83.       New line                   P: <CtrlM>
  84.       Insert line                P: <F8>
  85.       Toggle insert mode         P: <Ins>
  86.       Delete line                P: <F7>
  87.       Delete line right          P: <CtrlQ><CtrlY>
  88.       Delete right word          P: <CtrlT>
  89.       Delete current character   P: <Del>
  90.       Delete left character      P: <CtrlBks>
  91.       ─────────────────────────────────────────────
  92.       Begin block                P: <F5>
  93.       End block                  P: <F6>
  94.       Mark current word          P: <CtrlK><CtrlT>
  95.       Toggle block display       P: <F1>
  96.       Copy block                 P: <AltC>
  97.       Move block                 P: <AltM>
  98.       Delete block               P: <AltD>
  99.       Read file into window      P: <AltR>
  100.       Write block to file        P: <AltW>
  101.       Print marked block         P: <F9>
  102.       Set marker 0               P: <CtrlK>0
  103.       Set marker 1               P: <CtrlK>1
  104.       Set marker 2               P: <CtrlK>2
  105.       Set marker 3               P: <CtrlK>3
  106.       Jump to marker 0           P: <CtrlQ>0
  107.       Jump to marker 1           P: <CtrlQ>1
  108.       Jump to marker 2           P: <CtrlQ>2
  109.       Jump to marker 3           P: <CtrlQ>3
  110.       ─────────────────────────────────────────────
  111.       Find pattern               P: <AltF>
  112.       Find and replace           P: <F4>
  113.       Find next                  P: <AltN>
  114.       ─────────────────────────────────────────────
  115.       Tab                        P: <CtrlI>
  116.       Toggle autoindent mode     P: <AltA>
  117.       Toggle fixed tabs          P: <AltT>
  118.       ─────────────────────────────────────────────
  119.       Exit editor                P: <F3>
  120.       Restore line               P: <AltL>
  121.       Insert control char        P: <AltI>
  122.       =============================================
  123.  
  124.  
  125.