home *** CD-ROM | disk | FTP | other *** search
/ Windows Shareware GOLD / NuclearComputingVol3No1.cdr / apps / f1321 / read.me next >
Text File  |  1991-03-24  |  5KB  |  109 lines

  1.                         --- WPEdit version 0.6 ---
  2.                         ---   Copyright 1991   ---
  3.                         ---    Robert Epps     ---
  4.  
  5. WPEdit is a programmer's text editor for Windows.  It's not as full-featured
  6. as Brief or QEdit, but it is quite easy to use (at least I think so!) and it
  7. has some nice features for programmers.
  8.  
  9. To install it, copy the files WPEDIT.EXE and WPEDIT.HLP to a directory on your
  10. hard disk, then use New Program Item in the Files menu of the Program Manager
  11. to install WPEdit in one of your program group windows.
  12.  
  13. When you start it, you will be staring at a "clean slate".  The editor works
  14. pretty much like other Windows editors, so if you have used any of them, you
  15. should be able to get up to speed with WPEdit pretty quickly.  The online
  16. help will give you info on the various keyboard and menu commands.
  17.  
  18. Version 0.6 is the second version that I have made available to the public;
  19. the first was 0.5, uploaded several months ago.  I apologize for taking so
  20. long to come out with 0.6, but until recently I have not had my own computer
  21. at home, and I've had little free time at work to "goof off".  Now that I
  22. have a computer at home I (hopefully) can start cranking on this thing!
  23.  
  24. Anyway, this version has numerous bug fixes and enhancements.  There were
  25. several instances where filenames were stored internally as partial instead of
  26. full pathnames, causing problems such as the occasional inability to bring up
  27. the help file.  The dialog boxes for file open/save in version 0.5 were a bit
  28. screwy; they have been fixed.  I have received lots of mail with new feature
  29. requests; I have not implemented that many of them yet, but you may like what
  30. I have added (like the font selection ability).  I plan to keep on adding new
  31. features and bringing out new releases as warranted.
  32.  
  33. Many people have complained about the slowness of the file loading.  To fix
  34. this I will have to rewrite the "Text Engine" (the WPEdit module that stores
  35. and manipulates the text in memory).  I plan to do this eventually anyway so
  36. that it will use memory more efficiently, so hopefully the editor will be much
  37. faster in a near-future release.
  38.  
  39. Important:  This is still an "alpha test" version of WPEdit.  Although I have
  40. been using it for my own programming projects (including WPEdit itself) and it
  41. does not appear to have any serious data-clobbering bugs, it is NOT DONE!!
  42.  
  43. *** Features that I am working on:
  44.  
  45. * New, improved, faster Text Engine.
  46.  
  47. * Journal/Undo.
  48.  
  49. * Script capability.  Among other things, this will greatly enhance the
  50.   program's configurability, and allow you to remap the keyboard to your
  51.   liking (i.e. Wordstar key sequences).
  52.  
  53. * Wildcards in search/replace.
  54.  
  55. * Status window showing cursor position and currently enabled modes.  (It's
  56.   actually already coded, but it's so buggy that it is disabled for now.)
  57.  
  58. * Horizontal scrollbar (I really don't want to do this, and will probably
  59.   drag my feet as long as possible.)
  60.  
  61. * Selectable colors for the various windows.
  62.  
  63. * More options controlling text-highlighting behavior of the mouse, etc.
  64.  
  65. * Whatever you suggest that is within the realm of my programming abilities!
  66.  
  67. *** Limitations and quirks that I am aware of:
  68.  
  69. * WPEdit can handle a maximum of 65535 lines.  (Guess what data type a line
  70.   number is!)  The new Text Engine will probably increase this to 2^32 - 1
  71.   lines.
  72.  
  73. * Lines are limited to 1024 characters in length.  Right now, if you try to
  74.   do something to exceed that, like concatenate two lines that together are
  75.   longer than 1024 characters, the excess is simply chopped off.
  76.  
  77. * The total file size is limited to 2 Mbytes or the amount of available
  78.   memory, whichever is less.  But you don't want to load something TOO big,
  79.   because...
  80.  
  81. * File loading is somewhat slow.  On the 33 MHz 386 system that I use, it
  82.   takes about 4 seconds to load a 150K text file.  This is due to the com-
  83.   plexity of the data structures that I have to create, and of the heap
  84.   allocation scheme I use.  The new Text Engine will speed things up.
  85.  
  86. * Cutting, copying, and pasting are limited to 64K of text per operation.
  87.  
  88. * When text is deleted, tags contained within don't go away.
  89.  
  90. * Tags and the endpoints of the block mark move properly when whole lines are
  91.   deleted or moved, but not when pieces of lines containing tags or mark
  92.   endpoints are deleted/moved.  Still working on this.
  93.  
  94. * The Find Balancing Paranthesis function is not aware of comments and quoted
  95.   strings, so it will count parantheses inside them during its search.  I've
  96.   not found this to be a problem so far.
  97.  
  98. I am hoping to someday sell WPEdit as shareware.  It continues to beg for
  99. improvements.  I basically want to know how you like WPEdit, how it can be
  100. improved, and most important, whether or not you think it shows any promise of
  101. being a good editor!!
  102.  
  103. You can write to me on GEnie (R.EPPS), CompuServe (72560,3353), BIX (repps),
  104. Prodigy (GPKT94A), America Online (RobertE49), Exec-BBS, or at this address:
  105.  
  106.              Robert Epps
  107.              208 Preble Drive #E
  108.              Tustin, CA  92680-3743
  109.