The Favorites Pane is quite useful because it expands its sub-folders and allows us to work only with the area(s) in which the images are located without endlessly searching through the entire C:\ - or, worse, LAN - namespace.
However the Favorites Pane remained way behind in management features compared with Folders Pane. The most glaring problems are:
- the absence of drag & drop engine like in the main Tree Pane
- the absence of the same menu items(*) from the main Tree Pane
(*) - of course the menu items which are specific to Favorites Pane (remove etc.) should stay where they are.
I think that it would be a great advancement to the management features of XnView MP.
Favorites pane: No right-click menu, no drag&drop
Moderators: helmut, XnTriq, xnview
Favorites pane: No right-click menu, no drag&drop
m. Th.
- Dark Themed XnViewMP 1.7.1 64bit on Win11 x64 -
- Dark Themed XnViewMP 1.7.1 64bit on Win11 x64 -
Re: Favorites pane: No right-click menu, no drag&drop
+1
All in all I second your suggestion.
All in all I second your suggestion.
Could you perhaps precise your suggestion? A detailed specification would be a good base for further discussions and make Pierre's life easier.m.Th. wrote:- the absence of drag & drop engine like in the main Tree Pane
- the absence of the same menu items(*) from the main Tree Pane
Re: Favorites pane: No right-click menu, no drag&drop
Already discussed partially at http://newsgroup.xnview.com/viewtopic.php?f=60&t=28297 but there we deviated to two-panels browser paradigm.Could you perhaps precise your suggestion? A detailed specification would be a good base for further discussions and make Pierre's life easier.
WRT to:
„the absence of drag & drop engine like in the main Tree Pane”
Pierre should make the Favorites Pane a drop target (super-easy - usually is a property/handler of the Widget) and then have a method/procedure like
Code: Select all
DropListOfFiles(aTargetPath: string; aListOfFiles:TFilePaths);
„the absence of the same menu items(*) from the main Tree Pane”
Here is to add the same menu entries from Tree Pane and pass as parameter the current path (or the entire widget) from Favorites Pane. Again, take care at tree refresh because some primitives requires it.
Pierre has done this work for the main tree. If he was careful to maintain the separation between GUI and code he can easily add the code to another tree(s).
This is what you wanted?
m. Th.
- Dark Themed XnViewMP 1.7.1 64bit on Win11 x64 -
- Dark Themed XnViewMP 1.7.1 64bit on Win11 x64 -
Re: Favorites pane: No right-click menu, no drag&drop
Thanks for your detailed description. I meant a detailed description from the user perspective (business level), not on the technical level.m.Th. wrote:... This is what you wanted?
E.g. something like this:
"It should be possible to drag & drop folders from file list to the favorites pane. When dragging images from the file list and dropping them in the favorites, then..."