Page 1 of 1

Menu New ommits item that has different Default and FriendlyTypeName

Posted: 2019-08-27, 21:06 UTC
by User919
If there is a different Default and FriendlyTypeName data TC is not showing the item in menu New. Windows Explorer does.

Example:

1. Find Computer\HKEY_CLASSES_ROOT\txtfile
2. Set FriendlyTypeName different from Default.
3. Verify New context menus in Explorer and TC.

Re: Menu New ommits item that has different Default and FriendlyTypeName

Posted: 2019-08-29, 10:55 UTC
by ghisler(Author)
It's not documented anywhere, so I had to guess how the Explorer does it...

Re: Menu New ommits item that has different Default and FriendlyTypeName

Posted: 2019-09-03, 15:11 UTC
by User919
On https://docs.microsoft.com/en-us/windows/win32/shell/fa-progids is some documentation. FriendlyTypeName should be used for this purpose.

Re: Menu New ommits item that has different Default and FriendlyTypeName

Posted: 2019-11-18, 09:37 UTC
by DrShark
history950.txt wrote:24.09.19 Fixed: Right click context menu, "New" submenu: use "FriendlyTypeName" even if it only provides plain text (it doesn't start with @ linking to dll) (32/64)
I can confirm TC now uses friendly name set as plain text for file type in "FriendlyTypeName" key of registry as its name in "New" menu. Checked on TC 9.50 beta 5, Vista 32-bit.

Re: Menu New ommits item that has different Default and FriendlyTypeName

Posted: 2019-11-18, 11:52 UTC
by ghisler(Author)
Yes, I changed this - I assumed that "FriendlyTypeName" wouldn't provide plain text...