Adding a bookmark list to directories to enhance switching between often used dirs.
yes, this was down on my list, so I'll increase its priority.
A context menu to access CVS or Subversion.
Even if Tortoise is not a Cross platform solution, a integration of a version control system within a file browser would be the best solution (win32, linux). Is there a long term goal to integrate such functionality in the file browser.
I don't know whether this project will ever be a good CVS/Subversion solution, but even now you can setup simple "svn actions" such as add, remove, update, revert, stat that respond to context clicks in the file explorer/project manager and dump output to a shell window (or a console window, or simply launch the executable outside of a shell). I still need to offer a few more substitutions variables in the command lines to allow more complex actions (such as prompts for additional filenames, text strings, passwords before running a comand). EDIT: and I also need to do graceful things like save modified files, possibly close open files, and refresh the tree when done.
see attached image for an example of the settings (EDIT: don't mind the error in the "Stat" action from my lazy copy/paste)
If someone was really serious about working on CVS/Subversion type plugins that wanted they integrate with the FileExplorer, it could be easily setup as a shared dll. Someone already had the foresight to create file image types for the various version control states in the CB SDK.
[attachment deleted by admin]