On 7/3/15, WaltS48 <[email protected]> wrote:
> On 07/03/2015 02:32 PM, [email protected] wrote:
>> I am curious as to whether or not the Composer part of SeaMonkey is
>> available as a stand alone piece of software, or if SeaMonkey itself is
>> required. I am jumping to Windows 7 from a Windows XP machine (which
>> amazingly enough, still has classic Netscape Composer), and I nominally
>> use firefox as my primary browser. Can I get the Composer on its own, or
>> what?
>>
>
> You have to install SeaMonkey, but you can change it to open only
> Composer by going to Edit > Preferences > Appearance, "When SeaMonkey
> starts up, open", and remove the check mark for Browser, add a check
> mark for Composer.
>
> Quit and restart and it will open only Composer.

Which is fine if one only wants SM to get composer, but I use SM as my
primary browser so I don't want it opening composer by default.

Does anyone know how to add an "edit" option to the windows explorer
right click menu for html files?

I think something like the following would work in Windows XP:
------------ cut here --------------
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.htm]
@="myHTML"
"Content Type"="text/html"
"PerceivedType"="text"

[HKEY_CLASSES_ROOT\.html]
@="myHTML"
"Content Type"="text/html"
"PerceivedType"="text"

[HKEY_CLASSES_ROOT\myHTML]
@="HTML file"

[HKEY_CLASSES_ROOT\myHTML\DefaultIcon]
@="C:\\MyFiles\\Icons\\htmlFile.ico"

[HKEY_CLASSES_ROOT\myHTML\shell]
@="open"

[HKEY_CLASSES_ROOT\myHTML\shell\open]
@="&Open with SeaMonkey"

[HKEY_CLASSES_ROOT\myHTML\shell\open\command]
@="\"C:\\Program Files (x86)\\SeaMonkey\\seamonkey.exe\" -url \"%1\""

[HKEY_CLASSES_ROOT\myHTML\shell\edit]
@="&Edit with SeaMonkey"

[HKEY_CLASSES_ROOT\myHTML\shell\edit\command]
@="\"C:\\Program Files (x86)\\SeaMonkey\\seamonkey.exe\" -edit \"%1\""
------------ cut here --------------

but it's not working for me using Vista.

My work-around is adding an "HTMLeditor" shortcut to the explorer
sendto menu so I can right-click on a filename, right click on sendto
& left click on HTMLeditor

TIA,
Lee
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to