Changing the HTML Editor for View Source in IE9

Let’s say that you would like to see the client side code for a web page you are viewing in Internet Explorer 9.  To do so, you would right-click the page and select View source.  This would pop up the default HTML editor containing your source.  This will likely be Notepad.  But what if you have some fancy programming editor that you would rather use?  You can set your View Source Editor in the F12 Developer Tools.

  1. Open Internet Explorer.
  2. Press F12 to bring up Developer Tools.
  3. In the File menu, select Customize Internet Explorer view source.
  4. Choose Other…
  5. This will bring up a file selection page.  Navigate to the path of your chosen program and select your program’s executable file.
  6. Click Open.
  7. You can then close Developer Tools.

Now when you right-click on a page and select View source, the page’s source should come up in your chosen line editor.

References:
http://msdn.microsoft.com/en-us/library/gg589512(v=VS.85).aspx
http://social.technet.microsoft.com/Forums/en-ZA/ieitprocurrentver/thread/d21165cb-1327-4f91-91dc-9df8e71016a7
http://www.freeemailtutorials.com/webBrowsingAndEmail/change-view-source-editor-in-internet-explorer-8.php

This entry was posted in IE9 and tagged , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.