Re: How to open two files and see them at same time in Mac

2020-05-17 Thread Lee Hinde
Open the two files, make sure they are the two front-most files.

>From the Search menu select the second "Find Differences" menu item, towards 
>the bottom, then "Compare Two Front Windows".

> On May 17, 2020, at 1:40 PM, Liheng Wang  wrote:
> 
> I have two files,
> I need to compare them by myself.
> but it hard to see them at same time.
> My os is Mac
> and I know a function is called "compare"
> But, I Just want to see them at same time.
> can I do that?
> 

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "supp...@barebones.com" rather than 
posting here. Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/9F45CF43-1394-4226-8B1A-A97F814DAFB4%40gmail.com.


Re: json folding

2019-12-16 Thread Lee Hinde
And folding is back in today's update.

On Sun, Dec 15, 2019 at 5:23 PM Lee Hinde  wrote:

> Is there a switch to turn on folding in json files?
>

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or need technical support, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: <https://twitter.com/bbedit>
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/CA%2BePoMxKOdWdh-ps9gWr4mjFKvCMZSwhyMVg055muDuyWZwFhA%40mail.gmail.com.


json folding

2019-12-15 Thread Lee Hinde
Is there a switch to turn on folding in json files?

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or need technical support, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/CA%2BePoMzvmf%3DWs8CqAnGqUuQ0xz9cXoQ81zYv2q25s_JSEs9Yyw%40mail.gmail.com.


Find Differences between two folders showing all files

2019-05-21 Thread Lee Hinde
Doing a Find Differences between two folders. The results show all files, 
even though I do not have "LIst identical files in results" checked.

If I click on a file, it doesn't show any differences. 

Is there another setting I'm missing?

version 12.6.4 (412082, 64-bit, sandboxed)

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or need technical support, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/ccf3b966-49ec-4dcf-a26e-6d3659be0915%40googlegroups.com.


Re: RegEx Challenge, Title Case a column in an CSV File

2019-04-01 Thread Lee Hinde
I think this is the solution. Thanks.


> On Apr 1, 2019, at 12:05 PM, Roland Küffner  wrote:
> 
> As „title case“ is not a grep option (at least not to my knowledge) you have 
> two options: a) getting ambitious and thinking about scripting solution or b) 
> walk down the pragmatic way. That would be:
> Open the file in a spreadsheet app
> Copy the second column to BBEdit
> Text > Change Case > Title Case
> Paste it back into the spreadsheet
> Also: the younger incarnations of BBEdit give you some support for working 
> with columns. With the cursor in (any) column 2 of your text: Edit > Columns 
> > New Document with Columns. As above: change the case and copy the text back 
> using a vertical insertion selection and Columns > Rearrange
> 

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or need technical support, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.


RegEx Challenge, Title Case a column in an CSV File

2019-04-01 Thread Lee Hinde
I have a CSV file where the 2nd column contains names that are being 
provided all caps. I'd like to title case that column.

First column is a number, always, so:

123,HUMAN RESOURCES,
124,PUBLICATIONS,

I'd like to convert that to:

123,Human Resources,
124,Publications,

Is that doable with RegEx?  A quick google didn't provide anything I 
understood. (low bar)

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or need technical support, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.


Re: Close multiple files without saving

2019-03-12 Thread Lee Hinde
I did not know this. Thanks!


> On Mar 12, 2019, at 9:27 AM, Fletcher Sandbeck  wrote:
> 
> Close All Documents, Cmd-Option-W, brings up a single dialog listing all the 
> documents so you can select which to save or none. Hold down Option when you 
> hit the window close box and it seems to do the same thing.
> 
> Close All Windows, Cmd-Option-Shift-W, is similar but seems to ask about each 
> document individually.
> 
> [fletcher]
> 
> 
>> On Mar 12, 2019, at 8:51 AM, Jon Hill > > wrote:
>> 
>> I frequently open a new text file with the clipboard and eventually end up 
>> with many "untitled text nn" files open. It would be nice if I could close 
>> them en masse without selecting "Don't Save" for each one. I gotta figure 
>> there is a way... Is there?? I can select them all, but when I click a close 
>> box on one of the selected files, it asks if I want to save and only closes 
>> the one file, not all of the selected files.
>> 
>> 

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or need technical support, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.


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

2018-03-10 Thread Lee Hinde
Look for Expert Preferences in BBEdit Help (under the Help Menu).

> On Mar 10, 2018, at 9:24 AM, F. Alfredo Rego  wrote:
> 
> Very Nice, Patrick.
> 
> Is there a compact/terse list of all of these great “accessory prefs” 
> somewhere?
> 
> Thanks.
> 
> Alfredo
> 
>> On Mar 10, 2018, at 10:12 AM, Patrick Woolsey  wrote:
>> 
>> On 3/9/18 at 6:11 PM, bria...@gmail.com (Brian Christiansen) wrote:
>> 
 defaults write com.barebones.bbedit ProjectsListCanAcquireKeyboardFocus 
 -bool YES
>>> 
>>> Patrick, thank you. Now I have to struggle with whether I actually like 
>>> this or not. Because the Project sidebar is instant-activation, by which I 
>>> mean, it opens the file as soon as it's highlighted. So if I want to arrow 
>>> down 10 files to open the 10th, I wind up opening 1–10. On first 
>>> experiment, I opened 30 files in 1.5 seconds, unintentionally. ("This is 
>>> why it's not enabled by default behavior", Patrick thinks to himself.)
>>> 
>>> However, playing with this in the Currently open documents pane, that I've 
>>> liked a lot.
>> 
>> Apropos of when BBEdit opens files, there is an accessory pref as follows:
>> 
>> ===
>> Projects
>> 
>> [...]
>> 
>> * Project windows will ordinarily open an item in the file list for
>>   editing when you click on it and the editing view is visible. To
>>   require a double-click:
>> 
>>   [ please issue the following Terminal command ]
>> 
>>   defaults write com.barebones.bbedit ProjectsOpenItemsOnSingleClick -bool NO
>> 
>> ===
>> 
>> so you may wish to apply it as well. :-)
>> 
>> 
 Control-Tab
 Control-Shift-Tab
>>> 
>>> Thank you, Chris! This one is completely new to me.
>>> 
>> 
>> FWIW you can use these key shortcuts to switch between panes within a window 
>> in (nearly) every Mac application.
>> 
>> 
>> Regards,
>> 
>> Patrick Woolsey
>> ==
>> Bare Bones Software, Inc. 

-- 
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 you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.


Re: System Wide F5 Doesn't wo

2017-11-07 Thread Lee Hinde
Pub quiz time!

It was just Thunder.

Ok. I cheated. But just to confirm what I remembered.

http://www.rainmakerinc.com/company/boxes/

On Tue, Nov 7, 2017 at 2:59 PM, Ted Burger  wrote:

> Folks,
>
> While we are on this subject, does any one else use Spell Catcher?
> I have been using it since it was called Thunder something.
> Current versions of BBEdit do not appear to work well with it, text around
> the insertion point gets mangled.
>
> Thanks,
> Ted
> ***  Ted Burger  
> t...@tobsupport.com  * www.tobsupport.com
>
>
>
> On Nov 7, 2017, at 5:55 PM, Tom Robinson  wrote:
>
> Oh right.  Looks like you need to use BBEdit’s version.
>
> I don’t use either much, but they seem to work similarly.
>
> E-mail support for a definitive answer / feature request, but they might
> ask what problem you’re trying to solve / what you prefer about the system
> version :]
>
>
> On 2017-11-08, at 11:34, Scott in Pollock 
> wrote:
>
> Thanks Tom... but by default that is BBEdit's completion, and not the
> system wide OS feature I was referring to.
>
> I turned that shortcut off in BBEdit's prefs... but only get a beep now
> with F5.
>
> For day to stuff I prefer the OS completion mechanism, but can't figure
> out how to invoke it in BBEdit.
>
>
> --
> 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 you are subscribed to the Google Groups
> "BBEdit Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to bbedit+unsubscr...@googlegroups.com.
> To post to this group, send email to bbedit@googlegroups.com.
> Visit this group at https://groups.google.com/group/bbedit.
>
>
> --
> 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 you are subscribed to the Google Groups
> "BBEdit Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to bbedit+unsubscr...@googlegroups.com.
> To post to this group, send email to bbedit@googlegroups.com.
> Visit this group at https://groups.google.com/group/bbedit.
>

