I want Ultraedit v20 to be the program used when I view source in Internet Explorer 11 - please can someone tell me how to do this?
I could not verify if following really works, but give it a try:
I want to write also the opposite. Remove UltraEdit as viewer for HTML source in Internet Explorer:
- Start UltraEdit and paste into a new file following lines:
Modify the path to uedit32.exe if you have UltraEdit not installed into the default directory.Code: Select all
REGEDIT4 [HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\View Source Editor\Editor Name] @="\"C:\\Program Files (x86)\\IDM Computer Solutions\\UltraEdit\\uedit32.exe\""
- Save the file for example with name UltraEditViewSourceEditorAdd.reg.
- Double click on this file to import the data to Windows registry. You must confirm making this modification with using temporarily administrator privileges and confirm the import of the data.
- Start now Internet Explorer 11 if not already running and try if with a right click on a displayed page and left click on View Source from the context menu results in displaying the source of the HTML file in UltraEdit.
I want to write also the opposite. Remove UltraEdit as viewer for HTML source in Internet Explorer:
- Start UltraEdit and paste into a new file following lines:
Code: Select all
REGEDIT4 [-HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\View Source Editor]
- Save the file for example with name UltraEditViewSourceEditorRemove.reg.
- Double click on this file to import the data to Windows registry. You must confirm making this modification with using temporarily administrator privileges and confirm the import of the data which in real removes the entire registry key View Source Editor.
Best regards from an UC/UE/UES for Windows user from Austria
Hi Mofi
I regret to say it didn't work. I tried changing uedit32.exe to Uedit32.exe in the registry but it didn't make any difference.
I wonder if Microsoft have done something irritating with IE11...
Cheers
Matt
I regret to say it didn't work. I tried changing uedit32.exe to Uedit32.exe in the registry but it didn't make any difference.
I wonder if Microsoft have done something irritating with IE11...
Cheers
Matt
I researched a little in WWW and found out that for IE8, IE9 and IE10 it is possible to select the application for viewing the source of a page without modifying the registry manually. According to Getting Started with the F12 Developer Tools in IE9 and Navigating the F12 Developer Tools Interface in IE10 all needed to do is
Perhaps you have no other choice than selecting in the Internet Options on tab Programs UltraEdit Professional Text/Hex Editor as default HTML editor, and Show the menu bar in Internet Explorer, and click in menu File on Edit with UltraEdit if you want to view the source of a page in UltraEdit.
- pressing key F12 to open the developer tools window,
- opening from menu File the submenu Customize Internet Explorer view source,
- clicking on menu item Other and browsing to Uedit32.exe.
Perhaps you have no other choice than selecting in the Internet Options on tab Programs UltraEdit Professional Text/Hex Editor as default HTML editor, and Show the menu bar in Internet Explorer, and click in menu File on Edit with UltraEdit if you want to view the source of a page in UltraEdit.
Best regards from an UC/UE/UES for Windows user from Austria