DotNetEden

努力学习中........
跟小D每日学口语
posts - 271, comments - 720, trackbacks - 9, articles - 0
  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理

2008年5月25日

在IE中右键选择查看源代码时,默认使用启事本来打开网页的源代码,如果“查看源代码”菜单打开的编辑器是EmEditor、EditPlus 2、UltraEdit等编辑工具,不是更方便吗?

本文介绍通过修改注册表的方法更改IE中“查看源代码”菜单打开的编辑器。

至于原因,EmEditor、EditPlus 2、UltraEdit等这些高级编辑器使用起来当然要强过记事本。

具体方法如下:

  1. 打开注册表编辑器,在开始-运行中输入regedit
  2. 找到以下位置: HKEY_LOCAL_MACHINE"SOFTWARE"Microsoft"Internet Explorer"View Source Editor"Editor Name"修改默认的数据为"D:"Program Files"EmEditor"EmEditor.exe"
  3. 切换到IE中查看源代码就可以看到效果了。
  4. 如果View Source Editor"Editor Name项没有,可以自己新建。

posted @ 2008-05-25 11:23 张荣华 阅读(157) | 评论 (0)编辑