PageRenderTime 44ms CodeModel.GetById 28ms app.highlight 6ms RepoModel.GetById 6ms app.codeStats 0ms

/jEdit/tags/jedit-4-1-pre5/jEdit_IE.reg.txt

#
Plain Text | 32 lines | 24 code | 8 blank | 0 comment | 0 complexity | 23aa5fac2d756d2e60203a90be5be900 MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
 1REGEDIT4
 2
 3; This is an example of a Windows registry information file containing
 4; registry entries for adding jEdit to the list of applications that
 5; is displayed by Internet Explorer for editing the contents of a web page.
 6; To use this file, rename the file to jEdit_IE.reg, modify the
 7; path to jEdit.exe as indicated below, double-click the entry representing
 8; the file in an Explorer window and respond to the prompts accordingly.
 9;
10; Internet Explorer version 5.0 or greater is required, as well as
11; as jEdit 4.0 and jEditLauncher 4.0.4 or greater.
12;
13; Direct comments or questions about this file to John Gellene (jgellene@jedit.org).
14;
15
16[HKEY_CLASSES_ROOT\.htm\OpenWithList\jEdit ]
17
18[HKEY_CLASSES_ROOT\.htm\OpenWithList\jEdit \shell]
19
20[HKEY_CLASSES_ROOT\.htm\OpenWithList\jEdit \shell\edit]
21
22; Substitute your path to jEdit.exe for the dummy path shown here.
23
24[HKEY_CLASSES_ROOT\.htm\OpenWithList\jEdit \shell\edit\command]
25@="C:\\Path\\to\\jEdit.exe /1 %1"
26
27; The next entry makes jEdit the helper application for the "View Source"
28; command in Internet Explorer.  The preceding entries are required for
29; this entry to be effective.
30
31[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\View Source Editor\Editor Name]
32@="jEdit"