Odd behavior with external editor, crash with temporary panel [FIXED]

Questions, glitches, bugs and crashes
Locked
sasha
Posts: 168
Joined: Wed Feb 17, 2016 4:59 pm

Odd behavior with external editor, crash with temporary panel [FIXED]

Post by sasha » Sun Feb 21, 2016 12:15 pm

Hi,

here is some odd behavior and a crash I encounter in my workflow.

1) Opening single files in external editor (Sublime Text in my case) using F4 or dragging it into Dock item works fine. This doesn't work for multiple selected files.

2) Dragging multiple files to external applications or the Desktop shows a "0" in the cursor badge. It only shows the correct number when they are dragged into the second panel.

3) When a temporary panel is created from a cmd+F search, opening files in external editor doesn't work at all. Neither by pressing F4, nor dragging to Dock icon.

4) When there is a temporary panel, using "Help > Search" menu causes Files to crash.

Here's a small video demonstrating these issues:

https://www.dropbox.com/s/f0kep1jhuxhny ... r.mov?dl=0

Thanks for taking care of it!

-Sasha

User avatar
mike
Posts: 1060
Joined: Thu Jul 16, 2015 5:35 am
Location: Exeter, UK

Re: Odd behavior with external editor, crash with temporary panel

Post by mike » Tue Feb 23, 2016 12:58 pm

Sasha,

1) It was intended to process only a currently focused item (F3 does similarly), not selected items.
To open many selected items you can use Open/OpenWith from a context menu.
2) I'll try to investigate it. Drag&drop is a horrible mess to be honest.
3) Opening by F4 from a temporary panel was fixed. As for dragging from it - will check it.
4) Fixed.

Mike.

User avatar
mike
Posts: 1060
Joined: Thu Jul 16, 2015 5:35 am
Location: Exeter, UK

Re: Odd behavior with external editor, crash with temporary panel

Post by mike » Wed Feb 24, 2016 7:27 am

3) Fixed dragging from a temporary panel into apps like Sublime Text.

As for invalid number of dragging items - currently I have no idea why does it happen :(

sasha
Posts: 168
Joined: Wed Feb 17, 2016 4:59 pm

Re: Odd behavior with external editor, crash with temporary panel

Post by sasha » Mon Feb 29, 2016 9:43 pm

Thank you, this works well now. You can add a [FIXED] to the title.

Locked