-- 
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 you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.


Re: Entering path for Save As filename doesn't go to the path :-(

2017-10-26 Thread Lee Hinde
I didn't know either of these ways to bring up the Go To Folder... dialog.

Thanks!

On Thu, Oct 26, 2017 at 6:40 AM, Sam Hathaway 
wrote:

> When I type '/' in the Save As dialog in BBEdit, the Go to Folder sheet
> pops up, same as in other Mac apps. Not sure what the problem is.
> -sam
>
> On October 26, 2017 8:44:20 AM EDT, Patrick Woolsey <
> pwool...@barebones.com> wrote:
> >On 10/25/17 at 5:22 PM, reflectiv...@gmail.com (Everywhere is
> >Nowhere) wrote:
> >
> >>BBEdit is the first editor I've used where if I enter in "Save
> >>As" a file path, it doesn't change the default location to the
> >>path to the specified path and then save the file whose name is
> >>the final component of the path there.
> >>
> >
> >You can do this via the Save dialog's standard (OS-wide) path
> >navigation support: just invoke "Save As..." and type
> >Command-Shift-G to bring up the "Go to folder" sheet, then paste
> >the desired path and press Return twice (once to navigate the
> >path, and the second time to perform the save).
> >
> >
> >Regards,
> >
> >  Patrick Woolsey
> >==
> >Bare Bones Software, Inc. 
>
>

-- 
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 you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.


Re: BBEdit 12 - Services Menu Item "New BBEDit document with selection" No Longer Working

2017-10-15 Thread Lee Hinde
Which OS? I tried it in Sierra, with Mail and it worked.

> On Oct 15, 2017, at 3:47 PM, Michael Newman  wrote:
> 
> After installing BBEdit 12 the Services Menu Item "New BBEDit document with 
> selection" is no longer working.
> 
> Other text related Services ("New TextEdit window with selection") are still 
> working, so it seems to not be a Services problem.
> 
> How do I restore the BBEdit Service?


-- 
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 you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.


Re: Grep help

2017-10-12 Thread Lee Hinde
Thanks. The sed example turned out to be recursive. Page 189 on the current
beta manual.

On Wed, Oct 11, 2017 at 1:15 PM, @lbutlr <krem...@kreme.com> wrote:

