home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 34 / #34.iso / utils / pretty / release.txt < prev    next >
Encoding:
Text File  |  1998-11-24  |  4.0 KB  |  128 lines

  1.  
  2. What's new in: VERSION 2.0 
  3. ***********************************************************
  4.  
  5. I.) Major improvements:
  6. ======================
  7.  
  8. **) Support of 58 tags (instead of only 20 tags before)
  9.  
  10. **) 'AS TEXT' Tag's':
  11.     Tag's can now be separated into 'As Text' tag's and 
  12.     'Stand Alone' tag's, this offers complete new 
  13.     possibilities in code formatting (please read Help).
  14.  
  15. **) preconfigured auto comments for each tags are provided
  16.     (very useful for html rookies)
  17.  
  18. **) much better checking of, which blanks can be purged while
  19.     compressing a file. This causes a little lower compression
  20.     rate, but a much better page appereance reliability. 
  21.     (Most of the competitor software fail in this point)
  22.  
  23. **) almost 100% speed increase, (30% RAM usage decrease)
  24.  
  25. **) v2.0 does no longer break lines in between quotes 
  26.     e.g. <IMG SRC="c:\windows\my picture name with blanks.gif">
  27.     even linebreaks in between '<' and '>' can be suppressed now
  28.  
  29. **) A FILE DOCUMENTATION line (as comment on top of the file)
  30.     can now be inserted. This line could contain the system
  31.     date/time, author information, version info. Very useful
  32.     for webmasters or intranet supervisors.
  33.  
  34. **) STYLES: 
  35.     Another great new feature. After playing around with some 
  36.     options you may find some settings worth to store. 
  37.     Now you can define and save as many source code layouts 
  38.     as you like and quickly reload them. 
  39.     But more than this, it's very easy to give such styles 
  40.     away to other Pretty HTML users. So companies can ensure
  41.     that all their employees will create HTML pages using a 
  42.     standard code layout this will decrease maintenance 
  43.     time and costs.
  44.  
  45. **) Support of network and removeable drives
  46.  
  47. **) 'Restore from backup file' function added
  48.  
  49. **) Tag settings are now displayed in an Overview-Grid too
  50.  
  51. **) HTML Help
  52.  
  53.  
  54. II.) Other improvements:
  55. ======================
  56.  
  57. *) Editor: Search & Replace added 
  58.  
  59. *) DHMTL, SHTML file extensions supported
  60.  
  61. *) different wildcard selections possible
  62.  
  63. *) wrong autocomment numbering in nested tables - fixed
  64.  
  65. *) editing a loaded file, is now always possible
  66.  
  67. *) no more need to reselect a file, before 
  68.    a new Compress/Format or Restore action could be started
  69.  
  70. *) higher linesize value possible (up to 500 characters)
  71.  
  72. *) no more loss of blank lines inside of <PRE> <SCRIPT> 
  73.    and Comment-Tags
  74.  
  75. *) Tabs, linebreaks and double blanks will be removed 
  76.    now also inside of tags
  77.  
  78. *) sometimes the contents of a table cell needs to be 
  79.    concentrated in a single line, v1.0 didn't create 
  80.    auto comments and extra blank lines in this case - fixed
  81.  
  82. *) v1.0 rejected all HTML files without a <HTML> tag inside.
  83.    Now this check is optional.
  84.  
  85. *) v1.0 did create Backup files this way:
  86.        Original: "test.htm" --> Backup: "test.bak"
  87.    v2.0 now does the following:
  88.        Original: "test.htm" --> Backup: "test.htm.pbak"
  89.    This method ensures that all files can be restored 
  90.    with their original extension.
  91.  
  92. *) the default backup extension (.pbak) can be user defined.
  93.  
  94. *) Help appears in a new window.
  95.  
  96. *) Users can now define the NUMBER of blank lines before 
  97.    start tag/after end Tag,
  98.  
  99. *) Auto comments for each tag are now optional:
  100.          .) before start tag only, 
  101.          .) or after end tag only 
  102.          .) or both
  103.  
  104. *) Auto comment counter optional for each tag
  105.  
  106. *) Tag names can be turned into uppercase, lowercase. 
  107.    (or left unchanged)
  108.  
  109. *) Autocomments can be left justified 
  110.  
  111. *) 'Cancel' in the options window purge option changes
  112.  
  113. *) New screen design
  114.  
  115. *) Tag cleanup added, e.g.:
  116.    before: <IMG    src="pixel.gif"   width="200"  
  117.            height="2"    >
  118.    after:  <IMG src="pixel.gif" width="200" height="2">
  119.  
  120. *) Version 2.0 is released now as time limited Shareware.
  121.  
  122.  
  123. What was new VERSION 1.01:
  124. ***********************************************************
  125. *) ASP-File support added
  126. *) Diskspace checking bug fixed
  127.  
  128.