home *** CD-ROM | disk | FTP | other *** search
- History
- -------
- Note: all dates are in UK format dd/mm/yy.
-
- 18/2/93 V1.0
- Initial release of Help Edit.
-
- ............................................................................
-
- 25/2/93 V1.1
- Print Set-up and Print items added to File Menu.
-
- Make Help item replaces Make HPJ,RTF and HLP menu option. Help Edit now reads
- project file list and compiles only those RTF files that are new or have been
- updated.
-
- HPJ file now contains the information to make a context sensitive help system.
-
- ............................................................................
-
- 8/3/93 V1.2
- Bug fix in editing of browse sequences.
-
- Bug fix when trying to cancel Make Help
-
- Fonts and Colour capability added.
-
- ............................................................................
-
- 16/4/93 V1.3
- Bug Fix so that Topics without keywords do not cause missing Footnote
- errors.
-
- Bug Fix. If no edit text loaded and attempt to print, got run time error.
- Print option disabled unless text in editor.
-
- Bug Fix. If no printer selected in the Windows control panel and attempts
- made to print, nothing happens, not even a warning. Help Edit now issues
- a message that there is no current printer.
-
- Bug Fix. Could add files to a new project, and if quit, project not updated.
- Help Edit now warns that project has changed and should be saved.
-
- Bug Fix. If changed a file and attempt to exit get save file - Yes, No,
- Cancel. Cancel did not work.
-
- Bug Fix. When making a Help file, if the Topic to be used as the Index or
- Contents page happened to be the one already in the combobox, and the user
- did not activate the combobox, then the Topic was never selected, and a run
- time error occurs. This has been corrected.
-
- Bug Fix. If selected more that 255 characters when changing fonts, the extra
- text was lost. Corrected.
-
- New Features - Modifications.
- -----------------------------
-
- Help Edit routes all Warning and Error messages from the Microsoft Help
- compiler into a file called HelpEdit.err. It checks this file after
- compilation and if any errors it invokes an editor of your choice to view
- the messages. The default editor is NotePad, but you can use any other
- Editor e.g. WinEdit, by selecting Choose Editor from the Options menu.
-
- The Edit menu accelerator keys have been changed to CUA standard.
-
- New Accelerator keys have been added to the most commom used functions such
- as make Topic and make Jump.
-
- The right mouse button is used in making Topics and Jumps to speed things up
- for experienced users.
-
- The common dialog box for files is now used.
-
- A number of menu options have been disabled if the editor does not contain
- text or have text selected. These include Save, Save As, Print, Cut, Copy,
- find, and replace.
- Paste only works if the clipboard has valid text.
-
-
- A Windows Pif file has been added so that the Help compiler can run in a
- Window or as an icon. The default is icon.
-
-
- A new HC.BAT file has been created.
-
- IMPORTANT Refer to the online help about HC.BAT.
- ---------
-
- Help Edit can call the Windows 3.0 help compiler or 3.1.
-
-
- While the help compiler is running, Help Edit is disabled and becomes an
- icon. This is to stop you altering files that the help compiler is using.
-
- All messages moved to string tables.
-
- If you change the editor text, then attempt to make a Help file without
- saving the changes, Help Edit will ask if you want to save first. As
- Helpedit uses the text on disk and not the editor, you should let helpedit
- save the text if you want your changes to be part of the new make.
-
- The Help Edit help file has been updated.
-
- The Tutorial has been completely re-written.
-
- ............................................................................
-
- 26/5/93 V1.4
- ------------
-
- 1).
- Help Edit can now make use of the Spelmate DLL. This is a DLL that adds
- spell checking capabilities to any of your Windows applications. Both
- American and British versions are available.
-
- In order to keep file sizes down for users of BBS's the spelmate DLL is not
- included in the version placed on BBS's, but can be obtained as a separate
- file splmateX.zip where X is the current version number. At this time you
- should look for splmate1.zip.
-
- If you obtain Help Edit from a Software Library, Spelmate may be included.
-
- Spelmate is a separate Shareware program in it's own right and requires
- registration if you wish to use it. If you order the professional version
- of Help Edit, then Spelmate is included at a discount price, and you can use
- it in other programs of your own.
-
- 2).
- The Options menu has been changed and now contains the items
- Select Editor
- Check Spelling
- Windows 3.1
-
- Select Editor is the same as for Verison 1.3.
- Check Spelling invokes the Spelmate Dll if it is present, AND if you have
- some text in the Edit window.
-
- Windows 3.1 is used to replace the checkbox that you had to set every time
- you wanted to make a Windows 3.1 Help file from the make Help dialog box.
-
- If you select this menu option a tick mark is inserted, and your selection is
- saved in the .INI file so you need only set it once. Help Edit needs to know
- this information as it affects new features that are only applicable if you
- are using Windows 3.1.
-
-
- 3).
- The insert menu can now insert a program. This is only available if you are
- using Windows 3.1 as it is a macro. Select text as you would to create a
- jump link, but instead select insert program. You can then enter a program
- name and command line parameters, and when the user clicks on this word or
- phrase, the program will run. Note it is your responsibility to ensure that
- the program exists, and that Windows will be able to find it.
-
- 4).
- The insert Bitmap has been updated. Help Edit now allows the insertion of
- .BMP, .SHG and .WMF files. In addition you can make these bitmaps active
- Hotspots to jump links, Definitions or even run programs.
-
- At the present time you can only preview .BMP files.
-
- .SHG files contain their own jump links and program references. You must
- create these using your own Hotspot Editor. If you use Borland compilers
- this is called SHED.EXE.
-
- You should create your topics and definitions as normal. Then after making
- a Help file look at the [MAP] section of the .HPJ file to get a list of the
- context strings assigned to your topics. Use these strings as the context
- strings in your Hotspot Editor. Create the .SHG file, then go back and add
- it at the appropriate place in the help file.
-
- 5).
- The online help and Tutorial have been updated to reflect these changes.
-
- ............................................................................
-
- 01/7/93 V1.5
- ------------
-
- Bug Fix. When Help Edit cannot find a Topic or Definition it did not give the
- option to abort the compilation. It went ahead anyway and you were forced to
- wait for an inevitable error. User now offered the chance to abort.
-
- Bug Fix. If entered text without having opened or created a Project, and then
- try to exit without saving, get a stream access error because there is no
- Project name to save. User can now save at any time, with or without a Project
- open, and exit. If there is no Project open, user is warned, and given the
- chance to open or create a project, and the file name added before exit. If user
- does not open a project, the text file is still safely saved, and the system
- will exit without an error. The user can always add the text file to a Project
- at a later date. Note the file can only contain text, no Topic, Definitions or
- Bitmaps can be included unless a Project exists.
-
- Bug Fix. (More like a work around an MS problem). The MS Help Compiler will
- accept a fully qualified input .HPJ file name and path, but insists on placing
- the Help file it generates in the current directory, what ever it may be.
- Help Edit expects the Help file to be in the Project directory when asked to
- test it. If the user should change the current directory just before making
- the help file, it ends up there. Help Edit now explicitly sets the current
- directory to that of the Project, immediately before it calls the Help
- Compiler.
-
- New Features - Modifications.
- -----------------------------
-
- 1)
- The most obvious new feature is the addition of a Toolbar which mimics a
- number of commonly used menu items with toolbar buttons.
-
- 2)
- The next obvious change is in the improved Status bar. It has a better 3D
- look and now gives additional information. As well as showing the current
- line and column position, it now displays the word 'Modified' when the text
- has changed. If you use the mouse or cursor keys to highlight menu items, a
- short description of what each menu does appears in the status bar.
- The state of the CAPS, NUM and SCROLL lock keys are also displayed.
-
- 3)
- The Editor now comes up in Word Wrap mode. You can toggle the word wrap on
- and off from the Edit menu. Word wrapping was originally used in V1.0 but
- was dropped as the so called soft line breaks ended up in the Help file and
- it looked awful. Help Edit now temporarily turns word wrap off during a save
- if word wrap is enabled. Note that when word wrapping is on the editor needs
- more room to hold all the additional soft line break characters. If you load
- a file which is around 30K with word wrap off, you may not be able to turn
- Word Wrap on. Help Edit will warn you that it has insuffient memory to perform
- the operation, and you text will be unchanged.
-
- 4)
- The default Windows is now assummed to be Version 3.1 and the menu item under
- the Options menu is checked unless reset by the user, or you have an existing
- .INI file with your settings.
-
- 5)
- During spell checking by the Spelmate DLL the cursor is turned to an Hour
- Glass as you may have long delays between words, (unless you are a poor
- speller). Remember that spell checking will be on-going until it tells you
- it has finished, or you explicitly cancel it.
-
- 6)
- Help Edit now has an interface to another support program called Index-It.
- Index-It is a general indexing program which is used to scan text files to
- identify words that could be used as Keywords or Index words. Such word lists
- are used when compiling the Index lists in books or journals, and when creating
- a Hypertext system, such as a Windows Help File. Index-It will generate a word
- list consisting of simple ASCII text arranged one word to a line, so that it
- can be used by a number of systems, such as a DeskTop Publishing Package, to
- create an Index. The file has the extension *.Idx. When you load a Project file
- into Help Edit it looks to see if an Index file exists with the same name as
- the Project, but with the extension .Idx. If found it is loaded.
-
- 7)
- When creating or Editing Topics a number of new controls are present in the
- Topic dialog box. These will only be active if an Index file was loaded.
- The Keywords List box contains the index list, and words may be selected
- from this list and used as keywords. See the on-line help for details.
-
-
- The Help Edit help file has been updated.
-
- The Tutorial has been re-written.
-
- ............................................................................
-
- 14/7/93 V1.6
- ------------
-
- Bug Fix. The run program from a Bitmap did not allow the user to enter the
- program information correctly. This has now been fixed.
-
- Modifications.
- --------------
-
- When doing a spell check, Help Edit now works out if the word is in the top
- or bottom half of the screen, and places the suggestion dialog in the other
- part of the screen, so that the word is not obscurred.
-
- New Features.
- -------------
-
- Users can now include an Alias List in their project. This is done by means
- of an Alias File. See on-line Help for details.
-
-
- Email Error.
- ------------
-
- My Email address was incorrect, it has now been changed.
-
-
-
- Supporting Programs.
- --------------------
-
- SPELMATE.
- .........
- The spell checker DLL Spelmate is now at version 1.1. It now has sample
- programs in C and Visual Basic as well as Pascal. Spelmate is included in
- the professional version of Help Edit. The Shareware file is now SPMATE11.ZIP.
-
- Index-It.
- .........
- Index-It Version 1.0 can be used to create keyword lists that can be used by
- Help Edit, as well as other programs, eg. DTP. The Shareware file is
- INDXIT11.ZIP. This program is included FREE with the proffesional version of
- Help Edit.
-
- ............................................................................
-
- 25/9/93 V1.7
- ------------
-
- Bug Fix. The Compiler section did not close document files thus giving an
- out of file handles error. This may also have caused problems with parts
- of the text being lost.
-
- Bug Fix. Help Edit was broadcasting one of it's user messages. This caused
- interference with Lotus Personal organizer, and causes Lotus Ami Pro to
- terminate.
-
- Buf Fix. The max line length is 1K, this has now been increased to 2K, and
- an error given is you exceed it. Before the line was truncated with no
- warning.
-
- Bug Fix. Printing topics from the help system produces tiny text. The page
- scale was not set. Now prints ok.
-
- Bug Fix. The fonts were only half the size they should have been, and some
- of the fonts were not correct. Fixed.
-
- Modifications.
- --------------
-
- Can now enter the pound sign ok from the keyboard. This would give an error
- in the Help Compiler as an illegal character.
-
- What the hell. Updated compiler to accept ALL character, allows
- international character sets to be used. Compilation speed reduced a little
- due to the overhead, but nothing like as long as the MS help compiler takes.
-
- New Features.
- -------------
-
- A new menu item under Insert is Paragraph Indent. Select text then this
- option to indent a paragraph. The paragraph will stay formatted even if
- the window size changes. Use to create Bullet lists.
-
- ............................................................................
-
- 9/11/93 V1.8
- ------------
-
- Bug Fix. The install script had a typing error which caused the
- installation to fail.
-
- Bug Fix. The right mouse operation was disabled during a debugging session
- and was not put back. Now corrected.
-
-
- New Features.
- -------------
-
- Users can now select the default font to be used by Windows for their Help
- files. In earlier versions this was fixed at Times Roman. The default is
- now Arial, but users can change this if they wish.
-
-
- James Herron
- Aciran Software Systems
- November 1993.
-