/jEdit/tags/jedit-4-2-pre1/jEdit_IE.reg.txt

# · Plain Text · 32 lines · 24 code · 8 blank · 0 comment · 0 complexity · 23aa5fac2d756d2e60203a90be5be900 MD5 · raw file

  1. REGEDIT4
  2. ; This is an example of a Windows registry information file containing
  3. ; registry entries for adding jEdit to the list of applications that
  4. ; is displayed by Internet Explorer for editing the contents of a web page.
  5. ; To use this file, rename the file to jEdit_IE.reg, modify the
  6. ; path to jEdit.exe as indicated below, double-click the entry representing
  7. ; the file in an Explorer window and respond to the prompts accordingly.
  8. ;
  9. ; Internet Explorer version 5.0 or greater is required, as well as
  10. ; as jEdit 4.0 and jEditLauncher 4.0.4 or greater.
  11. ;
  12. ; Direct comments or questions about this file to John Gellene (jgellene@jedit.org).
  13. ;
  14. [HKEY_CLASSES_ROOT\.htm\OpenWithList\jEdit ]
  15. [HKEY_CLASSES_ROOT\.htm\OpenWithList\jEdit \shell]
  16. [HKEY_CLASSES_ROOT\.htm\OpenWithList\jEdit \shell\edit]
  17. ; Substitute your path to jEdit.exe for the dummy path shown here.
  18. [HKEY_CLASSES_ROOT\.htm\OpenWithList\jEdit \shell\edit\command]
  19. @="C:\\Path\\to\\jEdit.exe /1 %1"
  20. ; The next entry makes jEdit the helper application for the "View Source"
  21. ; command in Internet Explorer. The preceding entries are required for
  22. ; this entry to be effective.
  23. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\View Source Editor\Editor Name]
  24. @="jEdit"