How can I set it to use Textpad instead of Notepad when I View Source in IE?
Thanks in advance!
Use textpad instead of notepad when viewing Source in IE
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
-
robvanzant
Use textpad instead of notepad when viewing Source in IE
In IE (version 6 at least), try Tools | Internet Options... and then the Programs tab. Beside HTML Editor, Textpad shows up as one of the options in my drop-down list. If it's not there, maybe a registry edit can be done to add it.
HTH,
Rob
HTH,
Rob
-
kcunck
Re: Use textpad instead of notepad when viewing Source in IE
Thanks for the response. It does require a registry edit to add Textpad to the dropdown, but that is only if I wish to "edit" some HTML. I am looking for the solution if I right click on a web page and click View Source or View>View Source in the menu..robvanzant wrote:In IE (version 6 at least), try Tools | Internet Options... and then the Programs tab. Beside HTML Editor, Textpad shows up as one of the options in my drop-down list. If it's not there, maybe a registry edit can be done to add it.
-
cow
txplink...
rob's solution only changes the html editor, i.e. File>Edit with...
i don't know which registry key you have to alter to get TextPad to display the results of View>Source, but you can try one of the TXPLINK utilities found here. it basically redirects any files that open with Notepad to open with TextPad instead.
i don't know which registry key you have to alter to get TextPad to display the results of View>Source, but you can try one of the TXPLINK utilities found here. it basically redirects any files that open with Notepad to open with TextPad instead.
-
robvanzant
Use textpad instead of notepad when viewing Source in IE
Tested this one.
In the registry, navigate to
HKEY_LOCAL_MACHINE\Software\Microsoft\Internet
Explorer\View Source Editor\Editor Name
I had to add keys for View Source Editor and Editor Name. In the (Default) string, add the fully qualified path and filename for textpad in quotes. Mine was "C:\Program Files\Textpad\textpad.exe"
HTH,
Rob
In the registry, navigate to
HKEY_LOCAL_MACHINE\Software\Microsoft\Internet
Explorer\View Source Editor\Editor Name
I had to add keys for View Source Editor and Editor Name. In the (Default) string, add the fully qualified path and filename for textpad in quotes. Mine was "C:\Program Files\Textpad\textpad.exe"
HTH,
Rob
-
kcunck
Re: Use textpad instead of notepad when viewing Source in IE
That registry setting doesn't exist for me. I'm using IE 6.x and XP.robvanzant wrote:In the registry, navigate to
HKEY_LOCAL_MACHINE\Software\Microsoft\Internet
Explorer\View Source Editor\Editor Name
-
jlcox
Re: Use textpad instead of notepad when viewing Source in IE
No, it doesn't exist by default. You have to create the key. You can copy and paste the following into a text file to do it for you. Give it a .reg extension and just double-click it.kcunck wrote:That registry setting doesn't exist for me. I'm using IE 6.x and XP.robvanzant wrote:In the registry, navigate to
HKEY_LOCAL_MACHINE\Software\Microsoft\Internet
Explorer\View Source Editor\Editor Name
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\View Source Editor\Editor Name]
@=""C:\\Program Files\\TextPad 4\\TextPad.exe""