home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / articles / archives / limanews.exe / FW50.TXT < prev    next >
Text File  |  2006-10-19  |  3KB  |  55 lines

  1. ORIGINALLY PUBLISHED IN LIMA NEWSLETTER FEBRUARY 1994
  2.  
  3.       FUNNELWEB "EVRAM" PROGRAMMER'S EDITORS 
  4.      and ASCII-HEX PROGRAM CONVERSION UTILITY  
  5.      new software from Tony McGovern 
  6.      described by Charles Good 
  7.      Lima Ohio User Group 
  8.       
  9.      Tony McGovern has released "the first of several new versions of the
  10. Funnelweb v5.0 editor".   This 80 column programmer's editor uses a fully
  11. expanded 9938/9958 video processor with 192K ram to permit a 64K text buffer.
  12. This a enormous by any TI standard, even larger than the text buffer of MYWORD
  13. running on a Geneve.   In ShowDirectory you get a display of % free and number
  14. of text lines free.  This new editor will handle over 3500 text lines.  For
  15. technical reasons word wrap is permanently disabled.  According to Tony word
  16. wrap would be too slow for most typists. 
  17.       
  18.      Although I don't write large blocks of assembly code, which is what this
  19. editor is designed to handle, I have found some uses for the extra text buffer.
  20. 1- Text files (such as CYC files) ported over via PC TRANSFER from an MS-DOS
  21. computer are often too large for the Funnelweb text editor.  I can load them
  22. into the 64K program editor and them break them down conveniently into TI
  23. Writer sized segments.  2- When I create disk listings of Lima Library
  24. software I do this by printing DSKU disk reports to a disk file.  The resulting
  25. DV80 disk file is often too large to fit into a normal text editor for editing,
  26. but easily fits into the new Funnelweb 64K editor. 
  27.      --------------------- 
  28.      Tony McGovern has also written a utility which converts PROGRAM files into
  29. a text file of the ASCII equivalent.  The result is similar to the ASCII
  30. display of a sector editor.  These ASCII text files can then be transferred to
  31. a PC disk using PC TRANSFER and uploaded to a BBS.  Recipients of these ASCII
  32. text files can convert them back to PROGRAM files with the same utility.  The
  33. ASCII-HEX conversion utility is an EA5 program.  Run it, then type in the name
  34. of a file.  If the file is a PROGRAM file you will get ASCII DV80 output.  If
  35. the file is an ASCII file you will get output as a PROGRAM file.  This is
  36. useful if your TI is not connected to the internet, but you know someone with a
  37. PC that is connected to the internet.  You can then send and recieve TI PROGRAM
  38. files using MS-DOS computers, and convert them to/from TI disks using PC
  39. TRANSFER. 
  40.       
  41.      The 64K v5 editor is sharware.  The ASCII-HEX conversion utility is public
  42. domain.  They have been uploaded to GEnie and are also available to anyone who
  43. sends $1 to the Lima User Group, P.O. Box 647, Venedocia OH 45894. 
  44.      ----------------------- 
  45.      I also have from Tony McGovern a preliminary version of the 80 column
  46. Program Editor that has TWO 64K buffers in which you can put text for editing
  47. without word wrap.  What used to be the V(iew) buffer has been made into a
  48. second edit buffer.  This means two gigantic text edit buffers simultaneously
  49. in memory.  You can put different text into memory in each of the two text
  50. buffers for editing and you can quickly switch from one buffer to the other.
  51. You can also cut and paste between the two buffers.  FANTASTIC! Tony says "Keep
  52. this one for yourself- it is not in shape yet- it is not a secret either." 
  53.      .PL 1 
  54.  
  55.