Even in Control Panel > Folder Options > File Types I have HTM and HTML files set to open with Firefox but they show the .txt icon in the "Registered file types" list - even though the Firefox icon is shown in the Details section.
All .htm and .html files are displayed with the .txt icon in Windows Explorer. If I right-click an html file and select Edit, it opens in Scite but is blank. If I open the same file in Notepad then I see it's contents. If I double-click an HTML file then Firefox opens but it does not find the file because it always has the following in the address bar: file:///C:/Program The same thing happens within Cute FTP Pro - if I right-click an HTML file and choose View. But if I choose Edit, the file opens correctly in SciTE! Should the Data part of my registry keys include the double-quotes and double-slashes? - Ben Wallis Philippe Lhoste-2 wrote: > > 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\"" > > -- View this message in context: http://www.nabble.com/Open-Scite-Help-in-Firefox--tf3175102.html#a8847021 Sent from the SciTE mailing list archive at Nabble.com. _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
