Actually 5.5.1 allows both versions. I had to decide how to handle that in GEDitCOM II, version 3.0, and here is what I did:
1. All browser styles (such as the “Default Format”) allow either option for generic events in EVEN blocks (note that be sure be be using the updated “Browser Styles” that are installed the first time your run it (or by using “Restore Resources” in “General” pane of the GEDItCOM II preferences)
2. In the “Default Format”, for example, an old style EVEN with a TYPE line will show the TYPE as the event name, but it cannot be edited there (it looks like other built-in event name). If the EVEN uses the 5.5.1 style, however, type of event text appears on a white background and it can be edited in place.
3. Finally, I decided that when reading a file using the 5.5 version, GEDitCOM II, version 3.0 should NOT automatically move all TYPE lines to the EVEN line. I was worried some files might either not have a TYPE or not want it all moved.
These decisions “passed the buck” to each user on how to handle generic events. I think the 5.5.1 method makes more sense. Although GEDItCOM II, version 3.0 does not force them, I added an extension to do the work for you if you prefer that style:
1. Open your file
2. Choose Extensions->Editing Tools->Miscellaneous Tasks
3. Run “Copy TYPE lines to EVEN lines for GEDCOM 5.5.1”
This new extension will convert all generic events to the new 5.5.1 style. I just checked and this extension is written in python so if you are on Moneterry Mac without python 3 installed, you will have to follow python3 installation steps firsts. I wrote this before creating the internal scripting language. I may rewrite it now using an internal script.
You can also manually convert one single generic event to the new style, but I could not come up with a user-friendly approach so it has to be done by editing the raw GEDCOM source. Both the above extension and the GEDCOM source method instructions are “buried” in the help window at this path:
Help Menu > GEDitCOM II Help > Genealogy Records (on the left) > Individual Records (on the right) > Attaching and Editing an Event or Attribute > Attaching an Event or Attribute
Hope that helps.
Regards,
John Nairn