Gmacri wrote:When I created a new catalog and added new .exe file with the drag & drop option of the icon, if we drop the .exe out of the new bar of the catalog (for some human error) the .exe is missing and I must to reinstall the respective program.
I think I don't fully understand what you mean by "out of the new bar of the catalog". I guess you mean you drop into the wrong category?
Concerning "human error": that's a bug that I cannot solve.
Generally I'd highly recommend to do all drag'n'drop action using the
right mouse button. That way you get a menu interface before anything happens, and you stay in full control.
Still, on a left-button-drag the shape of the mouse cursor tells you what sort of operation is about to happen on drop.
A "+" sign means: copy
A "-" sign means: move/cut (in Explorer and other file managers you simply get no "+" sign instead of a "-")
The general Windows default for drag'n'drop file operations is: move/cut when source and target are on the same drive, copy between different drives.
You can overwrite this default be holding Ctrl to force a Copy, or holding Shift to force a Move/Cut.
HTH
Don
UPDATE: I checked my claim above and saw it was not completely correct. So I quickly changed reality to make it correct:
Code: Select all
* Catalog: when right-dragging items onto a Category (in order to
add them to that Category) you now get a popup menu before any action
happens. Before right-drag worked like left-drag: it simply did it
right away.
(You'll get that with the next upload)