BBEdit not setting execute bit

2011-07-21 Thread TJ Luoma
The manual (pdf page 304) says Additionally, to execute scripts anywhere outside of BBEdit (e.g. in the Terminal), the system requires that the script file have ‘execute’ permissions set. Thus, when you first save any script file which contains a shebang (#!) line, BBEdit will

Re: BBEdit not setting execute bit

2011-07-21 Thread Gabriel Roth
I don't know if this will fix your issue, since I haven't used Lion or BBE10 yet, but when I want to make a file executable, I have to remove the string 'TEXT' from the file type field. (I use Path Finder to do this—I don't remember how you'd do this in the Finder or Terminal.) Give it a try.

Re: BBEdit not setting execute bit

2011-07-21 Thread Doug McNutt
At 23:26 -0700 7/20/11, TJ Luoma wrote: The manual (pdf page 304) says Additionally, to execute scripts anywhere outside of BBEdit (e.g. in the Terminal), the system requires that the script file have 'execute' permissions set. Thus, when you first save any script file which contains a

opening a separate window from within a project window

2011-07-21 Thread Les
Is there a way to open an already open file in the project window in a separate window apart from the project window? --Les -- 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

Re: .htaccess vs. language modules - BBEdit 10

2011-07-21 Thread Dave Fitch
While the Language Preferences ask for 'a suffix', they seem to want '.suffix' which to my little mind is not quite the same thing. Will send a note to support. On Jul 20, 12:08 pm, Dave Fitch dave.fi...@gmail.com wrote: On Jul 20, 12:23 am, Rich Siegel sie...@barebones.com wrote: On Tuesday,

opening in project window

2011-07-21 Thread Tim Sturgill
I seem to recall this same problem with a prior upgrade. Just upgraded to v. 10 and usually new documents or would open in the open project, now they launch in a separate window. How to fix? Thanks. \t Tim Sturgill https://plus.google.com/104207023427761306133/[image:

Re: Extensive Horizontal Scroll?

2011-07-21 Thread Dave Fitch
I use a magic mouse and it's very frustrating when the text on screen suddenly vanishes sideways... On Jul 20, 2:42 am, Dan mr.dan.ander...@gmail.com wrote: Is there any reasoning behind the extensive available document horizontal scroll even if no text extends beyond the window boundary?  

Re: Soft wrap text to: window width

2011-07-21 Thread Jay
Don't know exactly what happened - but it's now working after a reboot. Strange... On Jul 20, 2:04 pm, Fredrik Pihlström fredrik.lis...@pihlan.com wrote: 19 jul 2011 kl. 21.39 skrev Jay: How does this setting work? I've changed it to Window witdh but it doesn't appear to change how

BBEdit 10 File filter problem

2011-07-21 Thread Shai
I'm doing a Multi-File search with file filter, BBEdit 10.0. My file filter is set to include only .cpp files, yet I'm getting errors such as: Error: File myImage.png: Invalid parameters were detected for an operation. It seems that the search is trying to look into .png files. I'm also

Rename while in project panel

2011-07-21 Thread Rob Claisse
Am I missing some thing obvious but I can see how to rename a file in the project panel? I'd expect to down click on a file and it allow you to rename it or atleast a option when you right click but can see anything. Also a pain to have to keep going back to the finder. Also is it possible to

Re: opening a separate window from within a project window

2011-07-21 Thread Charlie Garrison
Good evening, On 20/07/11 at 8:54 PM -0700, Les les.we...@gmail.com wrote: Is there a way to open an already open file in the project window in a separate window apart from the project window? Right click the file in the Currently Open Documents pane and select Move to New Window. Charlie

Re: BBEdit not setting execute bit

2011-07-21 Thread Fritz Anderson
On 21 Jul 2011, at 7:10 AM, Doug McNutt wrote: But what's worse: Try making a BBEdit worksheet executable the way I do it with MPW. Eh? Worksheet documents are XML, and must be expected to interleave commands with their results. Why would you want/expect to execute them? — F --

Re: opening in project window

2011-07-21 Thread Fritz Anderson
On 21 Jul 2011, at 3:40 AM, Tim Sturgill wrote: I seem to recall this same problem with a prior upgrade. Just upgraded to v. 10 and usually new documents or would open in the open project, now they launch in a separate window. How to fix? Thanks. I haven't tried it (BBEdit asks on first

Re: opening a separate window from within a project window

2011-07-21 Thread Les Weber
Charlie, Thanks much. I missed that one. --Les On Jul 21, 2011, at 8:22 AM, Charlie Garrison wrote: Good evening, On 20/07/11 at 8:54 PM -0700, Les les.we...@gmail.com wrote: Is there a way to open an already open file in the project window in a separate window apart from the project

Re: BBEdit not setting execute bit

2011-07-21 Thread Doug McNutt
At 08:44 -0500 7/21/11, Fritz Anderson wrote: On 21 Jul 2011, at 7:10 AM, Doug McNutt wrote: But what's worse: Try making a BBEdit worksheet executable the way I do it with MPW. Eh? Worksheet documents are XML, and must be expected to interleave commands with their results. Why would you

Re: BBEdit not setting execute bit

2011-07-21 Thread Fritz Anderson
On 21 Jul 2011, at 11:49 AM, Doug McNutt wrote: I do it regularly here on OS 9. Interleaving occurs on the worksheet that called the other worksheet to be executed in full. Of course OS 9 doesn't have an executable bit. All text files are executable in MPW. One thing I like to do is to

hide elements from sript-menu?

2011-07-21 Thread Terje Dahl
I know I can order scripts and folder in the Scripts-menu by starting their names with 01), 02), etc, and that the numbers will not show. But is there also a way to hide something from the Scripts-menu other than starting the name with a . (dot)? The reason I don't want to use the dot is that the

