Re: Creating new project files via SFTP

2014-02-21 Thread François Schiettecatte
+1 on ExpanDrive, great product and the tech support is great.

François 

On Feb 20, 2014, at 9:35 PM, Rich Siegel sie...@barebones.com wrote:

 On Friday, February 21, 2014, David Donachie stran...@teuton.org
 wrote:
 
 I use a lot of projects where the files are all hosted on a server via
 SFTP. To make a new one I have to open an SFTP browser, create the
 file on the server, then drag that file into the project, then open it
 again in the editor. Is there a better way?
 
 I recommend ExpanDrive, which lets you mount a remote SFTP (and other types, 
 such as WebDAV, S3, and FTP) server as a file system. Thus you get all of the 
 conveniences of direct file system access.
 
 R.
 -- 
 Rich Siegel Bare Bones Software, Inc.
 sie...@barebones.com  http://www.barebones.com/
 
 Someday I'll look back on all this and laugh... until they sedate me.
 
 -- 
 This is the BBEdit Talk public discussion group. If you have a feature 
 request or would like to report a problem, please email
 supp...@barebones.com 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 bbedit+unsubscr...@googlegroups.com.
 To post to this group, send email to bbedit@googlegroups.com.



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: Opening FTP/SFTP Browser Window with Applescript

2014-02-21 Thread Christopher Stone
On Feb 20, 2014, at 18:52, Lee Hinde leehi...@gmail.com wrote:
 I'd like to open an FTP/SFTP browser window bookmark with Applescript. 
 Recording the action doesn't do anything. And, while I see FTP browser window 
 in the scripting dictionary, I have no idea how to use it.
__

Hey Lee,

This stuff is not well documented in the manual (that I can find).

This works and produces a FTP Browser Window.  Unfortunately you cannot speak 
to the window once it's open.

---

tell application BBEdit
activate
make new FTP browser window
end tell

---

You would expect to be able to do something like this, but you can't.

---

set theURL to ftp://yourdomain.com;
set userName to yourUserName
set thePassword to yourPassword

tell application BBEdit
activate
make new FTP browser window with properties {server:theURL, 
user:userName, password:thePassword}
end tell

---

This is what actually works to open a FTP browser window to your desired 
location:

---

tell application BBEdit
open location ftp://username:passw...@yourdomain.com:21/;
end tell

---

You can do the same thing using the command line tool:

bbedit 'ftp://username:passw...@yourdomain.com:21/'

--
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
supp...@barebones.com 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 bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Re: Opening FTP/SFTP Browser Window with Applescript

2014-02-21 Thread Lee Hinde
Thank you!

On Feb 21, 2014, at 8:05 AM, Christopher Stone listmeis...@suddenlink.net 
wrote:

 On Feb 20, 2014, at 18:52, Lee Hinde leehi...@gmail.com wrote:
 I'd like to open an FTP/SFTP browser window bookmark with Applescript. 
 Recording the action doesn't do anything. And, while I see FTP browser 
 window in the scripting dictionary, I have no idea how to use it.
 __
 
 Hey Lee,
 
 This stuff is not well documented in the manual (that I can find).
 
 This works and produces a FTP Browser Window.  Unfortunately you cannot speak 
 to the window once it's open.
 
 ---
 
 tell application BBEdit
   activate
   make new FTP browser window
 end tell
 
 ---
 
 You would expect to be able to do something like this, but you can't.
 
 ---
 
 set theURL to ftp://yourdomain.com;
 set userName to yourUserName
 set thePassword to yourPassword
 
 tell application BBEdit
   activate
   make new FTP browser window with properties {server:theURL, 
 user:userName, password:thePassword}
 end tell
 
 ---
 
 This is what actually works to open a FTP browser window to your desired 
 location:
 
 ---
 
 tell application BBEdit
   open location ftp://username:passw...@yourdomain.com:21/;
 end tell
 
 ---
 
 You can do the same thing using the command line tool:
 
 bbedit 'ftp://username:passw...@yourdomain.com:21/'
 
 --
 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
supp...@barebones.com 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 bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


BBEdit always in front / flaky behavior of Open documents into the front window when possible

2014-02-21 Thread Brian Colavito
When I first installed BBEdit I almost canned it because it was driving me 
crazy.  Let me explain.  I'm a programmer and usually have lots of windows 
open, and I have two monitors.  A typical use case is:
* Eclipse or some other code editor on monitor 1 with my web site source 
code
* Web browser on monitor 2 running my web site

I do this so I can compare the behavior of the web site with its source 
code.

Sometimes I'll want to quickly open a file and not have to deal with the 
monster that is eclipse, so I'll throw BB Edit into the mix on monitor 1. 
 Then I'll be done with that task and want to go back to using Eclipse.  

