Bound project window > key command to swap focus?

2010-02-09 Thread Morbus Iff


If I have an unbound project window (one in which the Editor pane is not 
open), then I can do the following to toggle between an Editor window 
and the Project window:


 * [If editor is focus]: Command + `, 

I am unable to find an equivalent if I have a *bound* project window 
(one in which the Editor pane is attached to the project). Is there one?


--
Morbus Iff ( i'm wearing footsie jammies here )
Technical: http://www.oreillynet.com/pub/au/779
Enjoy: http://www.disobey.com/ and http://www.videounderbelly.com/
aim: akaMorbus / skype: morbusiff / icq: 2927491 / jabber.org: morbus

--
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 bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
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 "supp...@barebones.com" rather than posting to the group.


Re: Bound project window > key command to swap focus?

2010-02-09 Thread Morbus Iff

If I have an unbound project window (one in which the Editor pane is not
open), then I can do the following to toggle between an Editor window
and the Project window:

   * [If editor is focus]: Command + `,

I am unable to find an equivalent if I have a *bound* project window
(one in which the Editor pane is attached to the project). Is there one?


After fiddling with this more, it doesn't look like I can get anything 
similar: bounded project panes don't seem to allow any sort of keyboard 
control - no arrow keys, no type-to-find, etc.


That's OK, really - this question was for an off-list friend ;)

--
Morbus Iff ( IGNORANCE IS BLISS, AND WE ARE BLISSED OFF )
Technical: http://www.oreillynet.com/pub/au/779
Enjoy: http://www.disobey.com/ and http://www.videounderbelly.com/
aim: akaMorbus / skype: morbusiff / icq: 2927491 / jabber.org: morbus

--
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 bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
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 "supp...@barebones.com" rather than posting to the group.


Re: Bound project window > key command to swap focus?

2010-02-09 Thread Jim Correia
On Feb 9, 2010, at 10:32 AM, Morbus Iff wrote:

> If I have an unbound project window (one in which the Editor pane is not 
> open), then I can do the following to toggle between an Editor window and the 
> Project window:
> 
> * [If editor is focus]: Command + `, 
> 
> I am unable to find an equivalent if I have a *bound* project window (one in 
> which the Editor pane is attached to the project). Is there one?

To move focus *out* of a text view, use Control-Tab (and make sure it isn’t 
bound to “Switch to Counterpart” - that was the old factory default.)

By default, the project list in project windows does not accept keyboard focus 
when the attached editor is visible. You can enable this with:

defaults write com.barebones.bbedit 
Projects:ProjectsListCanAcquireKeyboardFocus -bool YES

- Jim

-- 
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 bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
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 "supp...@barebones.com" rather than posting to the group.


Re: Settings for previewing php in BBedit

2010-02-09 Thread jaladuvar
Yes, it works fine both in BBedit Local Preview and in the browsers,
but the preview requires that the file has been saved into it, which
takes away the interest of the BBedit Local preview, which I like to
use when writing up html code and would like to be able to use for php
code as well of course...


On 9 fév, 01:14, Lorin Rivers  wrote:
> Does the url you provided work in a browser (i.e., is the content rendered 
> properly)?
>
> --
> Lorin Rivers
> Mosasaur: Killer Technical Marketing 
> 
> 512/203.3198 (m)

-- 
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 bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
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 "supp...@barebones.com" rather than posting to the group.


Re: Bound project window > key command to swap focus?

2010-02-09 Thread Morbus Iff

To move focus *out* of a text view, use Control-Tab (and make sure it isn’t 
bound to “Switch to Counterpart” - that was the old factory default.)

By default, the project list in project windows does not accept keyboard focus 
when the attached editor is visible. You can enable this with:

defaults write com.barebones.bbedit 
Projects:ProjectsListCanAcquireKeyboardFocus -bool YES


Ah, that was the key! I had been Control-Tab'ing furiously and never saw 
any change - with the above tweak, it does exactly what I (he) wants 
(bounded), while replicating the same workflow I use (unbounded)


Thanks!

--
Morbus Iff ( accept no prostitutes )
Technical: http://www.oreillynet.com/pub/au/779
Enjoy: http://www.disobey.com/ and http://www.videounderbelly.com/
aim: akaMorbus / skype: morbusiff / icq: 2927491 / jabber.org: morbus

--
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 bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
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 "supp...@barebones.com" rather than posting to the group.


Re: Settings for previewing php in BBEdit

2010-02-09 Thread Robert A. Rosenberg
At 22:59 -0800 on 02/08/2010, jaladuvar wrote about Re: Settings for 
previewing php in BBEdit:



Yes, it works fine both in BBedit Local Preview and in the browsers,
but the preview requires that the file has been saved into it, which
takes away the interest of the BBedit Local preview, which I like to
use when writing up html code and would like to be able to use for php
code as well of course...


Using BBEdit to view HTML you are editing, can work since there is a 
built-in HTML interpreter. PHP needs a Browser (and a running Server 
with PHP support). Thus BBEdit can not handle it on its own.


--
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 bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
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 "supp...@barebones.com" rather than posting to the group.


Re: Settings for previewing php in BBEdit

2010-02-09 Thread Maarten Sneep

On 9 feb 2010, at 22:07, Robert A. Rosenberg wrote:

> At 22:59 -0800 on 02/08/2010, jaladuvar wrote about Re: Settings for 
> previewing php in BBEdit:
> 
>> Yes, it works fine both in BBedit Local Preview and in the browsers,
>> but the preview requires that the file has been saved into it, which
>> takes away the interest of the BBedit Local preview, which I like to
>> use when writing up html code and would like to be able to use for php
>> code as well of course...
> 
> Using BBEdit to view HTML you are editing, can work since there is a built-in 
> HTML interpreter. PHP needs a Browser (and a running Server with PHP 
> support). Thus BBEdit can not handle it on its own.

If you run a server on your mac, BBedit will happily run the php files through 
the server and show the results. This requires some setup, but this is trivial 
enough:

Preferences, HTML Web Sites. 'Add' or 'Change'. Fill out form. Make sure 'Use 
local preview server' is checked.

Maarten



-- 
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 bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
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 "supp...@barebones.com" rather than posting to the group.