> On Oct 6, 2017, at 4:05 PM, Lee Hinde <leehi...@gmail.com> wrote:
> > 
> >
> > I want to change all occurrences of a semi-colon within a url to
> something else, like .
> >
> > I started with this search string:
> >
> > (href=\".*);(.*\"[ ,>])
> >
> > and this replacement string:
> >
> > \1\\2
>
> One issue is that what you are replacing is contained in what you want to
> replace WITH, so you need to replace the semicolons that aren't part of the
> '' string.
>
> You'll need to check the BBEdit manual on this, starting not he bottom of
> page 187 of the 11.6 manual.
>
> "Positional Assertions
>
> Positional assertions “anchor” a pattern, without actually matching any
> characters."
>
> (?
> For example.
>
> --
> Apple broke AppleScripting signatures in Mail.app, so no random signatures.
>
>

-- 
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: <http://www.twitter.com/bbedit>
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.


Re: Grep help

2017-10-09 Thread Lee Hinde
thanks.

On Sun, Oct 8, 2017 at 9:24 AM, Roland Küffner <medienmeis...@gmail.com>
wrote:

> Although this is the BBEdit forum, I would recommend good 'ol "sed" from
> the command line for this job. Something like this should work:
>
> sed '/new.html
>
> to do it on all files in the working directory:
> find . -name '*.txt' -exec sed -i '' '/
> Or, less cryptic, open the file in vim. Here, the same command would be
> :/
> These examples replace every ":" with "" only on lines that contain
> " - please adapt). And of course: try this on copies first - no guarantee,
> that command does not wreak havoc upon your files :-)
>
> To bring this back to BBEdit: It would be a nice addition if BBEdit's
> search window would someday get an additional "only search lines matching a
> pattern" functionality :-)
>
> Roland
>
> On Sat, Oct 7, 2017 at 12:05 AM, Lee Hinde <leehi...@gmail.com> wrote:
>
>> I've taken over a project and have many many html files with strings like
>> this:
>>
>> 
>>
>> I want to change all occurrences of a semi-colon within a url to
>> something else, like .
>>
>> I started with this search string:
>>
>> (href=\".*);(.*\"[ ,>])
>>
>> and this replacement string:
>>
>> \1\\2
>>
>> The problem is it is only replacing one of the semi-colons (and oddly, to
>> me, not the first one) and I'd like to replace all of them.
>>
>> Pointers would be appreciated.
>>
>>
>

-- 
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: <http://www.twitter.com/bbedit>
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.


Grep help

2017-10-06 Thread Lee Hinde
I've taken over a project and have many many html files with strings like
this:



I want to change all occurrences of a semi-colon within a url to something
else, like .

I started with this search string:

(href=\".*);(.*\"[ ,>])

and this replacement string:

\1\\2

The problem is it is only replacing one of the semi-colons (and oddly, to
me, not the first one) and I'd like to replace all of them.

Pointers would be appreciated.

-- 
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 you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.


Re: Unindicted co-conspirators

2017-03-10 Thread Lee Hinde
I’m just guessing, since I’m there and you’re not, in my about box, that while 
dear to their hearts, you’re fame is localized.

> On Mar 10, 2017, at 4:06 PM, Néstor E. Aguilera  
> wrote:
> 
> With the new release of BBEdit, I noticed that I am an "unindicted 
> co-conspirator".
> 
> I don't know for how long I have held that position, but my sincere 
> thanks--and laughs--for the distinguished title to the wonderful people who 
> do the real work.
> 
> It is really nice to belong to this group.
> 
> All the best,
> 
> Nestor
> 
> -- 
> 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 you are subscribed to the Google Groups 
> "BBEdit Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to bbedit+unsubscr...@googlegroups.com.
> To post to this group, send email to bbedit@googlegroups.com.
> Visit this group at https://groups.google.com/group/bbedit.

-- 
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 you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.


Re: TextWrangler feature - Reopen documents that were open at last quit

2016-10-17 Thread Lee Hinde

> On Oct 17, 2016, at 1:29 PM, Ron Feldman  wrote:
> 
> In the Application preferences of the OSX version of TextWrangler, there is 
> the option to "Reopen documents that were open at last quit" along with the 
> sub-option to "Restore unsaved changes". This is version 5.5.2. What this 
> does, magically, is allow me to have an infinite number of "clipboards" that 
> are persistent through re-boots. TextWrangler is apparently saving all my 
> open files, even if I don't save them. So I don't have to come up with names 
> for items that are meaningless beyond a few days' work, and I don't have to 
> find a place to store them. For example, I currently am up to "untitled text 
> 113" - just tons of little clipboards that I can check back on and don't 
> really need to clean up until I just feel like tossing the old clipboards, 
> which I do every once in a while.
> 
> Is this super special amazing feature also in BBEdit? I really like making my 
> coworkers jealous with my infinite persistent clipboards, and I don't want to 
> lose that feeling of superiority.

Yes.

-- 
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 you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.


Re: BBEDIT 11.6.1 navigation bar

2016-08-29 Thread Lee Hinde
On Mon, Aug 29, 2016 at 8:25 AM, JacquesBBB 
wrote:

> Hi All,
>
> I am a little bit disoriented with the new behavior  of the navigation bar
> in bbedit 11.6.1
>
> I do not like to have to go to the far right to get the routines/function
> list.
>
> I do not find where to copy the file name as it was possible before.
>
>
In 11.6 you use the widget on the far right of the document window. It
looks like a document icon.


> Do I miss something ?
>
> 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 you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.


Re: File Path in Editor

2016-08-01 Thread Lee Hinde
I just tested 11.5 vs 11.6 and got the same result. in 11.5 you saw the remote 
path, in 11.6 you get the local copy path.

> On Aug 1, 2016, at 8:41 AM, George Migash  wrote:
> 
> I'm fairly certain that prior to the 11.6 update, the file path shown at the 
> top of the editor was the actual path to the file. Now, it shows the path to 
> the cache file (which is just gibberish). This is causing trouble for my 
> workflow, because I can't quickly see what file I am actually working on. For 
> example, in the screenshot attached, I have two files open named "index.php" 
> which are of course in two separately directories, or in some cases on two 
> different servers. The trouble is that I cannot tell which file is which by 
> looking at the file path in the editor, since it does not tell me the actual 
> path of the real file. Previously (unless I am crazy) bbedit shoes the real 
> file path here. I cannot seem to find a setting to change to make that 
> happen. Please advise.

-- 
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 you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.


A few tips about 11.6

2016-07-12 Thread Lee Hinde
A comment by Flash Sheridan (there's a blast from the past) on the Tidbits
notice  about the 11.6 update:

*Flash Sheridan  **2016-07-11 14:28*


A couple of things that didn’t make the release notes:

• Syntax checking no longer puts up a dialog box on success. (This isn’t a
bug so long as you’re aware of the change.)

• Flake8 is really annoying; it even reports as _errors_ spacing it doesn’t
like in Python comments. If you happen to have it installed, there’s no way
to prevent it from taking over the old Check Syntax menu item. I tried to
install a custom configuration file for it (which is inadequately
documented), but that didn’t hush all the insanity, so I ended up having to
move the executable.

• The good news is that if you want to use Flake8 occasionally in its
disabled position, you can now use bbresults on it from the scripts menu:

/usr/local/bin/flake8_OFF "$BB_DOC_PATH" | bbresults --pattern flake8

-- 
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 you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Re: Getting just the differences.

2016-01-09 Thread Lee Hinde
Thanks for the suggestions!

> On Jan 9, 2016, at 7:25 AM, Christopher Stone <listmeis...@suddenlink.net> 
> wrote:
> 
> On Jan 08, 2016, at 18:04, Lee Hinde <leehi...@gmail.com> wrote:
>> I'm doing a Find Differences between two files. I want to copy just the 
>> lines that are different, from both files, into a new document so I can send 
>> that to someone. 
> __
> 
> Hey Lee,
> 
> That's really simple from the command-line.
> 
> # Run from a BBEdit Worksheet:
> 
> diff "/Users/chris/Downloads/Test 01.txt" "/Users/chris/Downloads/Test 
> 02.txt" | sed -En '/[<>]/p'
>> Sometimes you feel like a nut.
>> Testarossa!
> < The ravenous wolf chased Little Red Riding Hood up a tree.
> < Nervous nellies eshew the command-line.
>> Some more text to test with.
> 
> The greater-than and less-than symbols point to which file the line shows up 
> in.
> 
> The different lines are in order from top to bottom.
> 
> From there it's easy to massage the text into the form you want.
> 
> Here's an example script (run using menu #! > Run in BBEdit):
> 
> #! /usr/bin/env bash
> 
> FILE01="/Users/myUserName/Downloads/Test 01.txt";
> FILE02="/Users/myUserName/Downloads/Test 02.txt";
> 
> diffText=$(diff "$FILE01" "$FILE02" | sed -En '/[<>]/p');
> 
> file01Lines=$(sed -En '/^ file02Lines=$(sed -En '/^>/p' <<< "$diffText");
> 
> file01Lines=$(sed -E 's!^[<][[:blank:]]*!!' <<< "$file01Lines");
> file02Lines=$(sed -E 's!^[>][[:blank:]]*!!' <<< "$file02Lines");
> 
> echo $FILE01;
> echo "";
> echo "$file01Lines"
> echo "";
> echo $FILE02;
> echo "";
> echo "$file02Lines"
> 
> # OUTPUT
> 
> 
> Jan 09, 2016, 09:21:42
> untitled text 345
> 
> /Users/chris/Downloads/Test 01.txt
> 
> The ravenous wolf chased Little Red Riding Hood up a tree.
> Nervous nellies eshew the command-line.
> 
> /Users/chris/Downloads/Test 02.txt
> 
> Sometimes you feel like a nut.
> Testarossa!
> Some more text to test with.
> 
> --
> Best Regards,
> Chris
> 
> -- 
> 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: <http://www.twitter.com/bbedit>
> 
> --- 
> You received this message because you are subscribed to the Google Groups 
> "BBEdit Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to bbedit+unsubscr...@googlegroups.com.
> To post to this group, send email to bbedit@googlegroups.com.

-- 
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: <http://www.twitter.com/bbedit>

--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Getting just the differences.

2016-01-08 Thread Lee Hinde
I'm doing a Find Differences between two files. I want to copy just the
lines that are different, from both files, into a new document so I can
send that to someone.

Is there a way to do that?

-- 
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 you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Re: Edit > Show Clipboard (BBEdit 10)

2015-12-17 Thread Lee Hinde
Thank you!

> On Dec 17, 2015, at 3:54 PM, Christopher Stone <listmeis...@suddenlink.net> 
> wrote:
> 
> On Dec 16, 2015, at 18:49, Lee Hinde <leehi...@gmail.com 
> <mailto:leehi...@gmail.com>> wrote:
>> Replying here just to show I checked the archives first...
>> 
>> Is there a way to view the BBEdit clipboard history, other than selecting 
>> the previous clipboard and pasting X times?
> __
> 
> Hey Lee,
> 
> No.  At least not built-in.
> 
> You can do it with an AppleScript though.
> 
> --
> Best Regards,
> Chris
> 
> ---
> # Auth: Christopher Stone
> # dCre: 2015/12/17 17:37
> # dMod: 2015/12/17 17:48 
> # Appl: BBEdit
> # Task: Set selection to text chosen from BBEdit's clipboards.
> # Tags: @Applescript, @Script, @BBEdit, @Choose, @Clipboard, @Text
> ---
> 
> tell application "BBEdit"
>   set clipboardList to contents of clipboards
>   
>   set pickedClipboardList to choose from list clipboardList with title 
> "BBEdit Clipboard Contents" with prompt ¬
> "Pick 1 or more:" default items {item 1 of clipboardList} ¬
> multiple selections allowed true ¬
> without empty selection allowed
>   
>   set AppleScript's text item delimiters to return
>   
>   if pickedClipboardList ≠ false then set selection to pickedClipboardList as 
> text
>   
> end tell
> 
> ---
> 

-- 
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: <http://www.twitter.com/bbedit>

--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Re: Edit > Show Clipboard (BBEdit 10)

2015-12-16 Thread Lee Hinde
Replying here just to show I checked the archives first...

Is there a way to view the BBEdit clipboard history, other than selecting
the previous clipboard and pasting X times?

On Sat, Jan 3, 2015 at 6:13 PM, ego...@gmail.com  wrote:

> BBEdit 10.5 Release Notes
>  includes
> this:
>
>
>-
>
>The "Show Clipboard" command on the Edit menu has been retired. It now
>lives on a farm upstate.
>
>
> On Saturday, January 3, 2015 10:11:21 AM UTC-5, Jean-Christophe Helary
> wrote:
>>
>> Hello all,
>>
>> I'm browsing the tutorial and I'm surprised to see a feature that does
>> not seem to appear in the interface.
>>
>> On page 22, it says "Like the Finder, BBEdit has a Show Clipboard command
>> on the Edit menu." But I've been checking the Edit menu (and all the other
>> menus for that matter) to no avail.
>>
>> I can find a Previous/Next Clipboard at the bottom of the Edit menu, but
>> a "Show Clipboard" is nowhere to be seen.
>>
>> Am I missing something ?
>>
>> Jean-Christophe Helary
>
>
>

-- 
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 you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Re: [ANN] BBEdit 11.5 (3809) pre-release

2015-11-23 Thread Lee Hinde
On Mon, Nov 23, 2015 at 8:17 AM, Rich Siegel  wrote:

>[DOC] The "Find Differences" dialog box has been reworked.
>
> The old path controls are dragged to the curb, and have been
> replaced with edit fields. When you choose a file, its path is
> entered in to the edit field. You can leave it alone, or make edits
> to it to choose alternative locations.
>
> The image to the right of each path shows a file or folder icon if
> the path refers to an item on disk; if the item indicated by the
> path does not exist, the image will show an alert icon.
>
> The image wells are also drop targets: you can drag a file or folder
> in to specify it. Finally, double-clicking in an image well will
> reveal the selected item in the Finder.
>
> The "Compare: ( ) Files ( ) Folders" switch is gone. Find
> Differences will figure out what you want to do based on the items
> you provide. (You can only compare a file to a file or a folder to a
> folder.)
>

Thank you; thank you very much.

-- 
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 you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Re: Change default extension

2015-11-06 Thread Lee Hinde
https://en.wikipedia.org/wiki/Alphabetical_list_of_filename_extensions_(S%E2%80%93Z)

Apparently it is (wikipedia-) legit.

No file type listed, probably because it's assumed.


On Fri, Nov 6, 2015 at 1:44 PM, Frank Eves  wrote:

> Like you, I've used personal computers for a day or two. :) My first home
> computer was a CP/M machine that used the 8.3 filename format, so, yes, I'm
> familiar with '.txt'. No argument that the '.txt' extension is the
> standard; that said, this is 2015, not the 1970s and I'd like to use
> '.text', so my question remains… My hunch is that you're correct, setting a
> language type that uses '.text' may be what I'm looking for. Is that the
> way to go?
>
> Cheers, Frank
> http://frankeves.com/
>
> > On Nov 6, 2015, at 12:50, @lbutlr  wrote:
> >
> > I hate to be that guy, but…
>
>

-- 
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 you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Re: How to open a file (already present in a project window) in an additional window?

2015-02-03 Thread Lee Hinde
Oddly, (to me) once the document is open, you can move it to a new window
from the Currently Open Documents pane. This pane appears below the
project file list, once there are open files.

Why you can't do that from the file list is probably due to, uhm,
insufficient requests...


[image: Inline image 1]

On Tue, Feb 3, 2015 at 11:41 AM, Bruce Van Allen b...@cruzio.com wrote:

 On 2/3/15 at 11:24 AM, v...@ghitulescu.de (Vlad Ghitulescu) wrote:

  Hi Bruce!
 
 
  That works too, thanks!
 
  Chris’ solution is a little faster though, take a look.

 Yes, I hadn't noticed that menu command - thanks Chris!

 --

   - Bruce

 _bruce__van_allen__santa_cruz__ca_

 --
 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: http://www.twitter.com/bbedit

 ---
 You received this message because you are subscribed to the Google Groups
 BBEdit Talk group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to bbedit+unsubscr...@googlegroups.com.
 To post to this group, send email to bbedit@googlegroups.com.


-- 
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: http://www.twitter.com/bbedit

--- 
You received this message because you are subscribed to the Google Groups 
BBEdit Talk group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Re: You Will Love This: Balthisar Tidy

2014-11-11 Thread Lee Hinde
I wasn't clear. That was a reference to the question about XML formatting,
not to the original question about html tidying.

On Mon, Nov 10, 2014 at 4:15 PM, WordWeaver777 wordweaver...@gmail.com
wrote:


  On Nov 11, 2014, at 10:06 AM, Lee Hinde leehi...@gmail.com wrote:
 
  Markup/Utilities/Format.. might work for you...

 Lee, as noted earlier, Markup/Utilities/Format only reformats an HTML
 document. It does not auto-correct the HTML code itself, which is what some
 of us are after, now that Tidy has been dropped from BBEdit.


 ---
 You received this message because you are subscribed to the Google Groups
 BBEdit Talk group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to bbedit+unsubscr...@googlegroups.com.
 To post to this group, send email to bbedit@googlegroups.com.


-- 
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: http://www.twitter.com/bbedit

--- 
You received this message because you are subscribed to the Google Groups 
BBEdit Talk group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Re: You Will Love This: Balthisar Tidy

2014-11-10 Thread Lee Hinde
Markup/Utilities/Format.. might work for you...

On Mon, Nov 10, 2014 at 12:07 PM, Tom Robinson barefootg...@gmail.com
wrote:

 How is it on tidying XML?  My main use of the built-in tidy in BBEdit 10
 is cleaning run-together XML for debugging.

 Sent from my iPhone

  On 10/11/2014, at 11:38, Jim Derry balthi...@gmail.com wrote:
 
  More importantly, I hope that you find that Balthisar Tidy is
 well-designed and usable (if it's the type of tool you would use, that is).



-- 
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: http://www.twitter.com/bbedit

--- 
You received this message because you are subscribed to the Google Groups 
BBEdit Talk group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Re: Django Language Module

2014-11-02 Thread Lee Hinde
I'm not aware of any, but I haven't looked in a year or two..

On Sat, Nov 1, 2014 at 9:11 AM, Dan Ross d...@rosspixelworks.com wrote:

 Hi François -

 Sorry. I meant the templating language.

 I've been working on one, but I wanted to make sure I'm not repeating work
 that's already been done.

 On Saturday, November 1, 2014 7:58:32 AM UTC-5, François Schiettecatte
 wrote:

 Dan

 Not sure what you mean by a Django language module. Django is a web
 framework written in Python, did you meant that ? Or the templating
 language it uses ?

 If you want Django language help, you might want to look at Dash  at
 http://kapeli.com/dash , it has a Django docset.

 François

  On Oct 31, 2014, at 9:16 PM, Dan Ross d...@rosspixelworks.com wrote:
 
  Hi folks-
 
  I've been searching around for any Django language modules for BBEdit
 without any success. Does anyone know of any?
 



-- 
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: http://www.twitter.com/bbedit

--- 
You received this message because you are subscribed to the Google Groups 
BBEdit Talk group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Re: Underlined text

2014-10-28 Thread Lee Hinde
If I was typing 'th'-tab to auto complete, then it would only mark what I'd
actually entered... That would explain it.

But after I figured it out I did a bunch of 'learning' and so I can't
duplicate it.


On Tue, Oct 28, 2014 at 6:46 AM, François Schiettecatte 
fschietteca...@gmail.com wrote:

 It checks as you type.

 F.

  On Oct 28, 2014, at 9:35 AM, LuKreme krem...@kreme.com wrote:
 
  On 28 Oct 2014, at 05:30 , François Schiettecatte 
 fschietteca...@gmail.com wrote:
  Its just the spell checked, you can switch that off in Preferences -
 Editor Defaults - Check spelling as you type.
 
  Yes, but why aren’t all the incidences of misspelt words underlined?
 
  That seems… concerning. A tad.
 
  --
  We all need help with our feelings. Otherwise, we bottle them up, and
  before you know it powerful laxatives are involved.
 
  --
  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: http://www.twitter.com/bbedit
 
  ---
  You received this message because you are subscribed to the Google
 Groups BBEdit Talk group.
  To unsubscribe from this group and stop receiving emails from it, send
 an email to bbedit+unsubscr...@googlegroups.com.
  To post to this group, send email to bbedit@googlegroups.com.

 --
 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: http://www.twitter.com/bbedit

 ---
 You received this message because you are subscribed to the Google Groups
 BBEdit Talk group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to bbedit+unsubscr...@googlegroups.com.
 To post to this group, send email to bbedit@googlegroups.com.


-- 
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: http://www.twitter.com/bbedit

--- 
You received this message because you are subscribed to the Google Groups 
BBEdit Talk group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Underlined text

2014-10-27 Thread Lee Hinde
Why is this text underlined?

http://f.cl.ly/items/1g1O1i2R380O2K0o2Q0R/Image%202014-10-27%20at%202.43.07%20PM.png

and why just some of it?


(BBEdit 11, Yosemite)

-- 
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: http://www.twitter.com/bbedit

--- 
You received this message because you are subscribed to the Google Groups 
BBEdit Talk group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Re: Underlined text

2014-10-27 Thread Lee Hinde
it's a spelling alert. Not sure why not all uses are flaggged.

On Mon, Oct 27, 2014 at 2:44 PM, Lee Hinde leehi...@gmail.com wrote:

 Why is this text underlined?


 http://f.cl.ly/items/1g1O1i2R380O2K0o2Q0R/Image%202014-10-27%20at%202.43.07%20PM.png

 and why just some of it?


 (BBEdit 11, Yosemite)


-- 
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: http://www.twitter.com/bbedit

--- 
You received this message because you are subscribed to the Google Groups 
BBEdit Talk group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Re: Collections

2014-08-07 Thread Lee Hinde
thanks for asking. That's real useful and I hadn't noticed it...


On Thu, Aug 7, 2014 at 2:05 PM, Watts Martin lay...@gmail.com wrote:

 Okay, thanks. Maybe just a sentence or two in the manual. It's
 discoverable, but very slightly mysterious. :)


 On Thu, Aug 7, 2014 at 12:49 PM, Patrick Woolsey pwool...@barebones.com
 wrote:

 On 8/7/14 at 3:33 PM, lay...@gmail.com (Watts Martin) wrote:

  Curiosity point: in a project window, there's an Add Collection...
 command which adds a little box icon to your project window you can add
 files and folders to. [...]


 That's exactly what a collection is :-), i.e. a collection is a visual
 navigation aid which allows you to group items (files and folders) within
 the file list independent of their positions on disk.

 So, if this helps, I'll be happy to add same to the next turn of the
 manual... :-)


 Regards,

  Patrick Woolsey
 ==
 Bare Bones Software, Inc. http://www.barebones.com/

 --



-- 
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: http://www.twitter.com/bbedit

--- 
You received this message because you are subscribed to the Google Groups 
BBEdit Talk group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Re: Extract string found in line

2014-05-12 Thread Lee Hinde
The longer string is like this:

 - [27/Mar/2014:11:06:59 -0700] GET /public/search/?q=lunch+time+boot+vamp
HTTP/1.1 200 18045 http://www.example.com/public/minion/edit/177304;
Mozilla/5.0 (Linux; U; Android 4.3; en-us; SCH-I535 Build/JSS15J)
AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30


On Sun, May 11, 2014 at 9:05 PM, Christopher Stone 
listmeis...@suddenlink.net wrote:

 On May 11, 2014, at 14:36, Lee Hinde leehi...@gmail.com wrote:
  I am parsing apache log files. This is the grep pattern I'm using:
 
  GET /public/search/\?q=(\w|\+|\.|-)+
 __

 Hey Lee,

 When making these kinds of requests it's always better if you provide an
 actual sample of the data you're working with.

 Just looking at it I could say:

 Find:

 .*(GET /public/search/\?q=(\w|\+|\.|-)+).*

 Replace:

 \1

 But I'd much rather see the data and actually test my solution.

 For that matter this seems like a job for a Perl filter.

 --
 Best Regards,
 Chris

 --
 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: http://www.twitter.com/bbedit

 ---
 You received this message because you are subscribed to the Google Groups
 BBEdit Talk group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to bbedit+unsubscr...@googlegroups.com.
 To post to this group, send email to bbedit@googlegroups.com.


-- 
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: http://www.twitter.com/bbedit

--- 
You received this message because you are subscribed to the Google Groups 
BBEdit Talk group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Extract string found in line

2014-05-11 Thread Lee Hinde
I am parsing apache log files. This is the grep pattern I'm using:

GET /public/search/\?q=(\w|\+|\.|-)+

works fine. But I want to extract just the text that matches that string
and lose all the rest of the line.

How would I do that?

-- 
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: http://www.twitter.com/bbedit

--- 
You received this message because you are subscribed to the Google Groups 
BBEdit Talk group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Re: ftp?

2014-04-04 Thread Lee Hinde
+1 :-)

On Apr 4, 2014, at 6:30 AM, Greg Raven gregra...@gmail.com wrote:

 I never change anything, so I still use Fetch, which works well with BBEdit. 
 In Fetch, you can set it so that with a Fetch FTP window open, you can select 
 a file, click Edit, and it opens in BBEdit.
 
 On Thursday, April 3, 2014 4:43:59 AM UTC-7, goo...@softwaretimes.com wrote:
 I just upgraded to Mavericks and BBEdit 10.5. I had been using Interarchy 6.2 
 (ftp) on my iBook G4. Which ftp client would you guys recommend that works 
 well with BBEdit?
 
 Thanks.
 
 Denny Schlesinger
 
 

-- 
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: http://www.twitter.com/bbedit

--- 
You received this message because you are subscribed to the Google Groups 
BBEdit Talk group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Re: Opening FTP/SFTP Browser Window with Applescript

2014-02-21 Thread Lee Hinde
Thank you!

On Feb 21, 2014, at 8:05 AM, Christopher Stone listmeis...@suddenlink.net 
wrote:

 On Feb 20, 2014, at 18:52, Lee Hinde leehi...@gmail.com wrote:
 I'd like to open an FTP/SFTP browser window bookmark with Applescript. 
 Recording the action doesn't do anything. And, while I see FTP browser 
 window in the scripting dictionary, I have no idea how to use it.
 __
 
 Hey Lee,
 
 This stuff is not well documented in the manual (that I can find).
 
 This works and produces a FTP Browser Window.  Unfortunately you cannot speak 
 to the window once it's open.
 
 ---
 
 tell application BBEdit
   activate
   make new FTP browser window
 end tell
 
 ---
 
 You would expect to be able to do something like this, but you can't.
 
 ---
 
 set theURL to ftp://yourdomain.com;
 set userName to yourUserName
 set thePassword to yourPassword
 
 tell application BBEdit
   activate
   make new FTP browser window with properties {server:theURL, 
 user:userName, password:thePassword}
 end tell
 
 ---
 
 This is what actually works to open a FTP browser window to your desired 
 location:
 
 ---
 
 tell application BBEdit
   open location ftp://username:passw...@yourdomain.com:21/;
 end tell
 
 ---
 
 You can do the same thing using the command line tool:
 
 bbedit 'ftp://username:passw...@yourdomain.com:21/'
 
 --
 Best Regards,
 Chris
 

-- 
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: http://www.twitter.com/bbedit

--- 
You received this message because you are subscribed to the Google Groups 
BBEdit Talk group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Opening FTP/SFTP Browser Window with Applescript

2014-02-20 Thread Lee Hinde
I'd like to open an FTP/SFTP browser window bookmark with Applescript. 
Recording the action doesn't do anything. And, while I see 
FTP browser window in the scripting dictionary, I have no idea how to use 
it.

Any pointers would be appreciated.

-- 
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: http://www.twitter.com/bbedit

--- 
You received this message because you are subscribed to the Google Groups 
BBEdit Talk group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Re: Python syntax highlighting

2013-04-12 Thread Lee Hinde
I've not tried editing the  highlighting attributes, but I was curious, so I 
compared those two commands between BBEdit, TextMate and PyCharm. Results here:

https://www.dropbox.com/s/xe1bkmxeuce98j3/python-highlighting.png

fwiw. Thanks for the diversion. :-)

On Apr 12, 2013, at 4:01 PM, Andrew DiNatale andrew.dinat...@gmail.com wrote:

 I just downloaded BBedit and i was trying to write some python, i noticed the 
 lack of syntax highlighting right out of the box. For instance, in the line 
 buffer = infile.read(buffersize) and outfile = open('new.txt', 'w'), I 
 expected read and open to be highlighted differently than the rest of the 
 line but the whole line is while.
 
 As a BBedit noob, is there something I should change or doing wrong? Thanks

-- 
-- 
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 options, visit this group at
http://groups.google.com/group/bbedit?hl=en
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: http://www.twitter.com/bbedit

--- 
You received this message because you are subscribed to the Google Groups 
BBEdit Talk group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: BBEdit Python

2013-02-11 Thread Lee Hinde

On Feb 11, 2013, at 2:13 PM, Chip G. n1mie.c...@gmail.com wrote:

 On Feb 11, 2013, at 16:12, Maarten Sneep wrote:
 
 On 11 feb. 2013, at 21:25, Chip G. n1mie.c...@gmail.com wrote:
 
 I'm trying to learn Python. I have a book that is helping me along. I'd 
 like to use BBEdit as my editor, but I'm having some issues. Part of this 
 is an Apple/Fink thing. Part of the problem is that the version of python 
 get if I run using 'python' is old (v2.7.1). If I force paths I can get 
 v2.7.3 or v3.2.3. As near as I can tell, BBEdit uses the version as if I 
 typed 'python' which doesn't work properly with the code in the book. Even 
 if I download the authors copy directly. So I'm trying to find a way to 
 force BBEdit to use a specific version 2.7.3 or 3.2.3 vice the 2.7.1 it 
 keeps preferring. Any ideas?
 
 What's the first line of your script?
 
 It starts with a line with a '#' and the name of the file. Next after that is:
 
 from tkinter import *
 
 Which works under python 3.2 but not in python 2.7 unless I make it Tkinter.
 
 If I do
 $python myscript.py
 It uses 2.7.1.
 
 If I do
 $python2.7 myscript.py
 It uses 2.7.3.
 
 If I do
 $python3.2 myscript.py
 It uses 3.2.3.
 
 If I run it from BBEdit it runs behaves the same as the first example. My 
 script, which is calling for Tk to draw a very basic window, doesn't work 
 under 2.7.1 but does under 2.7.3 and 3.2.3. I can test this from the command 
 line perfectly. What I need is a way to control what BBEdit is using.
 
 If python 2.7.1 rejects the code, then I assume that the code is written for 
 python 3 (which is a sensible version to learn these days).
 
 Nope, works under 2.7.3. And if your statement is true it still doesn't 
 explain how to force BBEdit to use 3.
 
 You can try to set the first line to:
 
 #!/usr/bin/env python3
 
 That looks like bash script, will that work at the beginning of a python 
 script?
 
 Tried it and BBEdit gave me this error:
 env: python3: No such file or directory
 
 If that doesn't work, try to be more specific (open a terminal, and see 
 which versions of python are available, typing python and pressing the 
 tab-key should provide some options).
 
 See above.
 
 As a last resort, you could use the full path to python:
 
 #!/usr/local/bin/python3
 
 No, still getting the same errors (tried forcing 2.7.3 too, no dice).
 
 I'm sure others will provide the correct method for getting BBEdit to 
 recognize your scripts and finding the appropriate interpreter.
 
 I hope so ... :)
 
 
 --
