When creating a new document class (as written in the FAQ) TextPad actually creates a document class for the current user in NT platforms. When we switch to another user session, we have to create the same document class again.
Is there a way to create system-wide document class so that no matter which user logs in afterwards, he could have the same classes already defined for him?
How to define system-wide document class?
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
After you created the document class, export the appropriate registry key, i.e.
(I'm not sure about the registry path, and I can't check because I'm on Linux right now, sorry.)
The other user simply imports the file you created.
Code: Select all
regedit /E mydoc_class.reg HKEY_CURRENT_USER\software\Helios\Textpad\etc\etc
The other user simply imports the file you created.