home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / svet_os2 / HTML_ED / README.TXT < prev   
Text File  |  1996-07-22  |  5KB  |  137 lines

  1. HTML-Ed v0.96b
  2. (C) Copyright 1996, Ian Prest
  3. All Rights Reserved.
  4.  
  5. Thank you for trying HTML-Ed v0.96b.
  6.  
  7. Thank you for trying this beta of HTML-Ed! HTML-Ed is a full-featured
  8. editor for HTML code. HTML is the markup language used on the World Wide
  9. Web.
  10.  
  11. This manual, like HTML-Ed itself, is in a constant state of
  12. modification. I will be improving it over the next few revisions of
  13. HTML-Ed. I would also appreciate comments on how this manual could
  14. improved.
  15.  
  16. Visit the HTML-Ed Home Page for the most up-to-date information:
  17. http://www.wp.com/ianprest/htmled.html
  18.  
  19. HTML-Ed's Features include:
  20.  
  21. 1. HTML-Ed, unlike other OS/2 HTML editors, features a built-in viewer!
  22. No more waiting for WebExplorer to load; testing of HTML code is almost
  23. instantaneous!
  24.  
  25. 2.  HTML-Ed support all of the common HTML 2.0 tags (the major exception
  26. being forms), and selected HTML 3.0 tags (background, colours, etc).
  27.  
  28. 3.  HTML-Ed is FAST! It is written in pure C for speed. Most other HTML
  29. editors have been written in VX-REXX and you are therefore stuck with
  30. poor VX-REXX performance.
  31.  
  32. 4.  HTML-Ed is SMALL! It won't gobble megabytes of disk space, and
  33. doesn't require much in the way of RAM to run. The executable file is
  34. currently hovering around the 90 kb mark!
  35.  
  36. 5.  HTML-Ed has an intelligent keyboard interface. Most of the common
  37. tags are easily available from the keyboard.
  38.  
  39. 6.  HTML-Ed was designed with speed of use in mind. Everything is
  40. keyboard driven; there is no need to use the mouse. There is no
  41. graphical toolbar to get in the way.
  42.  
  43. 7.  HTML-Ed is configurable. You can toggle word-wrap, toggle the
  44. loading of graphics (in TEST mode), change the font of the MLE, and save
  45. the window position for future use, among others.
  46.  
  47. 8.  Multi-File editing via a ring-type system (like EPM).
  48.  
  49. 9.  HTML-Ed can run any external process, and extends the REXX language
  50. with over 50 new functions that allow you to create really powerful
  51. macros.
  52.  
  53.  
  54. HISTORY:
  55. --------
  56.  
  57. v0.96b (July 21, 1996)
  58.  
  59. NEW FEATURES:
  60.  
  61. * added a WebEx version display in the about dialog
  62.   (Note:  Every WebEx version I've tried reports itself as v1.02, YMMV).
  63. * Notebook Other Options dialog.
  64. * WebExplorer Window Options
  65.   - Underline Anchors
  66.   - Choose font and font size
  67. * Default Extension/Filespec Options
  68. * More Drag and Drop
  69.   - Copy Drop (Ctrl+drag) a file to INSERT text at cursor
  70.   - Drag & Drop options
  71. * Redefinable hotkeys!
  72. * External processes
  73.   - Nine processes available with hotkeys (more than one process can
  74.     be assigned to the same hotkey, and they will execute in order).
  75.   - any defined external processes available with a keyword/title.
  76.   - run any other process from a pseudo command-line
  77.   - program output piped into an output window
  78. * REXX Macro Interface!  Over 50 extra functions!  Make your own
  79.   powerful extensions to HTML-Ed!  Macros are run as just another
  80.   extenal process!
  81. * HTML-Ed Programmer's Manual (INF format) that describes the
  82.   extensions to the REXX language.
  83.  
  84. BUGS/PROBLEMS FIXED:
  85.  
  86. * Only the first nine characters of the search/replace strings were
  87.   used when searching. Fixed.
  88. * I significantly modified the code for several of the "tag" dialogs
  89.   (IMG, BODY, HEAD, ANCHOR, HR, etc) in orderto make them easier to
  90.   maintain and extend. I may have accidentally introduced a bug or two,
  91.   so be on the lookout for them.  On the bright side, I did find the
  92.   following bug in the existing code:
  93. * When creating an IMG tag, VSPACE used the HSPACE value.  Fixed.
  94. * Save ASCII erroneously changed the current file's "filename"
  95.   (but not in the title bar), causing every regular save
  96.   afterwards to use the ASCII filename rather than the real filename.
  97. * I was using the Borland C++ file i/o routines in several places.
  98.   Unfortunately, there appears to be a few bugs in them, as they were
  99.   causing crashes when opening large numbers of files (>32). I'm now
  100.   using OS/2 Dos file i/o routines and the problems have disappeared.
  101. * When saving over a file using Save As EA's were saved and shouldn't
  102.   have been.
  103.  
  104. v0.95b (June 14, 1996)
  105.  
  106. NEW FEATURES:
  107.  
  108. * Save All feature.
  109. * You can now print from test mode.
  110. * Chord click on editor will display Ring List dialog.
  111. * Special characters dialog is now non-modal
  112. * Hotkey for Find (Shift+F3), and Replace (Ctrl+F3)
  113. * Drag and Drop
  114.   - drop files on editor to open them (add them to the ring)
  115.   - drop a graphic on the editor to create an IMG tag
  116.   - shadow drop a file to the editor to create an anchor to it
  117. * Misc Options
  118.   - load LAST file when following links
  119.   - load ALL files when following links
  120. * Tag Options
  121.   - insert tags in upper/lowercase
  122.   - absolute/relative font sizes
  123. * Drop down list in the anchor dialog with the standard URL prefixes
  124.  
  125. BUGS/PROBLEMS FIXED:
  126.  
  127. * Ring Left/Right bitmaps were ugly on 1024x768 (and up) desktops.
  128. * Misc changes to install program.
  129. * Two menu items were swapped.
  130. * The "Find" button in dialogs now appends a "file:///" in front
  131.   of files that reside on other drives (WebEx sometimes had a problem
  132.   loading these files).
  133. * HTML-Ed now preserves extended attributes when saving over a file
  134. * When more than one copy of the same file is opened, HTML-Ed now
  135.   numbers them.
  136.  
  137.