With the current modus operandi in grids, there is about a five second (?) delay before the angled arrow icon appears next to the mouse cursor and you can drop an item as the child of the item under the cursor. How about doing this immediately once an item is dropped with the mouse cursor over the header column rather than any of the others? That would speed things up for me... :-)
Suggestions
Comments
There is a setting in…
There is a setting in options.ini: DragDropToChildDelay
You can reduce the delay which defaults to 2 seconds (2000 mSec)
(you can also hold the Shift key to set it to zero)
I'll fiddle with it, thanks!
I'll fiddle with it, thanks!
Hi Left, There is now an…
Hi Left,
There is now an option in Tools > Options > Grids for this
you can set it all the way down to 100 msec
This leads me to a very…
[please delete]
Thanks for that improvement…
Thanks for that improvement. Well, most of the time I do want to drop items in the existing structure so a general lowering of the delay might be counterproductive, but the possibility to fine-tune is welcome, of course! I just thought using the pointer location to determine the effect rather than timing might be more efficient.
Came up with this nifty…
Came up with this nifty little bit of AHK code that does what I want - drop items quickly as subitem and collapse the expanded target branch. Just like drag and drop while holding the button for two seconds on the lower half of an item, with the added benefit of the subitems remaining hidden. So it's great for sorting stuff, i. e. throwing a couple of items under a new parent without the new siblings in the target position getting in the way visually.
Maybe someone else wants to give it a try, it works if the mouse button is released within 80 pixels of the left edge of the grid - feel free to adjust. If it's further to the right, the item will be dropped at the default level, not one level further down.
Now if I could only find a way to drop items as the topmost child rather than bottommost, which I greatly prefer...
Hi Left, In v117Pre14: …
Hi Left,
In v117Pre14:
Wow, lots of new options to…
Wow, lots of new options to play with! Really looking forward to this update...
Hmmm, to be honest, I'd…
Hmmm, to be honest, I'd rather IQ went back to 'drop as sibling' as the default behaviour for drop in the tree column. The new approach of zero delay for drop as child if on lower half of item and drop as sibling on upper half requires too much close attention for my taste and is neither here nor there - or it forces you to use both hands with mouse + modifiers. For the tree column, I'd like to suggest reverting to the old behaviour of drop as sibling as default plus adjustable delay for drop as child. Further, I would hope that drop outside the tree column could be set to drop as child without delay, maybe with an option of unfolding the parent or keeping it collapsed.
I'm surprised no one else has commented as it seems this was a rather fundamental change.
Cheers
PS: If Explorer-style cut and paste of (multiple) items (clearing only the field value for the 'cut from' grid and adding a value for the 'pasted to' grid) finally became a thing, I'd hopefully be much less obsessed with trying to make drag and drop more efficient. Nudge-nudge...
PPS: A pity we have lost our emoticons button.
Hi Left, Indeed, it was not…
Hi Left,
Indeed, it was not great.
In the next version:
> Change: Grid: Drag-drop:…
> Change: Grid: Drag-drop: Hold Shift forces sub-item. Hold Alt forces sibling. Otherwise, drop as a sibling if left of the mouse down position, as a sub if right of the mouse down position. If Shift key is down, will not automatically expand drop target item
The shortcuts are a great implementation.
But the mouse down position doesnt help much here: I mostly have a dual-pane layout and am dragging from one pane to the other. So,
I was very confused about this for a while.
I suspect the dual-pane layout à la file managers is commonly used in IQ (?) and a lot of users arent going to be familiar with these shortcuts, so I reckon there will be confusion (I thought it was a bug tbh)
Hi Tom, dragging from right…
Hi Tom,
Actually, this is not how it works...
Rather, when drag is not initiated from the same grid (or from another app), dropping on the first third (1/3) will be on the same level, otherwise, as a sub-item
HTH !
Pierre
Okay, that helps -- it's a…
Okay, that helps -- it's a good system once you figure it out.
I was obviously dragging to different 'thirds' on each side.
Deciding relative to mouse…
Deciding relative to mouse down position sounds like an excellent idea! Bring it on...
Yes, it takes some figuring…
Yes, it takes some figuring out / getting used to but after that, it's bliss!
dropping on the first third …
While the new implementation of drag and drop is working great, the two different modes (same grid vs. other grid) can be somewhat confusing. I have a feeling that it might be best to use the "other grid" approach from the quotation above globally. So consider only mouse button up position relative to a percentage of the width of the control / window and ignore mouse button down position, perhaps make the percentage user-configurable.
Cheers