Hi

You have to go to Help -> BBEdit Help -> Expert Preferences, and search for 
Terminal:

        • The "Run in Terminal" and "Go Here in Terminal" commands will use 
Apple's "Terminal" application by default. If you would like to use a different 
one:

defaults write com.barebones.bbedit TerminalBundleID -string 
"com.example.TerminalAppBundleID"

(Use the actual terminal's bundle ID in place of 
"com.example.TerminalAppBundleID"…)


Doing a quick google search yielded this to get the bundle ID of an app:

        
http://stackoverflow.com/questions/8742355/how-to-get-bundle-id-of-your-app-ios-uia-automation
 

Following these instructions I get:

        <key>CFBundleIdentifier</key>
        <string>net.sourceforge.iTerm</string>

Looks like you are all set!

François


> On Oct 28, 2014, at 3:29 AM, Jan Erik Moström <[email protected]> wrote:
> 
> Sigh, I searched the manual but I couldn't find anything ... I promise!!!!
> 
> Thanks
> 
> On Tue, Oct 28, 2014 at 5:30 AM, Christopher Stone
> <[email protected]> wrote:
>> On Oct 27, 2014, at 03:55, Jan Erik Moström <[email protected]> wrote:
>>> 
>>> Is it possible to get BBEdit to use some other app than Terminal, like for 
>>> example iTerm?
>> ______________________________________________________________________
>> 
>> Hey Jan,
>> 
>> Look in the Expert Prefs.
>> 
>> --
>> Best Regards,
>> Chris
>> 
>> --
>> This is the BBEdit Talk public discussion group. 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>
>> 
>> ---
>> You received this message because you are subscribed to the Google Groups 
>> "BBEdit Talk" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected].
>> To post to this group, send email to [email protected].
> 
> -- 
> This is the BBEdit Talk public discussion group. 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>
> 
> --- 
> You received this message because you are subscribed to the Google Groups 
> "BBEdit Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To post to this group, send email to [email protected].

-- 
This is the BBEdit Talk public discussion group. 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>

--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].

Reply via email to