b3n a écrit :
If I go to: /Help > SciTE Help/ the Help file opens in Notepad. Can I instruct Scite via *command.scite.help* to open the file using Firefox instead? I don't want to change my default editor for .htm files.

That might mean you have associated the .htm files with the verb open to notepad as well as the verb edit. Ie. if you double-click on an .htm file in Explorer, it edit it instead of opening it.

You can restore the Open to Firefox, and still keep the default action to Edit. Example of registry setting:

        Windows Registry Editor Version 5.00

        [HKEY_CLASSES_ROOT\FirefoxHTML\shell]
        ; This defines the default verb. It is 'open' if empty
        @="Edit"

        [HKEY_CLASSES_ROOT\FirefoxHTML\shell\Edit]
        @="&Edit"

        [HKEY_CLASSES_ROOT\FirefoxHTML\shell\Edit\command]
        @="\"C:\\Program Files\\UText\\SciTE\\SciTE.exe\" %1"

        [HKEY_CLASSES_ROOT\FirefoxHTML\shell\open\command]
        @="C:\\PROGRA~1\\MOZILLA\\FIREFOX\\FIREFOX.EXE -url \"%1\""

--
Philippe Lhoste
--  (near) Paris -- France
--  http://Phi.Lho.free.fr
--  --  --  --  --  --  --  --  --  --  --  --  --  --

_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to