Re: File Counterparts

2013-02-21 Thread Charlie Garrison
On 20/02/13 at 7:56 PM -0800, Corey Ehmke wrote: Are counterparts (File > Counterpart) only used to switch between .c and .h files? It would be really handy if there were language-specfic rules, e.g. in Ruby the counterpart for a class file would be its corresponding spec, so that foo.rb's

Re: Grep help?

2013-02-21 Thread Kendall Conrad
I had to switch the \n to \r before that would work. Nice approach to it. -Kendall On Thursday, February 21, 2013 12:49:46 AM UTC-5, Oliver Taylor wrote: > > On Feb 20, 2013, at 5:47 PM, Lorin Rivers > > wrote: > > Oh Mighty Ones, > > I have a big list that looks something like this: > speedo_

Re: File Counterparts

2013-02-21 Thread Corey Ehmke
It's cool that it can be done that way, but I don't want to add that to all of my source files. I'd rather configure it per langauge. On Thursday, February 21, 2013 2:10:40 AM UTC-6, Charlie Garrison wrote: > > On 20/02/13 at 7:56 PM -0800, Corey Ehmke > > wrote: > > >Are counterparts (File > C

Re: Grep help?

2013-02-21 Thread Sumtingwong
Here is what I came up with, also going to need a couple of passes. On the first run: Find: \.jpg\n(.*?\_bk\_?.+) Replace with: \.jpg,\1 On the second run: Find: \.jpg\n(.*?\_bk\_.+) Replace with the same as the first one: \.jpg,\1 Hope this works! Cheers, Spencer -- -- You recei

Re: File Counterparts

2013-02-21 Thread Rich Siegel
On Wednesday, February 20, 2013, Corey Ehmke wrote: Are counterparts (File > Counterpart) only used to switch between .c and .h files? No. The "Counterparts" menu in the navigation bar should show all possible counterparts for the file you're editing, based on a prefix match of the file na

How do I add specific markups to the markup palettes?

2013-02-21 Thread bdtanowitz
I know this must be a simple fix, but I do not see where I can add specific markups to the palette. thanks, BT -- -- 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 un

Re: Grep help?

2013-02-21 Thread Oliver Taylor
On Feb 21, 2013, at 3:58 AM, Kendall Conrad wrote: > I had to switch the \n to \r before that would work. \n and \r are interchangeable in 10.5+ -- -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. To post to this group, send emai