don't know if anyone mentioned this yet, I haven't read the thread.
But it's a bit annoying having to rename the groups all the time. And the bigger the file, the more that must be done.
I mean [1], [2], [3], etc.
maybe I don't understand something... but anyhow I am renaming them often so that the overlaps work correctly for my layout.
My current layout has 18 groups.
I wanted to use notepad++ but couldn't figure out how to do it that way. If anyone knows, let me know please.
So I used TextPad ... if you do a search and replace in TextPad it will renumber all the groups in the order they appear in the file.
Search: ^\[[0-9]*\]
Replace: \[\1\i\]
Hope that helps someone...