テキストではないファイルのアイコンを右クリックしたときも [Open with jEdit] がコンテキストメニューに入っていて煩わしいので削除したい。
とりあえず検索してみると……発見。
http://marc.info/?l=jedit-users&m=118434448102638
- 'Re: [ jEdit-users ] "Open With" jEdit context menu in explorer' - MARC
: HKCR->*->Shell->Open With jEdit Just call "regedit" from the Run... command and delete that Key :
とのことなので、念のためにレジストリをエクスポートして、
削除。
[HKEY_LOCAL_MACHINE]
- [SOFTWARE]
- [Classes]
- [*]
- [Shell]
+ [Open with jEdit]
確認
- jEdit 4.3.2 server mode, using Java 1.6.0_21
Windows XP Professional 2003 Service Pack 3