home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1994 March / Source_Code_CD-ROM_Walnut_Creek_March_1994.iso / compsrcs / x / volume17 / tcleditr / part01 < prev    next >
Encoding:
Text File  |  1992-03-17  |  1.9 KB  |  48 lines

  1. Newsgroups: comp.sources.x
  2. Path: uunet!munnari.oz.au!mips!mips!msi!dcmartin
  3. From: crowley@chaco.cs.unm.edu (Charlie Crowley)
  4. Subject: v17i002: point text editor (TCL and TK), Part01/16
  5. Message-ID: <csx-17i002-tcl-editor@uunet.UU.NET>
  6. Originator: dcmartin@fascet
  7. Sender: dcmartin@msi.com (David C. Martin - Moderator)
  8. Organization: Molecular Simulations, Inc.
  9. Date: Wed, 18 Mar 1992 14:13:01 GMT
  10. Approved: dcmartin@msi.com
  11.  
  12. Submitted-by: crowley@chaco.cs.unm.edu (Charlie Crowley)
  13. Posting-number: Volume 17, Issue 2
  14. Archive-name: tcl-editor/part01
  15.  
  16. This is the cover letter for my submission.  This is the first time I
  17. have submitted source code.  I looked throught the guidelines and I
  18. think I have done what is required.  The source is in 15 parts
  19. which will follow.  Here is the blurb from the beginning of the
  20. README file.
  21.  
  22.         THE POINT TEXT EDITOR FOR X
  23.  
  24. Point is a text editor for X windows.  It is specifically designed to use
  25. the mouse as much as possible in editing.  It also provided convenient
  26. ways to keep a number of windows open on files and ways to copy text
  27. between and within files using the mouse.
  28.  
  29. Some features of Point:
  30. * Unlimited number of windows and files
  31. * Easy move and copy within and between windows
  32. * Completely configurable: menus, key meanings, titles, etc.
  33. * Extensive options to modify the look and behavior
  34. * Uses Tcl as a macro language and the Tk toolkit
  35. * Flexible searching: for selection, for last string searched for,
  36.     for a regular expression, for the last regular expression,
  37.     for a string in a list of files, for a C tag.
  38. * File browsers vaguely similar to NeXT to load files.
  39. * Circular mouse menus, that is, "gesture" commands
  40. * Unlimited undo, redo and again (repeat last command)
  41.  
  42.     Charlie Crowley
  43. -- 
  44. --
  45. Molecular Simulations, Inc.            mail: dcmartin@msi.com
  46. 796 N. Pastoria Avenue                uucp: uunet!dcmartin
  47. Sunnyvale, California 94086            at&t: 408/522-9236
  48.