Re: grep help coordinates

2018-03-05 Thread Marek Stepanek
On 05.03.18 22:49, Steve Wilson wrote: > Need help trying to figure out how to do a grep search and replace in BBEdit > of a couple of coordinates into KML. > Unfortunately the order of the lat/long needs to be flipped. > Here is what it looks like: > > (32.839098817184, -97.303764761793) > >

Re: Navigating folders and files in a project sidebar from the keyboard?

2018-03-05 Thread F. Alfredo Rego
Hello Brian, I use Keyboard Maestro with great success for these kinds of challenges. Enjoy! Alfredo > On Mar 5, 2018, at 4:07 PM, Brian Christiansen wrote: > > Hello, > > After searching the user manual (love that thing) and this group, I can't > find anything on

Re: grep help coordinates

2018-03-05 Thread Steve Wilson
Thanks! -- 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: --- You received this message because

Navigating folders and files in a project sidebar from the keyboard?

2018-03-05 Thread Brian Christiansen
Hello, After searching the user manual (love that thing) and this group, I can't find anything on getting around within the sidebar without taking my hands off the keyboard. What I am picturing is, 1. Key combo to shift focus to the sidebar 2. Keys to move through the hierarchy, in the

Re: grep help coordinates

2018-03-05 Thread Fletcher Sandbeck
Something like this should do it. The unescaped parentheses define groups which are referred to by \1 and \2 in the replacement pattern. The escaped parentheses match the actual parentheses around the coordinates. Find: \(([0-9.-]+), ([0-9.-]+)\) Replace: \2,\1 Hope this helps, [fletcher] >

grep help coordinates

2018-03-05 Thread Steve Wilson
Need help trying to figure out how to do a grep search and replace in BBEdit of a couple of coordinates into KML. Unfortunately the order of the lat/long needs to be flipped. Here is what it looks like: (32.839098817184, -97.303764761793) And I need it to look like this:

[ANN] BBEdit 12.1.2 (410045) pre-release

2018-03-05 Thread Rich Siegel
Good morning folks, We're currently working on another maintenance update to BBEdit 12 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

Reopen with Encoding keyboard shortcut

2018-03-05 Thread Graham Buck
Is there a way to set a keyboard shortcut for Reopen with Encoding. I cannot find it in the BBEdit shortcut preference pane and when trying to set one through the macOS keyboard shortcut system it seems to catch the option under Markup->Character Set. If not through the gui somehow, maybe