I have External Editor (zopeedit-win32-0.9.3.exe) installed on my WinXP machine. It works fine with my IE6 browser. But with Firefox 2.0, it doesn’t.
Specifically, with the ZMI running in Firefox, what happens is:
My hunch is that I have failed to execute the following step in the IE Windows installation instructions (http://www.plope.com/software/ExternalEditor/install-win32): “You can also register it (zopeedit.exe) with other browsers directly.” The reason I haven’t done this step is that I can't find out how to register a helper app in Firefox. And after a lot of Googling etc, I’m still stuck.
The only clue (or not) I have to offer is that the file “C:\Documents and Settings\Ken\Application Data\Mozilla\Firefox\Profiles\uhpuzmf9.default\mimeTypes.rdf”, which apparently is the operative Firefox configuration file, has these relevant (or not) entries:
<RDF:Description RDF:about="urn:mimetype:externalApplication:application/x-zope-edit"
NC:path="C:\Program Files\Macromedia\Dreamweaver MX\Dreamweaver.exe"
NC:prettyName="Dreamweaver.exe" />
<RDF:Description RDF:about="urn:mimetype:handler:application/x-zope-edit"
NC:alwaysAsk="false"
NC:saveToDisk="false"
NC:useSystemDefault="false"
NC:handleInternal="false">
<NC:externalApplication RDF:resource="urn:mimetype:externalApplication:application/x-zope-edit"/>
</RDF:Description>
<RDF:Description RDF:about="urn:mimetype:application/x-zope-edit"
NC:description=""
NC:value="application/x-zope-edit"
NC:editable="true">
<NC:handlerProp RDF:resource="urn:mimetype:handler:application/x-zope-edit"/>
</RDF:Description>
<RDF:li RDF:resource="urn:mimetype:application/x-zope-edit"/>
~ TIA
~ Ken