The comma trick seems good to me. I had a look to integrate that this WE. This is really a core change and there is well over 50 places where I must fix things, so I will really need some quiet time to plug that. I don't know what could make it better,
-ecaradec
I don't know about the aesthetics of it, but the following display idea came up:
1. Press comma
2. Current pane extends vertically (like a stack?)
Just a random thought

I think that allowing Qatapult to be a drop target might be nice so that we could drop files directly from the explorer into Qatapult. I would certainly use that.
Same here! Drop target would be great. Also being able to drag from Qatapult would be nice too -- quickly find something with Qatapult for use elsewhere (until there's a plugin

).
One thing that I've wanted in FARR is the ability to drop items on to an individual result. I have FARR configured to use "Blank search shows files from launch history..." -- and I've wanted to use that as a kind of dock to drop items on to, but last I checked, this doesn't work. So certainly would be nice to have this in Qatapult!
As a status update, I'm doing two things right now :
- fix memory leaks (I unplugged my memory leak finder to find a bug and left it unplugged. Leaks are not easier to find in larger quantities
)
- implementing a paste using the new DynaWrapper code. I have working clipboard code for text already. I'm also discovering that this is not a very easy environnement to develop into, but may be it will be easier as I write more wrappers.
Wishing you luck in these matters...
By the way, what do you think of the idea of a command history like in command line shells? IIRC, in bash and other *nix shells, Control-P / Control-N is used for previous command / next command.
If there were hooks for a plugin to register to execute code upon certain key sequences as well as a chance to operate on command content before Qatapult executes the command, I'd be interested in writing a plugin for command history