force BBEdit to re-read Text Filters folder?

2011-07-21 Thread TJ Luoma
Is there a way to tell BBEdit to re-read the Text Filters folder, if I have added something there, or do I just have to restart BBEdit? -- 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

Re: force BBEdit to re-read Text Filters folder?

2011-07-21 Thread Rich Siegel
On Thursday, July 21, 2011, TJ Luoma luo...@gmail.com wrote: Is there a way to tell BBEdit to re-read the Text Filters folder, if I have added something there, or do I just have to restart BBEdit? Neither should be necessary; what specific problem are you seeing? R. -- Rich Siegel

Another AppleScript 9 to 10 problem

2011-07-21 Thread Steve Samuels
The following script works in 9.6.3 but not in 10. Can anyone suggest a work around? Thanks, Steve - tell application BBEdit set theOriginalFile to file of text document 1 end tell tell application Finder container of theOriginalFile as text end tell

Remove Leading Whitespace on Auto Indent

2011-07-21 Thread Rod Buchanan
BBEdit 10 Where did the When auto-indenting, remove leading white space from indented line preference move to? Thanks, -- Rod -- 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

I'm not understanding File Filters

2011-07-21 Thread Jason Young
I'm trying out BBedit again for the first time since the mid-90's (insert uphill both ways in the snow story about 56K modems and a PPC 6100AV) I was hoping to replace TextMate, especially with a better multi-file search. For the life of me I can't figure out what I'm doing wrong with a

Re: I'm not understanding File Filters

2011-07-21 Thread Jason Young
Forgot to add. OS == 10.7 -- 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

Re: opening in project window

2011-07-21 Thread Ken Lanxner
From my experimenting, a new document cannot be added to an existing project until it the new doc is saved. Once it is saved, you can grab the document icon at the very top of the document next to its name (what is that bar called?) and drag it into a project file list. I would also like the

100% CPU on .tex files

2011-07-21 Thread Mike Loiterman
When I open .tex files, BBEdit Beach Balls and/or stalls. If I look in Activity Manager the CPU is at 100%. Anyone else seeing this? -- Mike Loiterman Cell: 630-302-4944 Email: m...@ascendency.net -- You received this message because you are subscribed to the

Re: Remove Leading Whitespace on Auto Indent

2011-07-21 Thread Rich Siegel
On Thursday, July 21, 2011, Rod Buchanan rod_li...@kdsi.net wrote: Where did the When auto-indenting, remove leading white space from indented line preference move to? Never mind ... I found it on the Application panel. The search box in the Preferences window shows it in the Keyboard

Re: I'm not understanding File Filters

2011-07-21 Thread Steve Samuels
Change the filters to, e.g. file extension is rb (not .rb) Steve The file name does not include the extension. On Jul 21, 4:49 pm, Jason Young jasonadamyo...@gmail.com wrote: I'm trying out BBedit again for the first time since the mid-90's  (insert uphill both ways in the snow story

Re: I'm not understanding File Filters

2011-07-21 Thread Rich Siegel
On Thursday, July 21, 2011, Steve Samuels sjsamu...@gmail.com wrote: Change the filters to, e.g. file extension is rb (not .rb) I think that's right. Also, I encourage you to use Language as a term rather than a bunch of file extension is terms, because you'll have fewer of them and

Re: opening in project window

2011-07-21 Thread Tim Sturgill
No, there was an option that allowed all cmd-N documents to be opened within the current project open and on top. There was a BBEdit edition where it didn't allow that when first released (I want to say v. 9) and then Bare Bones added the feature back in. I been using it just that way for almost

preview in browser change

2011-07-21 Thread Ken Lanxner
This is different in v. 10. If my default browser (Safari) has no open windows and I preview a html page, it opens both my default start page *and* the preview page. Ken -- Simple Lives Web Design http://simplelives.com -- You received this message because you are subscribed to the BBEdit

Re: Consolas missing after Lion upgrade

2011-07-21 Thread James Baker
On Jul 20, 5:03 pm, Bill w...@wereveal.com wrote: Had this happen to me several months ago when I upgraded Mac OS X back then. It has to do with your font cache. Tryhttp://discussions.apple.com/thread.jspa?threadID=2462847tstart=30and see if that will help. Ah, that looked helpful, but did

Stata/R Applescript with BBEdit 10

2011-07-21 Thread Christopher
I just upgraded to BBEdit 10.0 and immediately had problems using Applescript to send commands to Stata and R. The error message I get is Finder got and error: Can't get container of file . . . The Stata Applescript I'm using is from: http://sites.google.com/site/josefmontag/programs This is

Unable to edit file filters

2011-07-21 Thread James
I am trying out BBEdit for the first time since 1995, and it looks pretty good. I've created a project for a multi-file LaTeX document. LaTeX creates a whole bunch of weird files when it processes a document, so I wanted to filter them out. I created a file filter, but when I tried to edit the

files and filenames in a project list

2011-07-21 Thread Ken Lanxner
BBEdit 10. I have a project list with all the html and related files belonging to that project's site. I want a copy of one of those files so I open it and do a Save As... The result is that the original file is replaced in the project list by the new one. If I save index.html as