Here's what was happening:
1) I have Eclipse and BB Edit on monitor 1, and the browser is open on 
monitor 2
2) I bring Eclipse to the front on monitor 1 by clicking on it, and let BB 
Edit go to the background
3) I click on the browser in monitor 2
4) BBEdit suddenly pops back to the front of monitor 1 and obscures Eclipse

Again, this was frustrating me no end...I was like BBEdit GO AWAY but it 
kept coming back on top of other windows.  No other program I have 
installed behaves this way.  As far as the other applications I mentioned: 
Eclipse, Browser...it doesn't matter.  It could be any combination of 
applications and they are all impacted the same way by BB Edit.

I finally figured out to uncheck Open documents into the front window when 
possible in Application settings and that...kind of worked.  Two things 
now:
1) I will occasionally still see the unwanted behavior, regardless of this 
setting being checked.  I can't explain what causes the occasional change 
in behavior.
2) I'm not convinced this is the intended behavior of this setting. 
 Perhaps it's an unintended side effect?

IMO, setting or no, this shouldn't be the default behavior.  If there's 
another setting that I missed that can fix this I can't find it.

   - iMac 2013 edition
   - Mavericks
   - BBEdit 10.5.8


-Brian

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
supp...@barebones.com 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 bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Re: BBEdit always in front / flaky behavior of Open documents into the front window when possible

2014-02-21 Thread Oliver Taylor

 On Feb 21, 2014, at 9:03 AM, Brian Colavito brian.colav...@gmail.com wrote:
 
 Here's what was happening:
 1) I have Eclipse and BB Edit on monitor 1, and the browser is open on 
 monitor 2
 2) I bring Eclipse to the front on monitor 1 by clicking on it, and let BB 
 Edit go to the background
 3) I click on the browser in monitor 2
 4) BBEdit suddenly pops back to the front of monitor 1 and obscures Eclipse

You should contact supp...@barebones.com. That's a very strange error. 

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
supp...@barebones.com 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 bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


[ANN] BBEdit 10.5.9 (3367) pre-release

2014-02-21 Thread Rich Siegel

Good { morning, afternoon, evening },

We're working on an update to BBEdit 10.5 to address a few 
recently reported issues.


Note that this is a _pre-release_ version. The intent is to fix 
bugs and address areas of improvement based on what our 
customers have reported. However, since the software is at this 
point not fully tested, there _may_ be bugs and regressions. If 
this prospect makes you nervous, then sticking with the public 
release versions is your best course of action. Nobody will be 
offended if you choose to do so; you're under no obligation to 
install and use anything but a public release. :-)


Following is a summary of the changes in the software since the 
last pre-release bild. The change notes are organized into 
additions, changes, and fixes, and are annotated where 
appropriate with case numbers. So if you recognize a number 
corresponding to a support case that was opened for you, you can 
now verify that it's been fixed correctly. Please take the time 
to review the changes before using the new build -- it'll be 
worth your time.


Change notes for the previous pre-release build are available 
here: https://groups.google.com/d/msg/bbedit/wKUSAWXZY1Y/Vn71e251N9MJ.


One final note: If you run into a bug in a pre-release version, 
PLEASE DO NOT REPORT THE BUG TO THE LIST. This includes asking 
about whether others have seen the same problem. Instead, please 
send a bug report to supp...@barebones.com and we will deal 
with it there. This will help us keep the list discussion on 
topic and productive for all list members.




version 10.5.9 (3367)   (2014-02-21)

Additions
-

o   (none in this build)

Changes
---

o   (none in this build)

Fixes
-

*   [NFR] Fixed another case in which separator file names were
incorrectly used on the Clippings menu.

*   [286591] Fixed bug in which Update Site or Update Site
Images would show (null) as a completion status if no other
results were presented.

*   [286591] Fixed bug in which Update Site Images would fail to
update absolute and server-relative image references (which would
manifest as skipping certain files entirely).

*   [286591] Fixed bug in which Update Site Images would 
report as

updated any open documents that it encountered during the
process, even if the files weren't actually modified.

*   [286428] Fixed bug in which drawing glitches would be left in
the text view when dragging text around, if you paused for long
enough.

*   [285373] Control-Tab actually does not work for its intended
purpose, which was to flip the sense of Auto-Expand Tabs 
on the

fly when entering a tab character. To work around this,
Option-Tab has been defined so that it always enters a literal
Tab character; thus, if Auto-Expand Tabs is turned on, use
Option-Tab to enter a tab character instead of spaces.

*   [286948] Made a change to the Markup Builder panel so that
keyboard focus comes up in the attribute value field immediately,
rather than switching from the attribute name field. This should
fix reported problems of accidentally pasting intended attribute
values into the attribute name field.

=end=

The package can be downloaded from our web server:

http://pine.barebones.com/seeding/BBEdit-10.5.9_3367.dmg

Enjoy,

R.
--
Rich Siegel Bare Bones Software, Inc.
sie...@barebones.com  http://www.barebones.com/

--
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email

supp...@barebones.com 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 bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.