maoschanz / appfolders-manager-gnome-extension

A GNOME extension allowing easy management of "appfolders" directly from the applications grid.
GNU General Public License v3.0
94 stars 24 forks source link

remove app from the old folder when drag it to a new one #94

Open Sindweller opened 4 years ago

Sindweller commented 4 years ago

when drag an app from a folder to another(or create a new folder), remove it from its last folder at the same time.

maoschanz commented 4 years ago

No that's a feature, a folder an app can be in several folders so i did this behavior by design.

But I agree it can be weird to some people, so i would accept the merge request if it's an option

maoschanz commented 4 years ago

Mmmmh i'm not even sure i would merge it actually, i agree with the idea of this option but there has to be a better way of doing that than relying on DragAndDrop.OVERLAY_MANAGER

Sindweller commented 4 years ago

get it, i'll look for a better way.

Sindweller commented 4 years ago

add an option prefs I have trouble with finding another way to get the opened folder's id in appfolderDialog.js and extension.js without using DragAndDrop.OVERLAY_MANAGER, do you have any suggestion?