home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac_os2 / htmle94b.zip / HTMLED.INF (.txt) < prev    next >
OS/2 Help File  |  1996-05-12  |  49KB  |  1,362 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Welcome to HTML-Ed ΓòÉΓòÉΓòÉ
  3.  
  4. HTML-Ed v0.94b
  5. (C) Copyright 1996, Ian Prest
  6. All Rights Reserved.
  7.  
  8. Thank you for trying HTML-Ed v0.94b.
  9.  
  10. Thank you for trying this beta of HTML-Ed!  HTML-Ed is a full-featured editor 
  11. for HTML code.  HTML is the markup language used on the World Wide Web.
  12.  
  13. Note:  This is a BETA copy of HTML-Ed.  There may still be a few buglets 
  14. remaining in the program that I haven't found.  Please read over the "Known 
  15. Bugs" section.  Please backup all your data before using the program just in case.
  16.  
  17. This manual, like HTML-Ed itself, is in a constant state of modification.  I 
  18. will be improving it over the next few revisions of HTML-Ed.  I would also 
  19. appreciate comments on how this manual could be made better.
  20.  
  21.  
  22. ΓòÉΓòÉΓòÉ 2. HTML-Ed Features ΓòÉΓòÉΓòÉ
  23.  
  24. HTML-Ed's Features include:
  25.  
  26. 1.  HTML-Ed, unlike other OS/2 HTML editors, features a built-in viewer!  No 
  27.     more waiting for WebExplorer to load; testing of HTML code is almost instantaneous!
  28.  
  29. 2.  HTML-Ed support all of the common HTML 2.0 tags (the major exception being 
  30.     forms), and selected HTML 3.0 tags (background, colours, etc).
  31.  
  32. 3.  HTML-Ed is FAST!  It is written in pure C for speed.  Most other HTML 
  33.     editors have been written in VX-REXX and you are therefore stuck with poor 
  34.     VX-REXX performance.
  35.  
  36. 4.  HTML-Ed is SMALL!  It won't gobble megabytes of disk space, and doesn't 
  37.     require much in the way of RAM to run.  The executable file is currently 
  38.     hovering around the 70 kb mark!
  39.  
  40. 5.  HTML-Ed has an intelligent keyboard interface.  Most of the common tags are 
  41.     easily available from the keyboard.
  42.  
  43. 6.  HTML-Ed was designed with speed of use in mind.  Everything is keyboard 
  44.     driven; there is no need to use the mouse.  There is no graphical toolbar 
  45.     to get in the way. 
  46.  
  47. 7.  HTML-Ed is configurable.  You can toggle word-wrap, toggle the loading of 
  48.     graphics (in TEST mode), change the font of the MLE, and save the window 
  49.     position for future use, among others.
  50.  
  51. 8.  Multi-File editing via a ring-type system (like EPM).
  52.  
  53.  
  54. ΓòÉΓòÉΓòÉ 3. Installation ΓòÉΓòÉΓòÉ
  55.  
  56. Installing HTML-Ed is easy.  Simply unzip the archive it came in 
  57. (HTMLE094B.ZIP) and move the files to a directory of your choice. Then, change 
  58. the current directory so that you're in the same directory as HTML-Ed (this is 
  59. important!  The program object will not be created properly if you don't do 
  60. this), and run the INSTALL.CMD file.  It will ask you if you want to create a 
  61. program object for HTML-Ed in this directory.  Enter 'n' and ENTER if you want 
  62. to quit, otherwise, press 'y' and ENTER.
  63.  
  64. You will then be asked if you want to associate *.HTM?  files with HTML-Ed.  If 
  65. you answer yes to this question, any time you double-click on an HTML file from 
  66. the WPS, HTML-Ed will be started with that file.
  67.  
  68. The install program will then Create a program object for you on the desktop 
  69. with the correct icon.  Then you can double-click on this icon to start 
  70. HTML-Ed.  Or, you can drag an HTML file (or any text file) to the HTML-Ed 
  71. program object, and HTML-Ed will start using that file.  See also, Starting HTML-Ed.
  72.  
  73.  
  74. ΓòÉΓòÉΓòÉ 4. Starting HTML-Ed ΓòÉΓòÉΓòÉ
  75.  
  76. From the command line:
  77.  
  78. HTML-Ed accepts only one type of command-line parameter - filenames.  You can 
  79. tell HTML-Ed to load an HTML file by specifying the file to load on the command 
  80. line.  If you put HTML-Ed somewhere in your path, or you add  the HTML-Ed 
  81. directory to the path statement in CONFIG.SYS, using  HTML-Ed from the 
  82. command-line becomes very easy.
  83.  
  84. HTML-Ed now accepts multiple files and wildcards on the command-line.  All 
  85. files specified will be loaded into the file ring.
  86.  
  87. From the desktop:
  88.  
  89. After you create the program icon for HTML-Ed (see "Installation" for more 
  90. information), you can start HTML-Ed is one of several ways.  The easiest method 
  91. is to simply double-click on the HTML-Ed icon.  HTML-Ed will then start, and 
  92. you will be able to edit a new document.
  93.  
  94. Another method is to drag an HTML file to the HTML-Ed program icon.  HTML-Ed 
  95. will then start and open the file you dragged to it.
  96.  
  97. If, when you ran the installation program, you answered yes to the association 
  98. question, you can simply double-click on any HTML file (with an extension of 
  99. .HTM or .HTML) and HTML-Ed will start and load the file you double-clicked on.
  100.  
  101. If you find that you are always loading the same files for different HTML 
  102. "projects" you should copy the HTML-Ed object for each project, and specify the 
  103. files to load, and the working directory for that object.
  104.  
  105.  
  106. ΓòÉΓòÉΓòÉ 5. How to use HTML-Ed! ΓòÉΓòÉΓòÉ
  107.  
  108. This section details how you to use HTML-Ed.
  109.  
  110. o   The Menus 
  111.  
  112. o   The Dialogs, and Inserting Tags 
  113.  
  114. o   Test vs. Write Modes 
  115.  
  116. o   The Edit/File Ring 
  117.  
  118.  
  119. ΓòÉΓòÉΓòÉ 5.1. The Menus ΓòÉΓòÉΓòÉ
  120.  
  121. This section explains the pull-down menus and their commands.
  122.  
  123. o   File
  124.  
  125. o   Edit
  126.  
  127. o   Search
  128.  
  129. o   Options
  130.  
  131. o   Page
  132.  
  133. o   Style
  134.  
  135. o   Test!
  136.  
  137. o   Help
  138.  
  139.  
  140. ΓòÉΓòÉΓòÉ 5.1.1. File ΓòÉΓòÉΓòÉ
  141.  
  142. The FILE menu contains items pertaining to files.  You can open a file, create 
  143. a new file, save the current file, or close the current file.
  144.  
  145. Note:  The OPEN and NEW menu items will insert a new file into the file ring - 
  146. they do NOT close the current file. 
  147.  
  148. Under the FILE menu you will find:
  149.  
  150. o   New
  151.  
  152. o   Open...
  153.  
  154. o   Save...
  155.  
  156. o   Save as...
  157.  
  158. o   Save ASCII...
  159.  
  160. o   Close File 
  161.  
  162. o   Ring Left/Right
  163.  
  164. o   Ring List...
  165.  
  166. o   Exit...
  167.  
  168.  
  169. ΓòÉΓòÉΓòÉ 5.1.1.1. New ΓòÉΓòÉΓòÉ
  170.  
  171. Selecting "New File" will insert a blank, untitled file into the file ring. 
  172. The file currently being edited is not closed.
  173.  
  174. Note:  The directory for this file is assumed to be the startup directory.  If 
  175. you use the Anchor or IMG dialog "Find" buttons, the localized filename may be 
  176. incorrect.  It is a good idea to save the untitled file before you begin to 
  177. work on it.
  178.  
  179. Back to the File Menu.
  180.  
  181.  
  182. ΓòÉΓòÉΓòÉ 5.1.1.2. Open ΓòÉΓòÉΓòÉ
  183.  
  184. This command will open a file that you select in a standard file dialog.  The 
  185. file currently being edited is not closed, but the new file is inserted into 
  186. the file ring.
  187.  
  188. Back to File Menu.
  189.  
  190.  
  191. ΓòÉΓòÉΓòÉ 5.1.1.3. Save ΓòÉΓòÉΓòÉ
  192.  
  193. This saves the file you are currently working on.  If it has not been saved 
  194. before, a file dialog will be displayed and you will be allowed to choose a 
  195. filename to save your file as.
  196.  
  197. Back to the File Menu.
  198.  
  199.  
  200. ΓòÉΓòÉΓòÉ 5.1.1.4. Save as ΓòÉΓòÉΓòÉ
  201.  
  202. This command will display a file dialog and allow you to enter a new filename 
  203. for the file you are currently working on.  The file will be saved with this 
  204. new filename, and the titlebar and file ring will be modified to reflect the change.
  205.  
  206. Back to the File Menu.
  207.  
  208.  
  209. ΓòÉΓòÉΓòÉ 5.1.1.5. Save ASCII ΓòÉΓòÉΓòÉ
  210.  
  211. This menu function will allow you to save your HTML file as an ASCII file - a 
  212. plain text file without HTML tags.
  213.  
  214. This function is equivalent to choosing "Select All", "Remove Tags", then "Save 
  215. as..." except the text in the editor is not changed, and the filename in the 
  216. file ring remains unchanged.
  217.  
  218. Back to the File Menu.
  219.  
  220.  
  221. ΓòÉΓòÉΓòÉ 5.1.1.6. Close File ΓòÉΓòÉΓòÉ
  222.  
  223. Closes the current file in the ring.  If the file has been changed, you will 
  224. first be prompted to save it.  If this is the last file in the ring, choosing 
  225. "Close File" will exit HTML-Ed.
  226.  
  227. Back to the File Menu.
  228.  
  229.  
  230. ΓòÉΓòÉΓòÉ 5.1.1.7. Ring Left/Right ΓòÉΓòÉΓòÉ
  231.  
  232. These commands move one file left or right in the file ring.  See "The 
  233. Edit/File Ring" for more information.
  234.  
  235. Back to the File Menu.
  236.  
  237.  
  238. ΓòÉΓòÉΓòÉ 5.1.1.8. File Ring ΓòÉΓòÉΓòÉ
  239.  
  240. This menu option will bring up a dialog that contains a listbox with all the 
  241. files in the edit ring.  You can switch to another file by selecting one with 
  242. the arrow keys and clicking on OK.
  243.  
  244. The edit ring list dialog is now sizable.  The size of this window will be 
  245. saved when you choose "Save position on exit" from the "Other Options" dialog, 
  246. or if you select "Save options/position" from the Options menu.
  247.  
  248. See "The Edit/File Ring" for more information.
  249.  
  250. Back to the File Menu.
  251.  
  252.  
  253. ΓòÉΓòÉΓòÉ 5.1.1.9. Exit ΓòÉΓòÉΓòÉ
  254.  
  255. Exits HTML-Ed.  If any files have been changed, you will be prompted before exiting.
  256.  
  257. Back to the File Menu.
  258.  
  259.  
  260. ΓòÉΓòÉΓòÉ 5.1.2. Edit ΓòÉΓòÉΓòÉ
  261.  
  262. The "Edit contains commands that change the text in the editor.  From the Edit 
  263. menu you can:
  264.  
  265. o   Undo
  266.  
  267. o   Cut
  268.  
  269. o   Copy
  270.  
  271. o   Paste
  272.  
  273. o   Clear
  274.  
  275. o   Select All 
  276.  
  277. o   Deselect All 
  278.  
  279. o   Convert \ to / 
  280.  
  281. o   Convert Characters to Tags 
  282.  
  283. o   Convert Tags 
  284.  
  285. o   Remove Tags 
  286.  
  287.  
  288. ΓòÉΓòÉΓòÉ 5.1.2.1. Undo ΓòÉΓòÉΓòÉ
  289.  
  290. This command reverts the text in the editor to what it was before the last 
  291. command (or sequence of keystrokes) was issued.  Selecting "Undo" again will 
  292. redo the action.
  293.  
  294. Back to the Edit Menu.
  295.  
  296.  
  297. ΓòÉΓòÉΓòÉ 5.1.2.2. Cut ΓòÉΓòÉΓòÉ
  298.  
  299. "Cut" will copy the selected text to the clipboard, and then delete it from the 
  300. editor.  You can later "Paste" this text back into the HTML-Ed editor, or into 
  301. another program.
  302.  
  303. Back to the Edit Menu.
  304.  
  305.  
  306. ΓòÉΓòÉΓòÉ 5.1.2.3. Copy ΓòÉΓòÉΓòÉ
  307.  
  308. "Copy" will copy any selected text to the clipboard so that you can later 
  309. "Paste" it somewhere else.
  310.  
  311. Back to the Edit Menu.
  312.  
  313.  
  314. ΓòÉΓòÉΓòÉ 5.1.2.4. Paste ΓòÉΓòÉΓòÉ
  315.  
  316. "Paste" will take any text in the clipboard and insert it into the editor.  If 
  317. there is any selected text, that text will be overwritten with the pasted text.
  318.  
  319. Back to the Edit Menu.
  320.  
  321.  
  322. ΓòÉΓòÉΓòÉ 5.1.2.5. Clear ΓòÉΓòÉΓòÉ
  323.  
  324. "Clear" deletes any selected text.  If you make a mistake, you can retrieve the 
  325. text by choosing "Undo" from the menu.
  326.  
  327. Back to the Edit Menu.
  328.  
  329.  
  330. ΓòÉΓòÉΓòÉ 5.1.2.6. Select All ΓòÉΓòÉΓòÉ
  331.  
  332. Selects all the text in the editor.  The cursor is moved to the end of the text.
  333.  
  334. Back to the Edit Menu.
  335.  
  336.  
  337. ΓòÉΓòÉΓòÉ 5.1.2.7. Deselect All ΓòÉΓòÉΓòÉ
  338.  
  339. Unselects any selected text.  The cursor is not moved.
  340.  
  341. Back to the Edit Menu.
  342.  
  343.  
  344. ΓòÉΓòÉΓòÉ 5.1.2.8. Convert \ to / ΓòÉΓòÉΓòÉ
  345.  
  346. Converts all DOS-style backslashes to UNIX-style forward slashes in the 
  347. selected text.
  348.  
  349. Note:  You MUST use forward slashes for all filenames, even for local viewing, 
  350. or the TEST window may not properly load the graphics, or link to the correct page.
  351.  
  352. Back to the Edit Menu.
  353.  
  354.  
  355. ΓòÉΓòÉΓòÉ 5.1.2.9. Convert Characters to Tags ΓòÉΓòÉΓòÉ
  356.  
  357. This menu function allows you to convert upper ASCII characters in your file 
  358. into their HTML &xxx; character equivalents.
  359.  
  360. To use this function, select the text you wish to search.  Then choose this 
  361. command from the Edit Menu.  All the upper ASCII characters in the selected 
  362. text that are recognized will be converted to their HTML equivalents.
  363.  
  364. Characters with ASCII codes less than 32 will not be converted, nor will the 
  365. '&', '<', or '>' characters.  If you wish these characters to be converted, you 
  366. will have to edit the CHARS.INI file.
  367.  
  368. See also Code Pages.
  369.  
  370. Back to the Edit Menu.
  371.  
  372.  
  373. ΓòÉΓòÉΓòÉ 5.1.2.9.1. Code Pages ΓòÉΓòÉΓòÉ
  374.  
  375. A note about code pages:
  376.  
  377. HTML-Ed enforces the use of code page 850 - the code page that WebEx itself 
  378. uses.  This should not create any real problems for users of other code pages. 
  379. At most, you should only have to learn a few new Alt+[keypad] combinations for 
  380. your favorite ASCII characters.
  381.  
  382.  
  383. ΓòÉΓòÉΓòÉ 5.1.2.10. Convert Tags ΓòÉΓòÉΓòÉ
  384.  
  385. You can convert all HTML tags in the selected text to uppercase or lowercase. 
  386. When HTML-Ed inserts tags into the editor, they will always be in uppercase.
  387.  
  388. Back to the Edit Menu.
  389.  
  390.  
  391. ΓòÉΓòÉΓòÉ 5.1.2.11. Remove Tags ΓòÉΓòÉΓòÉ
  392.  
  393. Removes any HTML tags in the selected text (removes anything between '<' and '>').
  394.  
  395. Back to the Edit Menu.
  396.  
  397.  
  398. ΓòÉΓòÉΓòÉ 5.1.3. Search ΓòÉΓòÉΓòÉ
  399.  
  400. The search menu contains the following commands:
  401.  
  402. o   Search
  403.  
  404. o   Replace
  405.  
  406. o   Find Next 
  407.  
  408. o   Go to Line 
  409.  
  410.  
  411. ΓòÉΓòÉΓòÉ 5.1.3.1. Find ΓòÉΓòÉΓòÉ
  412.  
  413. Allows you to search for a text string in the current file.
  414.  
  415. The following options are available to modify the search:
  416.  
  417. Case Sensitive 
  418.  
  419. If this option is selected, any matches found must match exactly the text in 
  420. the "Search For" line.  If this option is not selected, found text does not 
  421. have to have the same case as text in the "Search For" line.
  422.  
  423. Origin 
  424.  
  425. If "From cursor" is selected, the search will begin from the cursor position. 
  426. Else, if "Entire Scope" is selected, the search will begin from the start of 
  427. the document of selected text.
  428.  
  429. Scope 
  430.  
  431. If "Selected Text" is selected, the search will be limited to any text that has 
  432. been selected.  Else, if "Global" is selected, the entire document will be 
  433. searched (starting at the "Origin").
  434.  
  435. Back to Search Menu.
  436.  
  437.  
  438. ΓòÉΓòÉΓòÉ 5.1.3.2. Replace ΓòÉΓòÉΓòÉ
  439.  
  440. Allows you to search for replace one or all occurances of a text string in the 
  441. current file with another.
  442.  
  443. All the options from Search/Find are available, in addition to the following:
  444.  
  445. Prompt on Replace 
  446.  
  447. If this option is selected, you will be prompted before any text is replaced.
  448.  
  449. Change All 
  450.  
  451. This button will search the entire document until all matches have been found 
  452. (you will be prompted for each match only if "Prompt on Replace" is checked.
  453.  
  454. Back to the Search Menu.
  455.  
  456.  
  457. ΓòÉΓòÉΓòÉ 5.1.3.3. Find Next ΓòÉΓòÉΓòÉ
  458.  
  459. Repeats the last search or replace command.
  460.  
  461. Back to Search Menu.
  462.  
  463.  
  464. ΓòÉΓòÉΓòÉ 5.1.3.4. Go to Line ΓòÉΓòÉΓòÉ
  465.  
  466. Allows you to jump to a specific line in the current file.
  467.  
  468. Back to Search Menu.
  469.  
  470.  
  471. ΓòÉΓòÉΓòÉ 5.1.4. Options ΓòÉΓòÉΓòÉ
  472.  
  473. The Options Menu contains items that affect the behavior of HTML-Ed.
  474.  
  475. o   Word Wrap 
  476.  
  477. o   Load Graphics 
  478.  
  479. o   Font
  480.  
  481. o   Registration
  482.  
  483. o   Other Options 
  484.  
  485. o   Save Options/Position
  486.  
  487.  
  488. ΓòÉΓòÉΓòÉ 5.1.4.1. Word Wrap ΓòÉΓòÉΓòÉ
  489.  
  490. This menu item is a toggle.  When word wrap is on, there will be a check mark 
  491. beside this menu item.
  492.  
  493. To toggle word wrap, simply choose this command from the menu.
  494.  
  495. Note:  Note that word wrap is toggled for the current file only, and when new 
  496. files are entered into the ring, they inherit the word wrap style of the 
  497. current file.
  498.  
  499. Back to the Options Menu.
  500.  
  501.  
  502. ΓòÉΓòÉΓòÉ 5.1.4.2. Load Graphics ΓòÉΓòÉΓòÉ
  503.  
  504. Like Word Wrap, this menu item is also a toggle.  It controls whether or not 
  505. graphics/backgrounds will be loaded/displayed when you enter Test mode.
  506.  
  507. Not viewing graphics will speed up the display, and allow you to get an 
  508. approximate idea of what the page would look like without graphics.
  509.  
  510. Back to the Options Menu.
  511.  
  512.  
  513. ΓòÉΓòÉΓòÉ 5.1.4.3. Font ΓòÉΓòÉΓòÉ
  514.  
  515. This submenu will allow you to select a font for the editor in HTML-Ed.  There 
  516. are currently five preset choices.
  517.  
  518. If you don't like the preset choices, you can select "Other..." from the font 
  519. menu and you will be presented with a standard font dialog.  From this dialog, 
  520. you can select any font and font size for use in the editor.
  521.  
  522. Warning: Font attributes (bold, underline, etc) will not be saved if you select 
  523. in the dialog.  When you restart HTML-Ed, the attributes will not be there anymore.
  524.  
  525. Back to the Options Menu.
  526.  
  527.  
  528. ΓòÉΓòÉΓòÉ 5.1.4.4. Registration ΓòÉΓòÉΓòÉ
  529.  
  530. The "Registration" menu option will bring up the registration dialog.  In this 
  531. dialog, you can enter your name, and the registration code you receive upon 
  532. registration.  If the code is accepted, HTML-Ed will no longer pause on 
  533. startup.  See "Registration Information" for more information.
  534.  
  535. Back to the Options Menu.
  536.  
  537.  
  538. ΓòÉΓòÉΓòÉ 5.1.4.5. Other Options ΓòÉΓòÉΓòÉ
  539.  
  540. The Other Options dialog allows you to set some miscellaneous options for 
  541. HTML-Ed.  These options are also saved when you select "Save Options/Position" 
  542. frm the menu.
  543.  
  544. There are currently only four options available:
  545.  
  546. Highlight required fields 
  547.  
  548. Required fields in dialogs will be highlighed (in red).
  549.  
  550. Require required fields 
  551.  
  552. If you don't enter all the required fields, and this option is checked, then 
  553. the tag will not be inserted.  If this option is not selected, the tag will be 
  554. inserted anyways, and the cursor will be positioned in an appropriate place.
  555.  
  556. Save window position on close 
  557.  
  558. The window size/position, and size/position of the "File Ring" window will be 
  559. saved when you quit HTML-Ed.
  560.  
  561. Save options on close 
  562.  
  563. All options (including these ones) will be saved every time you quit HTMl-Ed.
  564.  
  565. Back to the Options Menu.
  566.  
  567.  
  568. ΓòÉΓòÉΓòÉ 5.1.4.6. Save Options/Position ΓòÉΓòÉΓòÉ
  569.  
  570. The final choice under the Options Menu, "Save Options/Position" allows you to 
  571. save your preset options, and the current window position for future sessions.
  572.  
  573. Note:  This option now also saves the size/position of the "File Ring" window 
  574. (see File/File Ring).
  575.  
  576. Back to the Options Menu.
  577.  
  578.  
  579. ΓòÉΓòÉΓòÉ 5.1.5. Page ΓòÉΓòÉΓòÉ
  580.  
  581. The Page and Style menus are where you will spend most of your time.  The Page 
  582. menu contains tags that affect the layout of the text, such as lists, the 
  583. paragraph tag, etc, as well as tags that indicate entities - images, 
  584. anchors/links, and horizontal rules:
  585.  
  586. o   HTML
  587.  
  588. o   Head
  589.  
  590. o   Body
  591.  
  592. o   HTML Skeleton 
  593.  
  594. o   Headings
  595.  
  596. o   Lists
  597.  
  598. o   Center
  599.  
  600. o   Paragraph/End Paragraph 
  601.  
  602. o   Line Break 
  603.  
  604. o   Horizontal Rule 
  605.  
  606. o   Image
  607.  
  608. o   Anchor/Link
  609.  
  610. o   Comment
  611.  
  612. o   Special Characters 
  613.  
  614. See also "Hot Keys."
  615.  
  616.  
  617. ΓòÉΓòÉΓòÉ 5.1.5.1. HTML ΓòÉΓòÉΓòÉ
  618.  
  619. This command will wrap any selected text in a <HTML>...</HTML> pair.
  620.  
  621. Back to the Page Menu.
  622.  
  623.  
  624. ΓòÉΓòÉΓòÉ 5.1.5.2. Head ΓòÉΓòÉΓòÉ
  625.  
  626. This command displays the Head Dialog, which allows you to define such things 
  627. as the title of the document, and the base URL.
  628.  
  629. Back to the Page Menu.
  630.  
  631.  
  632. ΓòÉΓòÉΓòÉ 5.1.5.3. Body ΓòÉΓòÉΓòÉ
  633.  
  634. This command displays the body dialog, which allows you to specify the 
  635. background bitmap, and the colours for text/links/etc.
  636.  
  637. Back to the Page Menu.
  638.  
  639.  
  640. ΓòÉΓòÉΓòÉ 5.1.5.4. HTML Skeleton ΓòÉΓòÉΓòÉ
  641.  
  642. This command wraps any selected text in a generic HTML skeleton.
  643.  
  644. Back to the Page Menu.
  645.  
  646.  
  647. ΓòÉΓòÉΓòÉ 5.1.5.5. Headings ΓòÉΓòÉΓòÉ
  648.  
  649. This submenu contains commands that wrap any selected text with a heading tag, 
  650. <Hn>...</Hn>.  There are seven levels of headings, level one being the largest.
  651.  
  652. Back to the Page Menu.
  653.  
  654.  
  655. ΓòÉΓòÉΓòÉ 5.1.5.6. Lists ΓòÉΓòÉΓòÉ
  656.  
  657. The Lists submenu contains commands that pertain to HTML lists.  There are five 
  658. types of lists:  unordered, ordered, definition, directory, and menu lists.
  659.  
  660. Also, the submenu contains a command that inserts a "list item" tag (<LI>) and 
  661. a command that allows you to insert a definition term (used only in the 
  662. definition list).
  663.  
  664. Back to the Page Menu.
  665.  
  666.  
  667. ΓòÉΓòÉΓòÉ 5.1.5.7. Center ΓòÉΓòÉΓòÉ
  668.  
  669. The Center command wraps any selected text in a <CENTER>...</CENTER> pair. 
  670. This tag centers the text and objects before the closing tag.
  671.  
  672. Back to the Page Menu.
  673.  
  674.  
  675. ΓòÉΓòÉΓòÉ 5.1.5.8. Paragraph/End Paragraph ΓòÉΓòÉΓòÉ
  676.  
  677. These commands insert the paragraph (<P>) and end paragraph (</P>) tags 
  678. respectively. 
  679.  
  680. Note:  If you select some text and choose paragraph or end paragraph from the 
  681. menu, the selected text will be wrapped in a <P>...</P> pair.
  682.  
  683. The End Paragraph tag is optional, and does not have to be used.
  684.  
  685. Back to the Page Menu.
  686.  
  687.  
  688. ΓòÉΓòÉΓòÉ 5.1.5.9. Line Break ΓòÉΓòÉΓòÉ
  689.  
  690. This command inserts the <BR> tag, which is a forced line break.  This tag is 
  691. used when you want to ensure the following text is at the beginning of a new 
  692. line, but don't want the extra line gap that the paragraph tag produces.
  693.  
  694. Back to the Page Menu.
  695.  
  696.  
  697. ΓòÉΓòÉΓòÉ 5.1.5.10. Horizantal Rule ΓòÉΓòÉΓòÉ
  698.  
  699. The Horizontal Rule command displays the HR Dialog.  From this dialog, you can 
  700. specify the attributes of, and insert a horizontal rule into your text.
  701.  
  702. Back to the Page Menu.
  703.  
  704.  
  705. ΓòÉΓòÉΓòÉ 5.1.5.11. Image ΓòÉΓòÉΓòÉ
  706.  
  707. This command displays the IMG Dialog which allows you to specify the filename 
  708. and attributes of an inline image to display on your web page.
  709.  
  710. Back to the Page Menu.
  711.  
  712.  
  713. ΓòÉΓòÉΓòÉ 5.1.5.12. Anchor/Link ΓòÉΓòÉΓòÉ
  714.  
  715. This command displays the Anchor/Link dialog.  From here, you can:
  716.  
  717. 1.  Name the current location; or 
  718.  
  719. 2.  Create a hypertext link to another page/anchor
  720.  
  721. Back to the Page Menu.
  722.  
  723.  
  724. ΓòÉΓòÉΓòÉ 5.1.5.13. Comment ΓòÉΓòÉΓòÉ
  725.  
  726. This command wraps any selected text with the comment tag, so that your text 
  727. will look like the following:
  728.  
  729.    <!-- This is a Comment -->
  730.  
  731. Back to the Page Menu.
  732.  
  733.  
  734. ΓòÉΓòÉΓòÉ 5.1.5.14. Special Characters ΓòÉΓòÉΓòÉ
  735.  
  736. This submenu contains several frequently used special character commands.  In 
  737. addition to the special characters, you will find:
  738.  
  739. o   Other Special Characters 
  740.  
  741. o   Ascii Code 
  742.  
  743. Back to the Page Menu.
  744.  
  745.  
  746. ΓòÉΓòÉΓòÉ 5.1.5.14.1. Other Special Characters ΓòÉΓòÉΓòÉ
  747.  
  748. This command will display the Character Manager dialog.  From this dialog, you 
  749. can insert a special character, selected from a list of foreign letters and symbols.
  750.  
  751. Back to the Special Characters Menu.
  752.  
  753.  
  754. ΓòÉΓòÉΓòÉ 5.1.5.14.2. Ascii Code ΓòÉΓòÉΓòÉ
  755.  
  756. This command displays a dialog that allows you to enter the ASCII number code 
  757. of a special character from code page 850 that you want to insert.
  758.  
  759. Back to the Special Characters Menu.
  760.  
  761.  
  762. ΓòÉΓòÉΓòÉ 5.1.6. Style ΓòÉΓòÉΓòÉ
  763.  
  764. The STYLE menu contains options that will directly affect the way the actual 
  765. text looks.  This menu contains these items:
  766.  
  767. o   Bold
  768.  
  769. o   Italics
  770.  
  771. o   Underline
  772.  
  773. o   Emphasis
  774.  
  775. o   Strong Emphasis 
  776.  
  777. o   Citation
  778.  
  779. o   Typewriter
  780.  
  781. o   Code
  782.  
  783. o   Strikeout
  784.  
  785. o   Keyboard
  786.  
  787. o   Variable
  788.  
  789. o   Sample
  790.  
  791. o   Font Size 
  792.  
  793. It also contains the following block container tags:
  794.  
  795. o   Block Quote 
  796.  
  797. o   Address
  798.  
  799. o   Preformatted
  800.  
  801. See "Hot Keys" for more information.
  802.  
  803.  
  804. ΓòÉΓòÉΓòÉ 5.1.7. Test! ΓòÉΓòÉΓòÉ
  805.  
  806. The TEST menu option will put HTML-Ed into TEST mode.  In this mode, you get to 
  807. see exactly what your HTML code will look like, right in the same window!  To 
  808. do this, HTML-Ed employs DLL's from WebExplorer 950814 (beta of 1.03) or later. 
  809. Since most OS/2 users have WebExplorer installed, I didn't include this DLL in 
  810. the package.
  811.  
  812. Since HTML-Ed relies on WebExplorer for it's inline testing, any bugs in 
  813. WebExplorer could possibly manifest themselves in HTML-Ed.  To minimize the 
  814. possibility of the dreaded swapper growth bug in WebEx, I have dutifully 
  815. disabled the "Streaming graphics" option in the WebExplorer window.  Any 
  816. graphics will have to completely load before they will be displayed.
  817.  
  818. When you choose TEST, most of the menu options will be disabled.  After the 
  819. page has completely loaded, the TEST option will change to "WRITE" which will 
  820. take you back to the editor when selected.  The hotkey "Alt-T" will toggle 
  821. between TEST and WRITE modes.
  822.  
  823. Note, only one file can be tested at once.  If the current file is being tested 
  824. and you switch to another file (via the arrow buttons or the file list) then 
  825. HTML-Ed switches the file back to WRITE mode first.
  826.  
  827. See also "Test vs. Write Modes."
  828.  
  829.  
  830. ΓòÉΓòÉΓòÉ 5.1.8. Help ΓòÉΓòÉΓòÉ
  831.  
  832. The only option currently available under the Help menu is the product 
  833. information dialog, which displays information about the program and author.
  834.  
  835. I am hoping to have online help activated for v0.95b (this INF manual is the 
  836. first step!).
  837.  
  838.  
  839. ΓòÉΓòÉΓòÉ 5.2. Hot Keys ΓòÉΓòÉΓòÉ
  840.  
  841. In HTML-Ed, I have set up the hot keys so that similar functions are invoked 
  842. similarly.  STYLES are all "Control" hot keys, which are hot keys using the 
  843. Ctrl key.  Likewise, FORMATING codes such as paragraphs and line-breaks are 
  844. Control-hot keys.
  845.  
  846. On the other hand, entities such as images, links, special characters, etc. 
  847. are all "Alt" hot keys, invoked using the Alt key.  The menus are also 
  848. activated with the Alt key.
  849.  
  850. Spend some time to familiarize yourself with both the PAGE and STYLE menus, and 
  851. their associated hot keys.  This will significantly decrease the amount of time 
  852. it takes to compose most HTML code.
  853.  
  854.  
  855. ΓòÉΓòÉΓòÉ 5.3. The Dialogs, and Inserting Tags ΓòÉΓòÉΓòÉ
  856.  
  857. I specifically designed HTML-Ed to be easy to use from the keyboard only.  You 
  858. do NOT need to use a mouse for anything.  I feel that using the keyboard, and 
  859. memorizing a few simple hotkeys, can and will drastically improve productivity.
  860.  
  861. However, I also wanted HTML-Ed to be easy to use from a novice's standpoint, as 
  862. well as relieve myself from having to remember many different tags and their 
  863. attributes.  I have, therefore, included dialog boxes to facilitate the editing 
  864. of several tags.
  865.  
  866. For all of these dialogs, if you wish to do the editing yourself, simply press 
  867. ENTER (or click on OK), and the code will be inserted without any information 
  868. (unless the "Require required fields" option is on).  The cursor will be placed 
  869. in an appropriate position.  In this way, you can easily avoid the dialogs if 
  870. you prefer.
  871.  
  872. I've also made it easy to add tags to text AFTER you've typed it.  For example, 
  873. type some text, select it, then press Ctrl-B (or choose Styles/Bold from the 
  874. menus), and the selected text will be enclosed in a <B>...</B> pair.
  875.  
  876. On the other hand, if you press Ctrl-B without first selecting any text, your 
  877. cursor will be placed within the two tags, allowing you to then fill in the 
  878. text that will be bolded.
  879.  
  880. Similarly, if you select text and then select one of the dialog box commands, 
  881. the selected text will be inserted into an appropriate place in the dialog. 
  882. When creating a "Definition Term," HTML-Ed treats any selected text as the 
  883. definition.  When creating an anchor/link, selected text is treated as the 
  884. anchor text.
  885.  
  886. In several of the dialogs (ie:  the Anchor/Link and IMG dialogs), there is a 
  887. FIND button beside an entryfield.  If you press this button, you will be 
  888. presented with the standard OS/2 file dialog, and will be asked to choose a 
  889. filename.  The filename will be parsed and then returned to the entryfield.  If 
  890. you choose to manually enter the filename, remember to use forward slashes 
  891. ('/') instead of backslashes ('\'), or you will have problems viewing the file, 
  892. or following the links.
  893.  
  894. Please play with the tags and dialogs, and let me know if there are any further 
  895. enhancements I could make that would improve the usability of the program.
  896.  
  897.  
  898. ΓòÉΓòÉΓòÉ 5.4. Test vs. Write Modes ΓòÉΓòÉΓòÉ
  899.  
  900. In WRITE mode (the default), you are allowed to edit your HTML-Code.  When you 
  901. select TEST from the menu, HTML-Ed switches to TEST mode.
  902.  
  903. In TEST mode, you are presented with a WebExplorer window that will show you 
  904. exactly what your web page will look like (when viewed with WebExplorer 
  905. anyway).  In TEST mode, most of the menu options are disabled.  To return to 
  906. WRITE mode, select WRITE from the menu (it replaces TEST).
  907.  
  908. In TEST mode, you can follow LOCAL links.  This will allow you to make sure 
  909. your local links are working properly.  Currently, the file you are editing is 
  910. not changed when you follow a local link, nor are the other pages inserted into 
  911. the edit ring.  I am planning to add this capability as an option in the future.
  912.  
  913. Note:  As ob v0.94b, HTML-Ed no longer loads files from disk when you are 
  914. following local links - it instead loads them from the file ring (if they are 
  915. present in the file ring!).  You no longer have to save all your files before 
  916. you test them.
  917.  
  918. As mentioned earlier, switching between documents via the file list or the 
  919. right/left buttons will switch you to WRITE mode if you are currently in TEST mode.
  920.  
  921.  
  922. ΓòÉΓòÉΓòÉ 5.5. The Edit/File Ring ΓòÉΓòÉΓòÉ
  923.  
  924. HTML-Ed now supports loading multiple documents via a file ring.  This means 
  925. that while only one document is visible at once, the others are easily 
  926. available.  To switch documents, you can click on the right or left arrows on 
  927. the title bar, or select the corresponding left/right options from the FILE 
  928. menu.  Also, you can switch between documents by selecting "File Ring" from the 
  929. menu, or pressing the hotkey (Alt+`).
  930.  
  931. Selecting NEW from the FILE menu will create a new file and insert it into the 
  932. edit ring.  Similarly, when you OPEN a file, it is inserted into the ring.  To 
  933. remove a file from the ring, use the CLOSE command from the FILE menu.
  934.  
  935.  
  936. ΓòÉΓòÉΓòÉ 6. Planned Enhancements ΓòÉΓòÉΓòÉ
  937.  
  938. 1.  Online help.  I am definitely going to get write some online help for the 
  939.     GA...  anything would be better than this manual <g>.
  940.  
  941. 2.  The ability to use an external browser (for those of you who like Lynx 
  942.     better <g>).
  943.  
  944. 3.  Printing.
  945.  
  946. 4.  Suggestion from users!  I need suggestions!  What tags do you need in an 
  947.     HTML editor?  What am I missing?  What am I doing wrong?  Please, send me 
  948.     comments!  I am toying with the idea of adding forms, and will eventually 
  949.     add table support (probably not in the GA though), but I want to know the 
  950.     best way to go about it.  What would be the easiest method, from a users 
  951.     point of view?  Please, without your comments, HTML-Ed will not get any better!
  952.  
  953. 5.  Bug fixes - please report any bugs you find, ASAP!
  954.  
  955. 6.  Improved documentation <g>.
  956.  
  957.  
  958. ΓòÉΓòÉΓòÉ 7. Known Bugs/Problems ΓòÉΓòÉΓòÉ
  959.  
  960. A Note about the "File Dialog" crash:
  961.  
  962. This is a crash that occurs when HTML-Ed tries to open a standard file dialog - 
  963. it can occur either from the "Open" or "Save/Save as" menu functions, as well 
  964. as from any of the "Find" buttons present in dialogs.
  965.  
  966. I am now almost certain that this bug can be attributed to the use of LxLite on 
  967. your system DLL's.  It you experience this bug and have not used lxlite on your 
  968. system DLL's, please email me.
  969.  
  970. Known Bugs 
  971.  
  972. HTML-Ed leaks memory when the TEST function is toggles - a lot of memory. 
  973. Since I have been unable to find any problems in my HTML-Ed code that could 
  974. possibly be leaking this much memory (the amount may be over 1 mb per toggle on 
  975. some systems), I must conclude that this is a problem with WebExplorer.  The 
  976. amount lost on my machine is small enough that I never noticed it during my 
  977. testing.  Luckily, the memory is released properly when HTML-Ed exits.
  978.  
  979. If you have used previous versions of HTML-Ed, and have not experienced 
  980. excessive memory losses, you don't have anything to worry about - the memory 
  981. problem existed in previous versions as well.
  982.  
  983. If you do experience excessive memory losses, you might want to try changing to 
  984. a different version of WebEx - though I am unsure how much of a difference that 
  985. would make.
  986.  
  987. Fonts 
  988.  
  989. If you select attributes in the Font Dialog they will not be saved when you 
  990. save other options.
  991.  
  992.  
  993. ΓòÉΓòÉΓòÉ 8. License/Disclaimer ΓòÉΓòÉΓòÉ
  994.  
  995. HTML-Ed (the program) is supplied as is.  Ian Prest (the author) disclaims all 
  996. warranties, expressed or implied, including, and without limitation to, the 
  997. warranties of merchantability and of fitness for any purpose.  The author 
  998. assumes no liability for damages, direct or consequential, which may result 
  999. from the use of the program.
  1000.  
  1001. HTML-Ed is a "shareware program" and is provided at no charge to the user for 
  1002. evaluation.  Feel free to share it with your friends, but please do not give it 
  1003. away altered or as part of another system.  The essence of "user-supported" 
  1004. software is to provide personal computer users with quality software without 
  1005. high prices, and yet to provide incentive for programmers to continue to 
  1006. develop new products.  If you find this program useful and find that you are 
  1007. using HTML-Ed and continue to use HTML-Ed after a 14-day trial period, you must 
  1008. register.  (See below for the registration details.)  The registration fee will 
  1009. license one copy for use on any one computer at any one time, by the original 
  1010. purchaser.  You are free to keep a copy on each of your computers so long as 
  1011. you only use HTML-Ed on one computer at a time.
  1012.  
  1013. Commercial users of HTML-Ed must register and pay for their copies within 14 
  1014. days of first use or their license is withdrawn.
  1015.  
  1016. Anyone distributing HTML-Ed for any kind of remuneration must first register 
  1017. the program.
  1018.  
  1019. You are encouraged to pass a copy of HTML-Ed along to your friends for 
  1020. evaluation as long as you include this license file in the copy.  The file 
  1021. htmle93b.zip contains all the files, including this one, and is the easiest way 
  1022. to pass on a copy.  Do NOT pass along the HTMLED.INI file, as it contains your 
  1023. personal registration information.  Please encourage them to register their 
  1024. copy if they find that they can use it.
  1025.  
  1026.  
  1027. ΓòÉΓòÉΓòÉ 9. Registration Information ΓòÉΓòÉΓòÉ
  1028.  
  1029. The registration fee for HTML-Ed is $20 (US).  You may register using your 
  1030. credit card by calling BMT Micro and placing your order.  Make sure you give us 
  1031. your email address so we can be sure you get your registration code as soon as possible.
  1032.  
  1033. Registration of HTML-Ed v0.93b will entitle you to hassle-free use of all 0.9x 
  1034. beta versions, and all 1.xx GA releases of HTML-Ed.  I reserve the right to 
  1035. charge a nominal upgrade fee for 2.xx versions.  If an upgrade fee is 
  1036. implemented, it would certainly be less than the $20 (US) you pay originally.
  1037.  
  1038. When you receive your registration code, start HTML-Ed, and choose 
  1039. OPTIONS/REGISTRATION from the menus.  You will be prompted for your name and 
  1040. registration code.  Enter them EXACTLY as they appear in the email/letter you 
  1041. are sent.  If the code is accepted, you will see a message to that effect on 
  1042. the statusline, and HTML-Ed will no longer pause on startup.
  1043.  
  1044. The easiest way to enter your name and registration code is to cut and paste 
  1045. them from your registration email.
  1046.  
  1047.     Mail Orders To: BMT Micro
  1048.             PO Box 15016
  1049.             Wilmington, NC  28408
  1050.             U.S.A.
  1051.  
  1052.      Voice Orders: 8:00am - 7:00pm EST (-5 GMT)
  1053.             (800) 414-4268 (Orders only)
  1054.             (910) 791-7052 (Orders / Order Inquires)
  1055.  
  1056.       Fax Orders: (800) 346-1672 24 hours, 7 days a week
  1057.             (910) 350-2937 24 hours, 7 days a week
  1058.  
  1059.  Online Orders via BBS: (910) 350-8061 10 lines, all 14.4K
  1060.             (910) 799-0923 28.8k v.FC
  1061.  
  1062.     via Compuserve: Thomas Bradford, 74031,307
  1063.      via Internet: orders@bmtmicro.com
  1064.  
  1065.  
  1066.  
  1067. We accept Visa, MasterCard, Discover, American Express, Diner's Club, money 
  1068. order, cashiers checks, and personal checks.  We also accept DM and British 
  1069. currency via registered mail.
  1070.  
  1071. Personal checks are subject to clearance.
  1072.  
  1073. We accept purchase orders from educational institutions, governmental agencies 
  1074. and other verifiable businesses.  Terms are "Due Upon Receipt" with a $250 minimum.
  1075.  
  1076. Please read or print the ORDER.FRM file for detailed shipping information (if 
  1077. you don't have an email address) and a printable order form.
  1078.  
  1079. Visit the BMT Micro homepage for the most up to date information:  http://www.wilmington.net/bmtmicro
  1080.  
  1081.  
  1082. ΓòÉΓòÉΓòÉ 9.1. ORDER.FRM ΓòÉΓòÉΓòÉ
  1083.  
  1084.           Mail Orders To: BMT Micro
  1085.                  PO Box 15016
  1086.                  Wilmington, NC  28408
  1087.                  U.S.A.
  1088.  
  1089.           Voice Orders: 8:00am - 7:00pm EST (-5 GMT)
  1090.                  (800) 414-4268 (Orders only)
  1091.                  (910) 791-7052 (Orders / Order Inquires)
  1092.  
  1093.            Fax Orders: (800) 346-1672 24 hours, 7 days a week
  1094.                  (910) 350-2937 24 hours, 7 days a week
  1095.  
  1096.       Online Orders via BBS: (910) 350-8061 10 lines, all 14.4K
  1097.                  (910) 799-0923 28.8k v.FC
  1098.  
  1099.          via Compuserve: Thomas Bradford, 74031,307
  1100.           via Internet: orders@bmtmicro.com
  1101.  
  1102.    We accept Visa, MasterCard, Discover, American Express, Diner's Club,
  1103.    money order, cashiers checks, and personal checks.  We also accept
  1104.    DM and British currency via registered mail.
  1105.  
  1106.    Personal checks are subject to clearance.
  1107.  
  1108.    We accept purchase orders from educational institutions, governmental
  1109.    agencies and other verifiable businesses.  Terms are "Due Upon
  1110.    Receipt" with a $250 minimum.
  1111.  
  1112.     Name: ____________________________________________________________
  1113.  
  1114.    Company: ____________________________________________________________
  1115.  
  1116.    Address: ____________________________________________________________
  1117.  
  1118.        ____________________________________________________________
  1119.  
  1120.     City: _______________________  State/Province: __________________
  1121.  
  1122.    Country: ____________________________ Postal Code: __________________
  1123.  
  1124.     Phone: ____________________________________________________________
  1125.  
  1126.      Fax: ____________________________________________________________
  1127.  
  1128.     Email: ____________________________________________________________
  1129.  
  1130.  
  1131.    Product              Price     Quantity  Total
  1132.    --------------------------------------------------------------------
  1133.  
  1134.    ____HTML-ED_____________________  $_20.00__ x  ________ =  $____.___
  1135.  
  1136.    ________________________________  $________ x  ________ =  $____.___
  1137.  
  1138.    ________________________________  $________ x  ________ =  $____.___
  1139.  
  1140.    ________________________________  $________ x  ________ =  $____.___
  1141.  
  1142.    ________________________________  $________ x  ________ =  $____.___
  1143.  
  1144.                            Subtotal:  $____.___
  1145.  
  1146.       North Carolina residents, please add 6% sales tax: +$____.___
  1147.  
  1148.    Shipping (check one):
  1149.  
  1150.         ___ Email (subject to credit card verification    Free
  1151.         ___ Fax  (subject to credit card verification    Free
  1152.         ___ Fax  (non-USA)                  2.00_
  1153.         ___ 1st Class .................................   Free
  1154.         ___ Airborne (Next day most places, USA Only).. +$___7.00_
  1155.         ___ Federal Express (USA Only)................. +$__13.00_
  1156.         ___ Federal Express (Canada/Mexico)............ +$__25.00_
  1157.         ___ Federal Express (Europe/Japan)............. +$__30.00_
  1158.         ___ Express (Outside USA) ..................... +$__20.00_
  1159.  
  1160.                             Total:  $____.___
  1161.  
  1162.    For credit card payment only:
  1163.  
  1164.     Circle one: VISA / Master / Discover / AMEX / Diner's Club
  1165.  
  1166.     Credit card number: _____________________________________________
  1167.  
  1168.      Expiration date: ___/___
  1169.  
  1170.  Authorization signature: _____________________________________________
  1171.  
  1172.  
  1173. ΓòÉΓòÉΓòÉ 10. Contacting the author ΓòÉΓòÉΓòÉ
  1174.  
  1175. The author of HTML-Ed, Ian Prest, can be contacted in the following ways:
  1176.  
  1177. email (put HTML-Ed somewhere in the subject line):
  1178.  
  1179.    ianprest@connect.reach.net
  1180.  
  1181. surface mail:
  1182.  
  1183.    Ian Prest
  1184.   R.R.#1
  1185.   Shannonville, Ontario
  1186.   CANADA, K0K 3A0
  1187.  
  1188.  
  1189. Send all comments, bug reports, and questions to either of those addresses. 
  1190. Thanks for your help!
  1191.  
  1192. Note:  If you're reporting a bug, please indicate which version of HTML-Ed 
  1193. you're using, which version of WebEx you're using, a description of any 
  1194. hardware pertaining to the problem, etc.  Also, please include instructions so 
  1195. that I can recreate the problem on my machine.
  1196.  
  1197.  
  1198. ΓòÉΓòÉΓòÉ 11. History ΓòÉΓòÉΓòÉ
  1199.  
  1200. v0.94b (May 11, 1996)
  1201.  
  1202. NEW FEATURES:
  1203.  
  1204. o   "Save as ASCII" funtion under FILE menu.
  1205.  
  1206. o   Convert characters to tags function added (for code page 850)
  1207.  
  1208.     -   HTML-Ed sets code page 850 when it starts 
  1209.  
  1210. o   The "Ring List" window is now sizable 
  1211.  
  1212. o   Manual is now in INF format (next step is online help).
  1213.  
  1214. o   Options dialog 
  1215.  
  1216.     -   Highlight required fields in dialogs 
  1217.  
  1218.     -   Require required fields in dialogs 
  1219.  
  1220.     -   Save settings/position on exit 
  1221.  
  1222. o   Choose any font/size for the editor 
  1223.  
  1224. o   Hotkey for File/Close (Ctrl+F4)
  1225.  
  1226. BUGS/PROBLEMS FIXED: 
  1227.  
  1228. o   Selecting "NO" to the "Are you sure you want to exit?" prompt now works properly.
  1229.  
  1230. o   Changed the HEAD dialog layout 
  1231.  
  1232. o   The "left button corruption" problem doesn't occur anymore.
  1233.  
  1234. o   When following links, files in the ring are now loaded from memory instead 
  1235.     of directly from disk.
  1236.  
  1237. o   When following links, if a file doesn't exist, HTML-Ed won't try to load it.
  1238.  
  1239. o   Anchors are now properly marked as visited when following links.
  1240.  
  1241. o   Fixed a bug that was causing continuous looping of sound when using 
  1242.     BocaSoft System Sounds.
  1243.  
  1244. v0.93b (April 6, 1996)
  1245.  
  1246. NEW FEATURES:
  1247.  
  1248. o   HTML Skeleton feature under the "Page" menu 
  1249.  
  1250. o   Ring Left/Right menu items and hot keys 
  1251.  
  1252. o   Size of GIF files calculated automatically!
  1253.  
  1254. o   Special Character dialog 
  1255.  
  1256. o   Load multiple files from the command line (even wildcards).
  1257.  
  1258. o   Added level 7 headings 
  1259.  
  1260. o   Added "Other tags" section to <HEAD> dialog.
  1261.  
  1262. o   Support for the </p> tag 
  1263.  
  1264. BUGS/PROBLEMS FIXED:
  1265.  
  1266. o   Changed all the inserted HTML code to be in uppercase 
  1267.  
  1268. o   I had misspelled horizontal on the menu <g>...
  1269.  
  1270. o   The comment tag produced incorrect output, fixed.
  1271.  
  1272. o   The <HR> dialog will no longer put "0%" in the width dialog 
  1273.  
  1274. o   You can no longer insert an ASCII code with an invalid number 
  1275.  
  1276. o   CR's are now added after HTML, HEAD, TITLE, and BODY tags.
  1277.  
  1278. o   Changed filespec for image "FIND" buttons to "*" for those pre-FP17.
  1279.  
  1280. o   Added a default icon - when the program was minimized, and the "minimize to 
  1281.     desktop" feature was on, instead of an icon, you could still see the 
  1282.     MLE+scroll bars.  Fixed.
  1283.  
  1284. o   Removed the registration reminder at exit 
  1285.  
  1286. o   You can now double click on a file in the file list to switch to it 
  1287.  
  1288. o   Moving left in the file ring didn't always work correctly 
  1289.  
  1290. o   HTML-Ed now properly follows SRC="#XX" type links.
  1291.  
  1292. o   You weren't always warned to save your file(s) if you used the system-menu 
  1293.     to exit.
  1294.  
  1295. v0.92b (March 31, 1996)
  1296.  
  1297. NEW FEATURES:
  1298.  
  1299. o   MULTI-FILE EDITING!  - Ring system (like EPM)
  1300.  
  1301. o   New styles added!
  1302.  
  1303.     -   <kbd>  - Keyboard Input 
  1304.  
  1305.     -   <samp> - Sample 
  1306.  
  1307.     -   <var>  - Variable 
  1308.  
  1309. o   I added a "Remove tags" option under the EDIT menu.
  1310.  
  1311. o   You can now put comments in your HTML code, but selecting PAGE/COMMENTS, or 
  1312.     pressing Alt+M.
  1313.  
  1314. o   Search/Replace works now!  I finally figured out what was causing the 
  1315.     problem (compiler problem!).  Many thanks to Eric Slaats for his help.
  1316.  
  1317. BUGS/PROBLEMS FIXED:
  1318.  
  1319. o   The hot key for the STYLE menu was the same as that of the SEARCH menu. 
  1320.     Now, Alt-Y activates the Style menu.
  1321.  
  1322. o   Some "Special characters" on the menu were inserted as their ASCII code 
  1323.     equivalent, instead of their character name - fixed.
  1324.  
  1325. o   The tab order in the <BODY> dialog was incorrect - fixed.
  1326.  
  1327. o   There was a 32 character limit on the filename in the <BODY> dialog 
  1328.  
  1329. o   The colour attributes in the <BODY> dialog are now grouped so you can 
  1330.     navigate them with the arrow keys.
  1331.  
  1332. o   The "Find" button in the <BODY> dialog was a default choice (along with 
  1333.     OK!)  - fixed.
  1334.  
  1335. o   The slider in the "Font Size" dialog defaults to 3, the default font size, 
  1336.     instead of zero.
  1337.  
  1338. o   Fixed grouping in <HEAD> dialog.
  1339.  
  1340. o   Selected text is now assumed to be the TITLE of a document when inserting 
  1341.     the <HEAD> tag.
  1342.  
  1343. o   Selected text is now assumed to be the ALTERNATE TEXT for an image when 
  1344.     inserting an <IMG> tag.
  1345.  
  1346. o   The "number of lines" on the status line was not always updating properly - fixed.
  1347.  
  1348. o   The titlebar for the <BODY> dialog said "<Head...>" <g> - fixed.
  1349.  
  1350. o   The <A...> and <IMG...> dialogs _required_ certain fields to be filled in. 
  1351.     Now, if you don't fill in a required field, the tag will still be inserted, 
  1352.     but the cursor will be positioned for you to enter the required text.
  1353.  
  1354. o   I believe I have discovered the cause of the "File Dialog" crash.  See "A 
  1355.     note about the File Dialog crash" in HTMLED.DOC.
  1356.  
  1357. o   All the dialogs have "hot keys" now for the buttons, etc.  to help keyboard 
  1358.     users even more!
  1359.  
  1360. v0.91b - (March 23, 1996)
  1361.  
  1362. o   First version