Chip
 

try this in terminal:

which python3

then use the resulting path as above.


-- 
-- 
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 options, visit this group at
http://groups.google.com/group/bbedit?hl=en
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: http://www.twitter.com/bbedit

--- 
You received this message because you are subscribed to the Google Groups 
BBEdit Talk group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Save All command???

2013-01-28 Thread Lee Hinde

On Jan 28, 2013, at 12:48 PM, drtimh...@gmail.com wrote:

 Is it just me, or does anyone else really hate the lack of a Save All 
 command in BBEdit? I tend to work on updates that span multiple files at 
 once, and i dont know how many times I've been tripped up by missing saving 
 just ONE of the files and getting a bad build as a result.
 
 Any more votes for Save All in BBedit???
 
 --Tim
 

Hold the option key and you get Save All. Or, option-command-S



-- 
-- 
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 options, visit this group at
http://groups.google.com/group/bbedit?hl=en
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: http://www.twitter.com/bbedit

--- 
You received this message because you are subscribed to the Google Groups 
BBEdit Talk group.
To unsubscribe from this group, send email to 
bbedit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Missing ASCII Palette?

2013-01-15 Thread Lee Hinde
Thanks.. Exactly and specifically what I needed. :-)


On Mon, Jan 14, 2013 at 5:14 PM, Bruce Van Allen b...@cruzio.com wrote:

 On 2013-01-14 at 4:35 PM, leehi...@gmail.com (Lee Hinde) wrote:

 Sooo, I haven't done this in a while, but the other thing the ascii
 palette
 let you do was highlight a character in a document and then see what it
 is... Is there an equivalent of that?


 Of course :-)

 Select the character(s), and then choose the Character Inspector from the
 Palettes menu, and you'll see the representations of the selected
 character(s) in Hex, Decimal, Escaped, and Unicode formats.


 Best Regards,

   - Bruce

 _bruce__van_allen__santa_cruz_**ca_


 --
 --
 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+unsubscribe@**googlegroups.combbedit%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/**group/bbedit?hl=enhttp://groups.google.com/group/bbedit?hl=en
 
 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: http://www.twitter.com/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 bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
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: http://www.twitter.com/bbedit





Re: Missing ASCII Palette?

2013-01-14 Thread Lee Hinde
Sooo, I haven't done this in a while, but the other thing the ascii palette
let you do was highlight a character in a document and then see what it
is... Is there an equivalent of that?




On Sun, Jan 13, 2013 at 9:02 AM, LuKreme krem...@kreme.com wrote:

 On 04 Jan 2013, at 00:53 , Tom Robinson barefootg...@gmail.com wrote:
  You can use the OS-wide Special Characters panel (bottom of the Edit
 menu):  use the gear menu to customise the list, and turn on Unicode.  You
 can then insert any Unicode character you'd like, including control ones.
  They can also be added to your favourites.
 
  If you turn on Unicode Hex Input (System Prefs - Language  Text -
 Input Sources), you can also 'type' them directly:  e.g. option-0,
 option-0, option-0, option-9 (U+0009) yields a tab.
 

  You may be able to use BBEdit Clippings too, I haven't played with them.

 This seems much more convoluted and difficult.

 --
 'Good and bad is tricky, she [Esme] said. 'I ain't too certain about
 where people stand. P'raps what matters is which way you face.'

 --
 --
 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 options, visit this group at
 http://groups.google.com/group/bbedit?hl=en
 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: http://www.twitter.com/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 bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
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: http://www.twitter.com/bbedit





Re: BBEdit 3.5 and Cyberduck

2012-12-24 Thread Lee Hinde
On Dec 22, 2012, at 8:05 PM, Bruce Van Allen b...@cruzio.com wrote:

 On Saturday, December 15, 2012 6:04:16 AM UTC+11, Dan Poynor wrote:
 Since updating to 3.5 I'm no longer able to use BBEdit as my
 preferred editor with Cyberduck FTP client 4.2.1...
 Cyberduck will launch BBEdit but selected remote files will not open. ...
 
 On 12/22/12 at 5:21 PM, uwallr...@tekwizard.net wrote:
 I'm encountering the same problem with BBedit 10.5 and Cyberduck 4.2.1
 - when trying to open files within Cyberduck it opens BBedit but then
 is not responding any more. Cyberduck and BBedit is a great ...
 
 I also use BBEdit's built-in FTP access some of the time, but  I agree with 
 you that  a dedicated FTP client with Edit in BBEdit is a great tool. I can 
 imagine how frustrating it must be to have your usual setup fail!
 
 I assume you've contacted Barebones support and also David Kocher at 
 Cyberduck about this.
 
 Meanwhile, have you tried any other FTP clients on your machine? Over here I 
 just checked and everything works fine with Fetch -- currently running Fetch 
 5.7.3  BBEdit 10.5.1 on OS X 10.8.2.
 
 Besides Fetch, another seasoned FTP client many on this list swear by is 
 InterArchy. (My only association with Fetch/InterArchy is that I've used them 
 forever.)
 
 Hope you find a solution.
 
 
 Best Regards,
 
  - Bruce

As solutions go, BBEdit works great with Fetch, but Fetch doesn't do s3, which 
Cyberduck does. If you set your external editor to TextMate, the external 
editing in Cyberduck works fine. Many quivers makes a happy archer. Or 
something.

And, BBEdit 3.5, really?

Merry Christmas.

-- 
-- 
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 options, visit this group at
http://groups.google.com/group/bbedit?hl=en
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: http://www.twitter.com/bbedit





Re: Stop find-and-replace results notifications?

2012-12-16 Thread Lee Hinde

On Dec 16, 2012, at 1:40 AM, p...@slamix.nl wrote:

 On Sunday, December 16, 2012 3:25:14 AM UTC+1, Lee Hinde wrote:
  
 Me being lazy: does that turn off all notifications, or can you still get the 
 alert within BBEdit? I use the search and replace as a 'get a count' 
 sometimes.
 
 Lee, good question. Well, at first I didn't see *any* notification after a 
 Search and Replace, but then I figured that I had tried the expert pref 
 setting that Tom Robinson mentions in this thread (which didn't seem to make 
 a difference). Setting the bool in the expert pref command to YES indeed made 
 the little alert at the top of the document reappear. This is pretty much 
 what I'd like to see (and you too probably), so: stay off the expert pref 
 setting and just shut the notifications down in the System Preferences.
 


thanks.

-- 
-- 
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 options, visit this group at
http://groups.google.com/group/bbedit?hl=en
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: http://www.twitter.com/bbedit





Re: Stop find-and-replace results notifications?

2012-12-15 Thread Lee Hinde

On Dec 15, 2012, at 7:44 AM, p...@slamix.nl wrote:

 Replying to myself: the Notification Center (system) preferences indeed allow 
 you to turn off these Notifications. Happy camper now. Thanks Rod for 
 mentioning these prefs.
 

Me being lazy: does that turn off all notifications, or can you still get the 
alert within BBEdit? I use the search and replace as a 'get a count' sometimes.

-- 
-- 
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 options, visit this group at
http://groups.google.com/group/bbedit?hl=en
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: http://www.twitter.com/bbedit





Re: BBEdit using 25% CPU doing nothing ?

2012-10-30 Thread Lee Hinde

On Oct 30, 2012, at 2:50 PM, FrankS frank.siebenl...@gmail.com wrote:

 Accidentally noticed in the Activity Monitor that BBEdit 10.5 3221 using 25% 
 CPU doing nothing… 
 
 meaning I'm not compiling anything, no scripts running, just waiting in the 
 background with a number of files open.
 
 
 
 Doesn't feel right (?).
 
0.2 (less than one.)


-- 
-- 
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 options, visit this group at
http://groups.google.com/group/bbedit?hl=en
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: http://www.twitter.com/bbedit





Re: Where do you keep projects?

2012-10-01 Thread Lee Hinde

On Oct 1, 2012, at 12:18 PM, Oliver Taylor olivertay...@me.com wrote:

 Where do you save your projects? In the project's folder? In a projects 
 folder?
 
 I know you can save them anywhere, I'm asking where the list prefers to keep 
 their BBEdit Project Files. Just curious.
 


| Project Parent Folder
| Project Data Folder  — sometimes this is the project folder, 
sometimes the project folder is in it
| Project Admin Folder   — design notes, invoices, etc.
- BBEdit projects file   — etc.



-- 
-- 
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 options, visit this group at
http://groups.google.com/group/bbedit?hl=en
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: http://www.twitter.com/bbedit





Re: Windows alternative to BBEdit

2012-08-29 Thread Lee Hinde
On Aug 28, 2012, at 5:33 PM, Robert Scott scottr...@gmail.com wrote:

 Hey all,
 I'm a BBEdit user, but I just got a job as a Developer at a Windows shop,
 They are using TextPad...  Can anyone recommend an alternative, something
 closer to BBEdit or Coda?
 
 Thanks!

http://www.sublimetext.com/

-- 
-- 
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 options, visit this group at
http://groups.google.com/group/bbedit?hl=en
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: http://www.twitter.com/bbedit





Re: Remote file path mapped to local

2012-05-31 Thread Lee Hinde

On May 30, 2012, at 1:47 AM, Mike Conley wrote:

 
 
 On Monday, 28 May 2012 06:57:21 UTC+1, eddyk wrote:
 [...] Problem of incorrect file path resolution in 10.7.4  is present on iMac 
 i3 and MacBook Pro, for all users. Repairing permissions, reinstalling using 
 Mac 10.7.4 combo do not resolve the issue.
 Any ideas ? Thanks.
 
 You know, I really would like to know why it is that people insist on posting 
 incredibly detailed bug reports to this forum, rather than sending them to 
 Bare Bones technical support. I mean, as someone who has to deal with 
 technical support issues myself, I'm quite curious. Is it just a mistrust of 
 the official channels? Is it that people send in reports and get no response 
 and are thus frustrated? Is it just plain ignorance? Is it the fact that the 
 Google Groups facility doesn't make it easy to shove the 'contact technical 
 support' notice in people's faces?
 
 And I wonder whether BB have simply given up and now consider this forum (and 
 the others) as simply an alternative to the tech support e-mail address. I 
 mean, I would be sorely tempted to do so -- at least if any significant 
 fraction of my bug reports came through this channel rather than the 
 recommended one.
 
 Anyway. Just wondering, really.
 

I don't know if it's the motivation, but it helps me in six months when I have 
the same problem and I can google it and find a thread and maybe figure it out 
without bothering anyone else.


-- 
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 options, visit this group at
http://groups.google.com/group/bbedit?hl=en
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: http://www.twitter.com/bbedit


Re: Coda 2 is nice, but no match for BBEdit

2012-05-24 Thread Lee Hinde
On May 24, 2012, at 4:20 AM, Martin Post wrote:

 This is not strictly BBEdit related, but may be relevant to some HTML  CSS 
 coders here anyway.
 
 There was a lot of excitement around Coda 2 during the last days, and I gave 
 into the hype and bought it today from the App Store at the reduced price, 
 although I maintain all my sites in BBEdit. I was curious enough to spend 40 
 EUR.
 
 Long story short: It's a nice app. The GUI is beautiful, the reference docs 
 are a welcome addition. But in terms of features - especially with regards to 
 site management -, even Coda 2 doesn't hold a candle to BBEdit. Includes 
 alone (which can be updated and fine-tuned using variables) are something I 
 couldn't live/work without – Coda's snippets are not really an adequate 
 replacement. Same goes for fine-tuned RegEx search/replace, collections, the 
 markup editor, Process Lines containing etc. I would love to see a 
 Transmit-style Sync site feature in BBEdit, but that's about the only 
 feature I really need a third-party app for.
 
 I guess I will use Coda here and there for a small project, but for 
 everything else, I'll stick with BBEdit.
 
 (All this is not supposed to badmouth a competitor, but it might save some 
 people some money.)
 
 -- 

I got confused and bought Capo instead.


-- 
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 options, visit this group at
http://groups.google.com/group/bbedit?hl=en
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: http://www.twitter.com/bbedit


Re: where did Markup-Utilities-Comment go?

2012-02-21 Thread Lee Hinde

On Feb 21, 2012, at 6:44 AM, Mike Arnold wrote:

 David,
 
 That works, so its all good.
 
 Shew, I really thought that used to be in Utilities ... oh well,
 another day, something forgotten! :-)
 
 Mike.
 

The 'comment' commands were consolidated. You're not going crazy. Well, you may 
be going crazy, but this isn't why.


-- 
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 options, visit this group at
http://groups.google.com/group/bbedit?hl=en
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: http://www.twitter.com/bbedit


Extra, unneeded, help from Edit Markup

2011-12-08 Thread Lee Hinde
Let's say I have this html tag:

img src=!--#4dvar [Host]Image_URL-- alt=Host Image /

The !--#4dvar [Host]Image_URL— is the syntax used by my server software to 
insert text.

So, I call up the new (sigh) Edit Markup dialog to add height and width 
attributes.

When I'm done I have this:

img src=lt;!--#4dvar [Host]Image_URL--gt; alt=Host Image width=125 
height=125 /

The Edit Markup dialog does me the favor of breaking the tagging syntax by 
converting my  and  characters.

This is long standing behavior. Is there a way to turn that off?

-- 
Lee Hinde   
Hinde.Net
l...@hinde.net
(916) 596-0436

-- 
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 options, visit this group at
http://groups.google.com/group/bbedit?hl=en
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: http://www.twitter.com/bbedit


Re: Replace with newline character

2011-09-30 Thread Lee Hinde
You can type option-return in the replace box after the semi-colon.

Find: ;
Replace ;
option-return

On Sep 30, 2011, at 9:40 AM, mweisman wrote:

 I have some very long sql queries that are stored in a single line
 with statements separated by a ; to get around a bug in a program I
 use that limits me to single line queries. When I need to make changes
 to the queries, I like to split them out into multiple lines to make
 them readable. Most text editors allow me to do a find and replace to
 replace ';' with ';\n' to split them out. BBEdit just inserts a
 literal '\n' in place of a new line, even when I have the grep button
 clicked.
 
 Is there another way to use a new line as a replacement character?
 
 Thanks,
 
 Michael
 
 --
 Michael Weisman

-- 
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 options, visit this group at
http://groups.google.com/group/bbedit?hl=en
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: http://www.twitter.com/bbedit


Re: where's my mailto:?

2011-09-07 Thread Lee Hinde

On Sep 7, 2011, at 3:07 PM, Margaret Martin wrote:

 Am I missing something, or did version 10 remove the auto-formatting
 for the HTML tag mailto:? I loved being able to highlight an email
 address in the code and with two clicks add the properly formatted
 mailto: link. I used this smart function frequently and can't believe
 it's gone!
 
 Any ideas?
 
 Searching this list for mailto: is pointless (it seems to pull up
 every single message) and there's nothing in the manual, either.
 
 Loss of this functionality is enough to make me consider downgrading
 to v.9, which I really don't want to do.
 

Search the archives for anchor tags in v. 10 very inconvenient and look for 
the 10.0.2 pre-releases.

-- 
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 options, visit this group at
http://groups.google.com/group/bbedit?hl=en
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: http://www.twitter.com/bbedit


Get a list of files found in a folder differences call

2009-06-29 Thread Lee Hinde

Hi;

Is there a way to get the list of files that have differences when
using the Find Differences command to compare two folders? I.e., I'd
like the list of files that have differences and the list of files
that exist in one or the other.

Thanks.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups BBEdit Talk group.
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 options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a specific feature request or would like to report a suspected (or 
confirmed) problem with the software, please email to supp...@barebones.com 
rather than posting to the group.
-~--~~~~--~~--~--~---



symbol list accessible in AppleScript

2008-12-04 Thread Lee Hinde

Is the symbol list accessible in AppleScript?

For instance, if I have a CSS file open, can I get a list of
attributes that would show up in the symbol list?

Thanks.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups BBEdit Talk group.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a specific feature request or would like to report a suspected (or 
confirmed) problem with the software, please email to [EMAIL PROTECTED] 
rather than posting to the group.
-~--~~~~--~~--~--~---



Re: BBedit vs. textmate

2008-11-11 Thread Lee Hinde

On Tue, Nov 11, 2008 at 1:57 PM, Rich Siegel [EMAIL PROTECTED] wrote:

 On 11/11/08 at 4:10 PM, [EMAIL PROTECTED] (Lee Hinde) wrote:

Is there a way to get projects to use relative paths to files, ala TM?

 Not today, no; but we're looking at doing so as an enhancement
 to the project file format.

 R.
 --
 Rich Siegel Bare Bones Software, Inc.
 [EMAIL PROTECTED]  http://www.barebones.com/

Perfect; thanks.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups BBEdit Talk group.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a specific feature request or would like to report a suspected (or 
confirmed) problem with the software, please email to [EMAIL PROTECTED] 
rather than posting to the group.
-~--~~~~--~~--~--~---



Re: BBedit vs. textmate

2008-11-09 Thread Lee Hinde

On Sun, Nov 9, 2008 at 5:23 AM, Jim Correia [EMAIL PROTECTED] wrote:

 On Nov 8, 2008, at 11:04 PM, Lee Hinde wrote:

 Command-/ comments text and TextMate is smart enough to figure out
 what kind of comment I need. Even if I'm in an html doc and I'm
 commenting some in-line javascript or css, TM does the right thing.

 The Un/Comment... command on the Text menu in BBEdit does language
 aware un/commenting.

 You can assign a keyboard equivalent to it view Preferences - Menus.


Thanks. I'd been using the comment button in the html palette. (yes, I
know it's an 'html' palette, but a guy can hope, right?)

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups BBEdit Talk group.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a specific feature request or would like to report a suspected (or 
confirmed) problem with the software, please email to [EMAIL PROTECTED] 
rather than posting to the group.
-~--~~~~--~~--~--~---



Re: Switching between BBEdit and Textmate

2008-09-30 Thread Lee Hinde
On Mon, Sep 29, 2008 at 8:47 AM, Maarten Sneep [EMAIL PROTECTED]wrote:


 On 25 sep 2008, at 10:36, Nevan King wrote:

  Is there a quick way to quickly switch editing a file between BBEdit
  and Textmate? For example, if I'm editing a file in BBEdit and I want
  to open the same file in Textmate, usually I'll drag the icon from the
  menubar onto the Textmate icon, then save when I finish and go back to
  BBEdit. I'd find this easier if I could set up a shortcut key (even
  better if I could do it in both BBEdit and Textmate). The way you can
  switch editing between Photoshop and Illustrator is a good example.

 This AppleScript will switch from BBEdit to TextMate:

 (* Script to switch a document from BBEdit to TextMate.
 Written by Maarten Sneep, 2008. Enjoy *)

 tell application BBEdit
-- save the active document
if (modified of active document of window 1) then
save active document of window 1
end if
-- get path of active document
set mypath to get file of active document of window 1
-- get line number of insertion point
set theSelection to selection
set theline to (startLine of selection)
-- Hope that 'mate' is installed in a location that is in the
 standard path.
-- if sh complains, use full path here.
-- assumes mate can be called with a +linenumber argument to set the
 active line.
do shell script mate +  (theline as string) quoted form
 of
 (POSIX path of mypath)
 end tell

 -- end script


I changed the last line as follows: do shell script /usr/local/bin/mate  
 quoted form of (POSIX path of mypath)

Sending the line number just confused TextMate.

Thanks for this!




 Maarten




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups BBEdit Talk group.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a specific feature request or would like to report a suspected (or 
confirmed) problem with the software, please email to [EMAIL PROTECTED] 
rather than posting to the group.
-~--~~~~--~~--~--~---



Looking for BBEdit equiv. to TextMate functions.

2008-08-28 Thread Lee Hinde

I've just updated to 9.x after sitting out the 8.x series. I've been
using TextMate.

There are two actions/keystrokes that I use frequently with TextMate
and I'm wondering how to do the same in BBEdit.

With the first, I could type something like:

html

and type control-shift-leftarrow and I'll end up with:

html/html

The second keystroke is control-shift-w. It works on selected text, so
if I were to select the following text:

here is some text

and hit the keystroke, i'd end up with:

phere is some text/p

Pointers are appreciated.

Thanks.

 - Lee

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
BBEdit Talk group.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/bbedit?hl=en
-~--~~~~--~~--~--~---