I think that the only issue you've identified is that it's tedious it is to
reveal a project file in the Finder. Here's one way to do it quickly: Put
the following script in BBEdit's Scripts folder and assign it a keyboard
shortcut.
tell application "BBEdit"
set fList to selected items of project window 1
end tell
tell application "Finder"
activate
select every item of fList
end tell
Steve
On Friday, November 30, 2012 12:49:49 PM UTC-5, digitalagua wrote:
Is there any way to get finder functionality in the Project Sidebar.
I'd like to rename files and folders, drag and drop files to new
locations, and get info.
I find it tedious to have to right click, then reveal in finder, then
do any operation that would be completely intuitive if I was able to do
this in the Project side bar.
I am wondering if this was a design decision on Bare Bones part or an
oversight. If it was a design decision, it would be great to find out their
reasoning.
Thanks,
James
On Friday, November 30, 2012 12:49:49 PM UTC-5, digitalagua wrote:
>
> Is there any way to get finder functionality in the Project Sidebar.
>
> I'd like to rename files and folders, drag and drop files to new
> locations, and get info.
>
> I find it tedious to have to right click, then reveal in finder, then do
> any operation that would be completely intuitive if I was able to do this
> in the Project side bar.
>
> I am wondering if this was a design decision on Bare Bones part or an
> oversight. If it was a design decision, it would be great to find out their
> reasoning.
>
> Thanks,
>
> James
>
--
--
You received this message because you are subscribed to the
"BBEdit Talk" discussion group on Google Groups.
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 feature request or would like to report a problem,
please email "[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>