Genio
Genio copied to clipboard
Accept dropped folders in Projects pane
It would be nice not to have to use the file dialog of the "Open project..." menu if I already have the Tracker window of the project open. A quick drag'n'drop of the folder into the projects pane could add the project.
(Not for v2.0, of course. :)
Needs to be thought through. One could expect that dropping a folder into that area would copy the folder inside the project. Maybe there should be a special area where dropping a folder would open a project
I don't think people will be confused about this. It seems intuitive that instead of navigating to and selecting a folder in Projects's "Open project...", you drop a folder and it gets added as new project. Files aren't accepted, and folders always end up as new project, never added as subfolder of an existing one. Users will get it. :) Plus, when the Projects tab is empty, there could be a text:
Drop folders to add as new projects.
Moving to next milestone
It's done in main branch. I haven't add "drop folders to add a new project" yet, though, as it will require some more work
Works! Two things: Should the user be able to drop several folders at once that will each get added as new projects? I think so. And should the newly dropped project automatically get expanded and made active? I think that's what you normally want. (In case of several dropped new projects, activate the last (or first, doesn't matter...).
Yeah I think it can be done. If the user drops file and folders at the same time, what would you expect it to do?
Ignore files. The Project pane only accepts folders which will become new projects.
That could work, I guess. Needs some rework of the drop mechanism, though : currently it's the window who handles the drop. In fact, you can drop file/folders on any zone in the window and the result is the same.
Works nicely! I suppose you'll make it more pretty soon. :)
Myself, I've never managed to switch between views in a layout after it was created. Maybe by using BCardLayout? I never looked into that yet... Anyway, it would be nice if an empty Projects pane showed an empty BView with the text centered instead of the Projects/Sourcecontrol tabview. Kinda like the Filer dropzone:
Yes, that was the original idea. I wanted something similar for the outline (when in "creating outline" phase) but never managed to get it right. As soon as I add a cardlayout the layout breaks in a weird way
Good to know I'm not alone struggling with this...:)