PopEd v1.0

Recompiled with Watcom 1.4

PopEd will read and write files over 64k

All Entryfields have a popup menu: eg.
    Search & Line Number Entryfields
    File->Save as->Save as filename
    => right mouse click the entryfield 
       will present a popup menu
    
Line Number:
    PopEd can be called with a line number: eg.
    => c:\apps\poped\poped.exe d:\tmp\foo.c 48
       will open foo.c at line 48

Tabs:
    When selected is set to 4
    eg. no tabs
    xxx xxx         xxx
    eg. tabs
	xxx	xxx			xxx

Save as Unix:
    Will remove cr/lf combinations in a file

Options->Status:
    When selected will cause a slight I-beam curser
    delay.

    gunner@sentex.net

/*  original started from
 *  EDIT.C -- A Simple Programmer's Editor Using MLE
 *  
 *  Programmer: Brian R. Anderson
 *  Date: January 1992
 *
 */


