> I guess what I really want then, is having the opportunity to create a > shortcut to specific folder on the hard disk and show only this folder > using the Disk Browser. This is how I would like to manage my > projects…
If you drop a folder on BBEdit's icon (or open it any other way, like with an AppleScript) it will open a disk browser pointed at that folder. I would probably write a series of AppleScripts of the form: tell app "BBEdit" open alias "path:to:folder" end and put those in BBEdit's scripts menu, or in a system-wide utility like FastScripts. Steve --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/bbedit?hl=en If you have a specific feature request or would like to report a suspected (or confirmed) problem with the software, please email to "[EMAIL PROTECTED]" rather than posting to the group. -~----------~----~----~----~------~----~------~--~---
