home *** CD-ROM | disk | FTP | other *** search
/ Internet 53 / INTERNET53.iso / pc / software / windows / building / pretty html / release.txt < prev    next >
Encoding:
Text File  |  1999-02-16  |  5.3 KB  |  190 lines

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