
Originally Posted by
Scott Lambert
Hi,
Attached is Scribe v8.0 in two zip files, you must download both to upgrade to v8.0.
Yes, I know I said I wasn't doing anymore Scribe updates, but I felt like programming, and all the good macro ideas have already been done, so I went back to hacking Scribe and v8.0 is the result.
See enclosed readme.txt for a complete list of the MANY changes, but the three big ones are:
- the scribe.ini file now follows "standard ini file format", (see enclosed setup.txt) and with a couple of exceptions, uses the internal commands read_ini and write_ini for accessing the file. This allowed me to replace lines of code with two commands in the configuration submacros (iniread.vdm, langcfg.vdm, optmenu.vdm), hopefully speeding things up. The second advantage is it is easier for other macros to determine Scribe's current configuration, before using Scribe to spell check a block using automode.
Very Important Note : Because of the changes to the scribe.ini, you MUST use the scribe.ini that comes with v8.0. The version 7.x and earlier scribe.ini are NOT compatible with Scribe v8.0
- Scribe now comes with a Wizard in the Options Submenu to assist the user in: modifying an existing language, creating a new language, associating a language with an extension, and deleting a language. See enclosed manual.txt for instructions. The wizard should eliminated about 90% of the reasons to edit the scribe.ini manually. However some people just hate wizards, and will prefer to hack the scribe.ini file manually. The enclosed setup.txt will give you the information to do so. Wizard or Manually, it is your choice.
- the dictionary type common is now optional. It is still recommended you use englishc.vdf for the common for any language that uses English.vdf as the main. I would suggest creating and using a common dictionary if the main dictionary gets above 120K in size.
Scribe v8.0 comes in two zip files: scribe-uhs.zip and scribe-mds.zip. The short version of the install instructions is you put the contents of scribe-uhs.zip in USER_HOME\scribe and you put the contents of scribe-mds.zip in MACRO_DIR\scribe
The long version of the install instructions is in the enclosed readme.txt as usual.
I should note that once you have installed v8.0, the USER_HOME\scribe should contain all the *.vdf files (including english.vdf and englishc.vdf), the thesaurus.vtf file, the new scribe.ini, and the extensively updated readme.txt, setup.txt, manual.txt files.
(scribe-uhs.zip contains the new latex2e.vdf (now the default latex dictionary in [Latex] language) and the updated vedit.vdf. Thank You to Peter for his help on both of these files)
As always, comments, suggestions, bug reports, praise, flattery, and indications you have a pulse, are welcomed.
Thank you.
Scott