home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / ultrix / 9461 < prev    next >
Encoding:
Internet Message Format  |  1993-01-24  |  2.1 KB

  1. Path: sparky!uunet!paladin.american.edu!howland.reston.ans.net!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!kuhub.cc.ukans.edu!hawk!shea
  2. Newsgroups: comp.unix.ultrix
  3. Subject: Re: Looking for Ultrix based X-Window Text Editor 
  4. Message-ID: <C1C9ow.78J@hawk.cs.ukans.edu>
  5. From: shea@hawk.cs.ukans.edu (Gary Shea)
  6. Date: Sun, 24 Jan 1993 03:29:17 GMT
  7. References: <1993Jan8.150115.23083@pb.com>
  8. Distribution: usa
  9. Organization: University of Kansas Computer Science Dept
  10. Lines: 38
  11.  
  12. In article <1993Jan8.150115.23083@pb.com> hurme@micro2.pb.com (John Hurme) writes:
  13. >We are currently looking for a decent X-Window Text File Editor
  14. >with more functionality than xedit.  Does anyone know of any
  15. >X-Window editors that are available on the internet or commercially?
  16. >It should be easy to use for end-users.
  17. >
  18. >Thanks
  19.  
  20. We use the mxedit editor from John Ousterhout's group at Berkeley.  It
  21. is based on the Tcl/Tk packages and is easy to build/use.  It is a
  22. simple visual editor, but very efficient from the user's perspective
  23. -- much more so than xedit, which strikes me as a sort of low-grade
  24. emacs-in-a-window, and which is after all just a XToolkit demo.
  25. The editor comes with a built in tutorial which is triggered by
  26. calling it with no file argument.  Many necessary features are
  27. available by menu for the utter novice (like exit, always a challenge
  28. in a new editor).
  29.  
  30. It's most unusual user interface feature is the ability to scroll
  31. the screen from anywhere on it -- you essentially 'grab' the screen
  32. and move it up or down, which is much nicer than pulling the window
  33. to the top and finding a scrollbar to move with (there's a scrollbar
  34. too for those long moves).
  35.  
  36. It's amazingly customizable and extendable.  All the internal
  37. bindings are available by just pulling up one of the standard menu
  38. entries, and the programming language for extension is Tcl, which
  39. is versatile and gradually becoming omnipresent :)
  40.  
  41. tk2.3.tar.Z can be had by anonymous ftp from sprite.berkeley.edu (in the
  42. /tcl directory); mxedit is available from barkley.berkeley.edu in
  43. /tcl/extensions.
  44.  
  45. -- 
  46.  
  47. Gary Shea (shea@cs.ukans.edu)
  48. Dept of Computer Science
  49. Lawrence, Kansas
  50.