I'm expect this question has been raised, but am unable to find it via search.
When I have a file explorer open (Win-7) and I right-click then select "New", I see several programs from which to select (Microsoft Office Word Document, Microsoft Office Excel Spreadsheet, etc.), but I do not see TextPad listed. I have "Context menu" checked in the TextPad Preferences/General tab.
How can I get TextPad as an option in the explorer context menu NEW selection?
Context Menu, Right-Click, NEW
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
Sounds like a problem with your Windows setup and not related to TextPad as such. I'd suggest searching the web for a solution. A quick search brought up these, for example:
"Create new text document" option missing from context menu
Windows 7: 'New Text Document' missing?
"Create new text document" option missing from context menu
Windows 7: 'New Text Document' missing?
Thanks, ak47wong, for pointing me in the right direction.
Looking at the first link you provided, I noticed that the value I had for HKEY_CLASSES_ROOT/.txt/Default was "bftxtfile", which is different than that shown in the accepted answer (#4). I changed the value in my registry to "txtfile", closed regedit and "Text Document" magically appeared in the "New" menu item.
I'm not sure how the value got set to "bftxtfile". So I googled "bftxtfile" and discovered that "bftxtfile" is the file type used by Bluefish (web development editor), which I had installed some time ago to evaluate. That installation may have overwritten the "txtfile" value in the registry.
Looking at the first link you provided, I noticed that the value I had for HKEY_CLASSES_ROOT/.txt/Default was "bftxtfile", which is different than that shown in the accepted answer (#4). I changed the value in my registry to "txtfile", closed regedit and "Text Document" magically appeared in the "New" menu item.
I'm not sure how the value got set to "bftxtfile". So I googled "bftxtfile" and discovered that "bftxtfile" is the file type used by Bluefish (web development editor), which I had installed some time ago to evaluate. That installation may have overwritten the "txtfile" value in the registry.