Re: How to Run a line of code in external program

2010-01-13 Thread Bruce Van Allen
On 2010-01-12 at 11:31 AM, chriscorb...@gmail.com (Chris) wrote: Just curious, are people also using the shell worksheet in BBEdit? Short answer: Yes. Long answer: Oh, yes. Here's one of my uses: I prepare voter data for election campaigns. I run large sets of data through a series of

Re: help sorting pairs

2010-01-13 Thread Steve Kalkwarf
I have a long list of Json entries in the usual formatting key:value, - for example : UTB: Cancel, ATB:Delete, and so on - I need to sort them out alphabetically by value - like in the example above are ok (c, d) even if the keys are not. Is there an option/regex on sort line that can

Re: help sorting pairs

2010-01-13 Thread le...@gmail
On 13-Jan-2010, at 07:01, gio wrote: UTB: Cancel, ATB:Delete, and so on - I need to sort them out alphabetically by value - like in the example above are ok (c, d) even if the keys are not. Is there an option/regex on sort line that can help me with this job? I am going insane trying to