home *** CD-ROM | disk | FTP | other *** search
/ In'side Shareware 1995 April / ish0495.iso / win95 / textpad / readme.txt < prev    next >
Text File  |  1995-05-31  |  8KB  |  196 lines

  1. README.TXT for TextPad 1.29
  2. ===========================
  3.  
  4. Thank you for choosing to evaluate TextPad.  It got the PC Plus Gold
  5. Award in the May '95 issue, and it's a finalist in the 1995 Ziff-Davis
  6. Shareware Awards competition.
  7.  
  8. Have you got the latest release?  Updates are available from CompuServe
  9. forums WINSHARE, WINUTIL and PCAPP as TPAD16.ZIP and TPAD32.ZIP.  You
  10. can also get it using FTP from oak.oakland.edu (and SimTel mirror sites)
  11. as /simtel/win3/editor/txpad???.zip.
  12.  
  13. TABLE OF CONTENTS
  14. -----------------
  15.     INTRODUCTION
  16.     MINIMUM REQUIREMENTS
  17.     INSTALLATION
  18.     RESTRICTED FEATURES
  19.     REGISTRATION
  20.     SETTING COLORS
  21.     TIPS
  22.     ENHANCEMENTS
  23.     KNOWN PROBLEMS
  24.  
  25.  
  26. INTRODUCTION:
  27. -------------
  28. TextPad aims to provide the power and functionality to satisfy your most
  29. demanding text editing requirements.  It is Windows hosted, and comes in
  30. 16 and 32-bit editions.  Huge files can be edited by either - just choose
  31. the edition that works best with your PC.  The 32-bit edition is only
  32. limited by virtual memory, and it will work with Win32s and Windows 95.
  33.  
  34. TextPad has been implemented according to the Windows 95 user interface
  35. guidelines, so great attention has been paid to making it easy for both
  36. beginners and experienced users.  In-context help is available for all
  37. commands, and in-context menus pop-up with the right mouse button.  The
  38. multi-document interface allows multiple files to be edited simultaneously,
  39. with up to 2 views on each file.  You can drag and drop text between files.
  40.  
  41. In addition to the usual cut and paste capabilities, you can correct the
  42. most common typing errors with commands to change case, and transpose words,
  43. characters and lines.  Other commands let you indent blocks of text, split
  44. or join lines, and insert whole files.  Any change can be undone or redone,
  45. right back to the first one made.  Visible bookmarks can be put on lines.
  46.  
  47. It also has a customizable tools menu, and integral file compare and search
  48. commands, with hypertext jumps from the matched text to the corresponding
  49. line in the source file (ideal for integrating compilers).
  50.  
  51. To find out more, install TextPad by referring to the instructions below,
  52. and then read the introduction in the on-line help file.
  53.  
  54. MINIMUM REQUIREMENTS:
  55. ---------------------
  56.     16-bit Edition:             32-bit Edition:
  57.       o 386SX with 4MB RAM        o 486SX with 12MB RAM (only for NT)
  58.       o 1MB free disk space       o 1MB free disk space
  59.       o Windows 3.1 in 386        o Windows 95 (beta 3) or NT 3.5 or
  60.          enhanced mode               Windows 3.1 with Win32s 1.2
  61.  
  62. INSTALLATION:
  63. -------------
  64.     From a ZIP File:
  65.         1) Unzip into a new temporary directory, with PKUNZIP 2.04g.
  66.         2) Run SETUP.EXE using File Manager or Program Manager.
  67.         3) Follow the on-screen instructions, but install into a
  68.            different directory from that in step 1 above.
  69.         4) Delete the files unzipped in step 1 above.
  70.  
  71.     From Floppy Disk:
  72.         1) From Program Manager, choose the Run command from the
  73.            File menu.
  74.         2) Type "A:\SETUP" to run the TextPad setup program.
  75.         3) Follow the on-screen instructions.
  76.  
  77.     You can install both editions into the same directory.
  78.     There is no need to modify your search path.
  79.  
  80. RESTRICTED FEATURES:
  81. --------------------
  82.     The following features are only available to registered users:
  83.  
  84.     1) OLE2 drag and drop editing.  Local drag and drop editing is always
  85.        available, but scrolling has not been implemented.  This means that
  86.        you can drop text in the visible view, but you cannot scroll the
  87.        view whilst dragging.
  88.     2) Searching of subdirectories with the Find in Files command.
  89.  
  90. REGISTRATION:
  91. -------------
  92.     If you make use of TextPad you must register it.  Registered users
  93.     will receive a copy of the latest releases of both the 16 and 32-bit
  94.     editions, along with the Win32s and OLE2 files necessary for running
  95.     in 32-bit mode on Windows 3.1.
  96.  
  97.     Click the "How to Purchase" button in the About dialog box, or see
  98.     the file REGISTER.TXT for details.  
  99.  
  100. SETTING COLORS:
  101. ---------------
  102.     The foreground and background colors used by TextPad can be modified,
  103.     but there is no user interface yet.  To make changes, you must edit
  104.     the [Colors] section in TEXTPAD.INI.  Each color is specified by 6
  105.     hex digits in the form BBGGRR, so black is 000000, green is 00FF00,
  106.     light gray is C0C0C0, and white is FFFFFF.  You can only use the
  107.     sixteen standard Windows colors, so the nearest color will be used if
  108.     you specify anything else.  The defaults are as specified in Control
  109.     Panel.  Note that if you use TextPad to edit TEXTPAD.INI, your
  110.     changes will be overwritten when you exit, so use NotePad!
  111.  
  112. TIPS:
  113. -----
  114.     - Ctrl+Left click in the left margin selects the whole file.
  115.     - Left double click in the left margin selects the whole line.
  116.     - Ctrl+Shift+O brings up a simple dialog box for file opening.
  117.     - In the Replace dialog box, '\t' is interpreted as a tab in the
  118.       replacement string, regardless of the Regular Expression check box
  119.       setting.  To replace with the literal characters '\' and 't', you
  120.       must specify '\\t' as the replacement string.
  121.     - When the File Open dialog box is enabled for multi-file opening,
  122.       it does not show long file names (except on Windows 95).  This
  123.       setting can be changed on the Configure/Options dialog box.
  124.     - After you have saved the Search or Command output results as an
  125.       ordinary file, it loses its hypertext jump property, but you can
  126.       always load an ordinary file into the Command output window by
  127.       capturing the output from the DOS TYPE command.
  128.  
  129. ENHANCEMENTS:
  130. -------------
  131.  
  132.   In This Release:
  133.   ----------------
  134.     On Windows 95 and NT, the 32-bit edition uses the Windows Registry,
  135.     instead of TEXTPAD.INI to save its settings.  This means that any
  136.     previously applied settings will have to be made again, the first
  137.     time this release is run.  Sorry for any inconvenience.
  138.  
  139.     New commands to insert the current date and time have been added to
  140.     the Edit menu.
  141.  
  142.     The installation program now automatically registers TextPad's DDE
  143.     commands.
  144.  
  145.   In The Last Release:
  146.   --------------------
  147.     The Edit menu, and right button context menus have been redesigned to
  148.     offer more features in a concise form.
  149.     
  150.     Settings for Tabs, File Filters, and Hypertext expressions have been
  151.     moved from the Configure menu to tabs on the Options dialog box.
  152.     
  153.     Settings for Document Properties have been moved to a tabbed dialog
  154.     box, which includes a Statistics tab showing the word count, and
  155.     when the file was last saved.
  156.     
  157.     The status bar is now "active".  Double clicking a pane changes its
  158.     setting, except for Caps lock, Scroll lock, and word-wrap mode.
  159.     
  160.     There's a new edit command to transpose adjacent words.
  161.     
  162.     In auto-indent mode, a closing '}' on a line on its own is
  163.     automatically unindented.
  164.     
  165.     The Tools menu now supports up to 16 user-defined tools, including
  166.     menu separators.
  167.     
  168.     The Find in Files Command scrolls its output faster.
  169.  
  170. KNOWN PROBLEMS:
  171. ---------------
  172.     The 32-bit edition cannot print to HP DeskJet 500 printers using the
  173.     HP driver under Win32s.  This is an HP/Win32s problem.  The workaround
  174.     is to install the Microsoft driver for this printer instead.
  175.  
  176.  
  177. Enjoy using TextPad!  Please send any comments to us at:
  178.  
  179. _______________________________
  180. Helios Software Solutions
  181. Carr Brook House
  182. Chorley Old Road
  183. Brindle
  184. Chorley
  185. Lancs.   PR6 7QZ
  186. England
  187.  
  188. Phone/Fax:  +44-(0)1772-324353
  189. CompuServe: 100041,235
  190. Internet:   textpad@heliosof.demon.co.uk
  191. ________________________________________________________________________
  192. Helios Software Solutions is an approved vendor and associate member of
  193. the Association of Shareware Professionals (ASP).
  194. ________________________________________________________________________
  195.  
  196.