Re: Need help with complex GREP pattern

2011-11-30 Thread Ronald J Kimball
Now that I'm in front of a Mac, if I change each \n to \r, as Doug advised, the regex does indeed work in BBEdit. (?mx) (^THIS\ IS\ TRIP\ NUMBER.*\r # initial header (?:\S.*\r)* # any additional headers \r

Re: BBEdit and automatic completion

2011-11-30 Thread Rob
This is great! I duplicated this search to repeat on ";" : tell application "BBEdit" find ">" searching in text 1 of text document 1 options {search mode:grep, starting at top:false, wrap around:false, backwards:false, case sensitive:false, match words:false, extend selection:false} with

Re: Need help with complex GREP pattern

2011-11-30 Thread Ronald J Kimball
On Wed, Nov 30, 2011 at 11:24:46AM -0700, Doug McNutt wrote: > At 12:57 -0500 11/30/11, Ronald J Kimball wrote: > >(?mx) > >(^THIS\ IS\ TRIP\ NUMBER.*\n # initial header > > (?:\S.*\n)* # any additional headers > > \n

Re: Need help with complex GREP pattern

2011-11-30 Thread Doug McNutt
At 12:57 -0500 11/30/11, Ronald J Kimball wrote: >On Wed, Nov 30, 2011 at 09:46:51AM -0800, David wrote: >> Ronald, >> >> Thanks. What would be the best way to edit your regex so I can simply >> paste it into the BBEdit find dialog box? > >I am not in front of a Mac at present, but I believe it sh

Re: Need help with complex GREP pattern

2011-11-30 Thread Ronald J Kimball
On Wed, Nov 30, 2011 at 09:46:51AM -0800, David wrote: > Ronald, > > Thanks. What would be the best way to edit your regex so I can simply > paste it into the BBEdit find dialog box? I am not in front of a Mac at present, but I believe it should work in BBEdit as is. Ronald -- You received thi

Workspaces in BBEdit version 10.1 (3110)

2011-11-30 Thread Alain Paradis
Workspaces position palettes relative to each other, but fail to move them all relative to the screen. Sometimes, they even fail to do the former. Are Workspaces broken in v10.1? -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. To po

Re: Need help with complex GREP pattern

2011-11-30 Thread David
Ronald, Thanks. What would be the best way to edit your regex so I can simply paste it into the BBEdit find dialog box? -- 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

Re: Need help with complex GREP pattern

2011-11-30 Thread Ronald J Kimball
On Wed, Nov 30, 2011 at 07:38:00AM -0800, David wrote: > THIS IS TRIP NUMBER 16 > THIS TRIP OPERATES ON DAY(S): 3 > CREW POSITIONS ARE: 1 CREW > >0300 PHX 07:40 CLT 13:34 03:54 23:233 01 00 00 01 00 00 1 >

Need help with complex GREP pattern

2011-11-30 Thread David
I can do baby-level GREP, but this is beyond me. I analyze airline schedules, and one thing I want to do is to be able to determine how many flights there are on the last day of a trip. Here is how the a trip entry in the big text file looks: THIS IS TRIP NUMBER 16 THIS TRIP OPERAT

Re: Subversion 1.7

2011-11-30 Thread jj
The command in previous mail didn't work as expected here is a more usefull version. USE AT YOUR OWN RISK. cd /path/to/working/copy ; find . -type d -and \! -path "*/.*" -print0 | xargs -0 -I% mkdir -vp "%/.svn" ; On Nov 29, 5:38 pm, jj wrote: > Found a work around : > > Create an empty .svn/ di

Re: Document Manager for individual settings of document items

2011-11-30 Thread Tom Robinson
I'd like to have a per-filetype setting for stripping trailing white space on save: useful for HTML but not something I want on for other types of data. On a per document basis, like line wrap, would be just OK. Cheers On 30/11/2011, at 19:41, HaFr wrote: > In the current version of BBedit

Re: Document Manager for individual settings of document items

2011-11-30 Thread Watts Martin
HaFr wrote: In the current version of BBedit the only option available for the settings of 'tabs' or 'spaces' is global. This is not correct, although the way to adjust this on a per-language basis is perhaps not entirely intuitive. (It is, however, in the very extensive user manual.) In Pref