Re: FileActions plugin: [EMAIL PROTECTED] type node bug?

2008-04-09 Thread TL
Edward, My fix to the FileActions plugin broke its support for @file- ref. I also noticed that the plugin does not correctly handle @file node types with spaces in the file name. I am willing to push the fix for this into the trunk later today. Otherwise you can do it. Here are the changes:

Re: FileActions plugin: [EMAIL PROTECTED] type node bug?

2008-04-05 Thread Edward K. Ream
On Apr 5, 7:45 am, Edward K. Ream [EMAIL PROTECTED] wrote: Edward, I would prefer if you would add the change to the trunk. Ok. I'll do that. The patch is now in the trunk. Edward --~--~-~--~~~---~--~~ You received this message because you are subscribed to

FileActions plugin: [EMAIL PROTECTED] type node bug?

2008-04-04 Thread TL
FileActions' onIconDoubleClick method attempts to process non @file type nodes. This generates an error (see end of posting). I would expect FileActions to ignore @file type nodes to avoid a conflict with my use of the open with plugin. I added the following code to the onIconDoubleClick to