Jim Tivy wrote:
> 
> I understand what you are saying.
> 
> On another strategy - is there a way to plugin some java code to be called
> when the helper application mechanism is used.  In other words, is there a
> way to inject a hook of java code into the helper launch mechanism - perhaps
> before it launches to convert the virtual path as taken from the fileref
> attribute into a local drive path?
> 

Thank you for your suggestion, however we are not going to fix or
enhance anything related to helper applications because, in our opinion,
there is nothing to be fixed or enhanced.

XMLmind XML Editor is extensible enough to allow you to do what you want
without our collaboration.

Excerpts of common.xxe_gui (XMLmind XML Editor - Customizing the User
Interface -- http://www.xmlmind.com/xmleditor/_distrib/doc/gui/index.html):

---
<action name="openObjectInHelperAppAction"
  label="_Open Element or Attribute Content in Helper Application..."
  accelerator="mod shift O">
  <command name="viewObject" parameter="[implicitElement]" />
</action>

<action name="editObjectInHelperAppAction"
  label="_Edit Element or Attribute Content in Helper Application...">
  <command name="editObject" parameter="[implicitElement]" />
</action>
---

Therefore you may want to replace commands viewObject
(http://www.xmlmind.com/xmleditor/_distrib/doc/commands/viewObject.html)
and editObject
(http://www.xmlmind.com/xmleditor/_distrib/doc/commands/editObject.html)
by modified versions of your own.



> 
> 
> 
> -----Original Message-----
> From: Hussein Shafie [mailto:hussein at xmlmind.com] 
> Sent: Sunday, June 21, 2009 1:44 AM
> To: Jeff Hooker
> Cc: xmleditor-support at xmlmind.com; jimt at bluestream.com
> Subject: Re: [XXE] Using Helper applications when using a Virtual Drive
> plugin
> 
> Jeff Hooker wrote:
>> Hmmm. It does indeed open a temp copy of the file, but it's a temp copy of
> a copy of the resource within the repository; it's incapable of checking out
> the resource from the repository so that users can actually make changes. Am
> I missing something?
> 
> I'm sorry but we cannot help you. What you want to do works with all the
> virtual drive plug-ins written by XMLmind. It does not work with a
> virtual drive plug-in written by Bluestream, for which we provide no
> support.
> 
> Please also note that we are talking about *virtual* *drive* plug-ins.
> We never claimed that XMLmind XML Editor supports *revision* *control*
> plug-ins, that is, something designed to perform checkin and checkout on
> resources.
> 
> 
> 
>  
> --
> XMLmind XML Editor Support List
> xmleditor-support at xmlmind.com
> http://www.xmlmind.com/mailman/listinfo/xmleditor-support
> 
> 


Reply via email to