Hi, One thing that's been annoying me since switching back from Gedit is that the Geany File Browser plugin is a one-folder-at-a-time list, rather than a treeview. Having used both, I much prefer the treeview, as it lets you see and work with a whole project tree at once. Would this be hard to implement? Is there a standard GTK widget that could be used, instead of the current file list? Is anyone working on this at the moment, or would there be anyone willing to, possibly?
Thanks, Dunc
On Wed, 20 May 2009 12:16:29 +0100 Duncan Lock dunc@dflock.co.uk wrote:
One thing that's been annoying me since switching back from Gedit is
that the Geany File Browser plugin is a one-folder-at-a-time list, rather than a treeview. Having used both, I much prefer the treeview, as it lets you see and work with a whole project tree at once. Would this be hard to implement?
Depends, if you know GTK and GtkTreeModel it would be straightforward, but might take a week(?) or so. I would suggest taking the file browser plugin as a base, cutting out everything you don't need.
Is there a standard GTK widget that could be used, instead of the current file list?
No ;-)
Is anyone working on this at the moment, or would there be anyone willing to, possibly?
Not that I know.
Regards, Nick