Re: How to remove timing string?

2023-05-30 Thread Rod Buchanan
Use Text -> Process Lines Containing... and enter this search string: \d\d:\d\d:\d\d Make sure "Grep" and "Delete matched lines" are checked. — Rod > On May 30, 2023, at 7:23 AM, Otto Munters wrote: > > Hello, I am a new BBEdit user and want to remove all timings from a srt file

Re: Add space between paragraphs

2023-05-29 Thread Rod Buchanan
If you are looking to change this this is paragraph 1. this is paragraph 2. to this this is paragraph 1. this is paragraph 2. This search/replace should do it: Search: \n Replace: \n\n Make sure Grep is enabled. HTH, — Rod > On May 29,

Re: extracting a similar but changing pattern

2022-07-27 Thread Rod Buchanan
> Rod you were correct in that I did not know about the quadded item in the > menu. And your suggestion worked as well. Thanks. > > Instead of extracting, how would I move the ip addresses from the end of the > line to the beginning. > > > > On Wed,

Re: extracting a similar but changing pattern

2022-07-27 Thread Rod Buchanan
ICYDNK there is a built-in search pattern for IP addresses. In the Find dialog click the lowercase "g" dropdown and select "Dotted Quad": (\d+\.){3}\d+ Modify it: (c=(\d+\.){3}\d+) Then click "Extract" as Kjetil suggested. > On Jul 26, 2022, at 7:55 PM, DiBello Design

Re: Help with a GREP task

2022-07-03 Thread Rod Buchanan
-- Rod > On Jul 3, 2022, at 2:35 PM, David Brostoff wrote: > > On Jul 3, 2022, at 10:07 AM, Rod Buchanan wrote: >> >> Another command-line option would be to use cut. Assuming the fields are >> separated by a space: >> >> $ cut -d ' '

Re: Help with a GREP task

2022-07-03 Thread Rod Buchanan
> On Jul 3, 2022, at 10:07 AM, Rod Buchanan wrote: >> >> Another command-line option would be to use cut. Assuming the fields are >> separated by a space: >> >> $ cut -d ' ' -f1 source_file.txt > output_file_1.txt >> $ cut -d ' ' -

Re: Help with a GREP task

2022-07-03 Thread Rod Buchanan
On Jun 29, 2022, at 10:22 PM, David Brostoff wrote: > On Jun 29, 2022, at 7:43 PM, David Kelly wrote: >> >> In terminal.app it would be something like this: >> >> awk ‘{ print $1 >> “col-1.txt” >> print $2 >> “col-2.txt” }’ input.txt > > As I mentioned, I am completely ignorant of awk, so

Re: Need help changing one column of data into two

2022-06-01 Thread Rod Buchanan
Search: ^(\d\d\d\d-\d\d-\d\d)\s\((\d+)\) Replace:\1\t\2 -- Rod > On Jun 1, 2022, at 9:40 AM, Howard wrote: > > Darren, > > When I run your solution in BBEdit, in the output the numbers that should be > in Column 2 are not appearing. > > Howard > > On Tuesday, 31 May 2022 at

Re: Man Pages for Command-line Tools

2022-05-24 Thread Rod Buchanan
tools? Thanks, -- Rod > On May 24, 2022, at 10:02 AM, Rich Siegel wrote: > > On 24 May 2022, at 10:24, Rod Buchanan wrote: > >> Can someone tell me where the man pages for the command-line tools are >> installed? Looks like I need to update my MANPATH. > > They're ins

Man Pages for Command-line Tools

2022-05-24 Thread Rod Buchanan
Can someone tell me where the man pages for the command-line tools are installed? Looks like I need to update my MANPATH. Thanks, -- Rod -- This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please email "supp...@barebones.com"

Re: Deleting emoji characters

2020-10-24 Thread Rod Buchanan
Text -> Zap Gremlins… should work, though depending on the content it may remove more than just the emojis. -- Rod > On Oct 24, 2020, at 9:45 AM, Tim A wrote: > > How do I strip emoji characters from a body of text? > >  藍藍 > > ♥️ > > 殺 > > > > > -- > This is the BBEdit Talk public

Re: Counting occurrences of names

2020-10-08 Thread Rod Buchanan
>4 Harvey Haney >2 Apple Jones >2 Sam Blue >1 Banana Herb > > Thus, the names are ordered by the number of times they appear, and if two or > more names have the same number of occurrences, they are displayed in > alphabetical order. > > Howard &

Re: Counting occurrences of names

2020-10-07 Thread Rod Buchanan
What does the line below do? > cut -d' ' -f3-4 > > Howard > > On Wednesday, 7 October 2020 at 10:11:31 am UTC-4 Rod Buchanan wrote: > > Click Text -> Run Unix Command… , then run this: > > cut -d' ' -f3-4 | sort | uniq -c > > When I copy/paste your data I

Re: Counting occurrences of names

2020-10-07 Thread Rod Buchanan
Click Text -> Run Unix Command… , then run this: cut -d' ' -f3-4 | sort | uniq -c When I copy/paste your data I get these results: 2 Apple Jones 1 Banana Herb 4 Harvey Haney 2 Sam Blue -- Rod -- Rod > On Oct 6, 2020, at 1:23 PM, Howard wrote: > > I have the

Re: Using BBEdit to `touch` files

2020-03-21 Thread Rod Buchanan
My guess it is from macOS' BSD heritage. Definitely not what I'm used to on our Linux boxes, or what I remember (been a while) on AIX. > On Mar 21, 2020, at 4:11 PM, @lbutlr wrote: > > On 21 Mar 2020, at 06:24, Rod Buchanan wrote: >> date -j -v -99d +"%Y%m%d” >

Re: Using BBEdit to `touch` files

2020-03-21 Thread Rod Buchanan
I think the existing date command could have also given you what you want: date -j -v -99d +"%Y%m%d" > On Mar 21, 2020, at 12:59 AM, @lbutlr wrote: > > This might be useful to someone even though it is only tangentially related > to BBEdit. I spent quite a bit of time (let’s

Re: Any plan to port a Linux (debian/Ubuntu) version

2020-03-02 Thread Rod Buchanan
Look under the "File" Menu Open from FTP/SFTP Server... I've been using this to edit files on AIX/Linux servers for as long as I've used BBEdit. > On Mar 2, 2020, at 9:31 AM, Stephane Gauvin > wrote: > > Interesting -- you mean from a Mac running BBedit,

Re: Single Line HTML Comments Possible?

2019-05-20 Thread Rod Buchanan
groups.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/cf547d71-d2e2-4fa7-8af8-e70ce1c6d81e%40googlegroups.com. -- Rod Buchanan Kelly Supply Company 1004 W Oklahoma Ave Grand Islan

Re: GREP question: how to find and remove tags in XML document

2019-05-13 Thread Rod Buchanan
il 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/d80839da-8a6d-4d0b-b5c9-3d38a

Re: How to put numbers in front of selected lines?

2019-04-01 Thread Rod Buchanan
ng emails from it, send an > email to bbedit+unsubscr...@googlegroups.com > <mailto:bbedit+unsubscr...@googlegroups.com>. > To post to this group, send email to bbedit@googlegroups.com > <mailto:bbedit@googlegroups.com>. > Visit this group at https://groups.google.com/

Re: How to put numbers in front of selected lines?

2019-03-28 Thread Rod Buchanan
Doh! That should be chmod 755 NumberLines.sh > On Mar 28, 2019, at 8:25 AM, Rod Buchanan wrote: > > > Or create a two-line shell script (name it "NumberLines.sh") and put it in > Library/Application Support/BBEdit/Text Filters > > #!/bin/sh &g

Re: How to put numbers in front of selected lines?

2019-03-28 Thread Rod Buchanan
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 > <mailto:bbedit+unsubscr...@googlegroups.com>. > To

Re: Two windows, one updating, one not?

2019-02-22 Thread Rod Buchanan
On Feb 21, 2019, at 5:04 PM, Bruce Van Allen wrote: > On 2/20/19 at 4:06 PM, barb...@signalfx.com (Barbara Snyder) wrote: > >> Is there a feature whereby I could have the same doc open in two windows, >> but my edits just show up in one of them? So one is reference and one is >> current

Re: Create a "foldable" section within a Python function

2018-11-29 Thread Rod Buchanan
Or Right-click -> Fold Selection > On Nov 29, 2018, at 8:40 AM, Néstor E. Aguilera > wrote: > > Hi Gauvins, > >> On 29 Nov 2018, at 02:34, Gauvins wrote: >> >> I have a long list of constants at the top of a function. Would be great if >> is could be collapsed, like what happens with

Re: Bug or "Feature"?

2018-10-31 Thread Rod Buchanan
D) install of Mojave. I seem to remember getting a “Terminal wants to …” pop-up shortly after the install, and I’m pretty sure I clicked “Don’t Allow”. Probably the source of the issue. -- Rod Buchanan Kelly Supply Company 1004 W Oklahoma Ave Grand Island, NE 68802-1328 308 382-5670 x1120 &

Re: Bug or "Feature"?

2018-10-31 Thread Rod Buchanan
D) install of Mojave. I seem to remember getting a “Terminal wants to …” pop-up shortly after the install, and I’m pretty sure I clicked “Don’t Allow”. Probably the source of the issue. -- Rod Buchanan Kelly Supply Company 1004 W Oklahoma Ave Grand Island, NE 68802-1328 308 382-5670 x1120 &

Re: Bug or "Feature"?

2018-10-30 Thread Rod Buchanan
/tmp is 755 and /private/tmp is 777 — where’s the logic in that? I guess it’s a "feature” of Mojave. Maybe they’ll correct it in an update. Thanks for the response. -- Rod > On Oct 30, 2018, at 11:59 AM, Patrick Woolsey wrote: > > On 10/30/18 at 10:34 AM, rodb.li...

Re: Use BBEdit as Remote Editor

2018-08-20 Thread Rod Buchanan
I figured I was missing something ... :) > On Aug 18, 2018, at 1:32 AM, Charlie Garrison > wrote: > > On 17 Aug 2018, at 23:32, Rod Buchanan wrote: > > Assuming you have installed the command line tools (BBEdit -> Install Command > Line Tools...), wouldn't this do

Re: Use BBEdit as Remote Editor

2018-08-17 Thread Rod Buchanan
Assuming you have installed the command line tools (BBEdit -> Install Command Line Tools...), wouldn't this do what you want: $ bbedit sftp://u...@host.domain.com//home/user/file.txt ? If you have SSH keys setup on both machines you can leave "user@" off $ bbedit

Re: Log Clearing in BBEdit

2018-06-25 Thread Rod Buchanan
> > >> On Jun 25, 2018, at 11:30 AM, Rod Buchanan wrote: >> >> >> The Console app in Applications->Utilities might do what you want also. > > > > Cheers > beer...@gmail.com > > > > -- > This is the BBEdit Talk public discussio

Re: Log Clearing in BBEdit

2018-06-25 Thread Rod Buchanan
.com > <mailto:bbedit+unsubscr...@googlegroups.com>. > To post to this group, send email to bbedit@googlegroups.com > <mailto:bbedit@googlegroups.com>. > Visit this group at https://groups.google.com/group/bbedit > <https://groups.google.com/group/bbedit>. -- Rod Buchanan

Re: Losing Preferences

2017-10-13 Thread Rod Buchanan
FYI that doesn't work. I tried it and it is back to read/write. > On Oct 13, 2017, at 8:11 AM, Rod Buchanan <r...@kdsi.com> wrote: > > > I'm just throwing this out ... I have no idea what impact it would have on > BBEdit. > > You could try changing the permissio

Re: Losing Preferences

2017-10-13 Thread Rod Buchanan
ot;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

Re: Preferences Question

2017-10-12 Thread Rod Buchanan
Apologies, I didn't think to check expert prefs. Running that has no affect. > On Oct 12, 2017, at 11:39 AM, Rich Siegel <sie...@barebones.com> wrote: > > On Thursday, October 12, 2017, Rod Buchanan <r...@kdsi.com> wrote: > >> My settings got hosed the other d

Re: Preferences Question

2017-10-12 Thread Rod Buchanan
This is with version 11.6.8 (397082). I also may have tried beta 12.0 399015 around the same time. Maybe that did something? > On Oct 12, 2017, at 11:02 AM, Rich Siegel <sie...@barebones.com> wrote: > > On Thursday, October 12, 2017, Rod Buchanan <r...@kdsi.com&g

Re: Preferences Question

2017-10-12 Thread Rod Buchanan
lt;sie...@barebones.com> wrote: > > On Thursday, October 12, 2017, Rod Buchanan <r...@kdsi.com> wrote: > >> Where is the preference for saving document state located? I've looked and >> looked but can't find it. > > There is no explicit setting; what problem are you t

Preferences Question

2017-10-12 Thread Rod Buchanan
Where is the preference for saving document state located? I've looked and looked but can't find it. TIA, -- Rod Buchanan -- 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" r

Re: Unix Script Output Formatting Documentation

2017-08-18 Thread Rod Buchanan
dit Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to bbedit+unsubscr...@googlegroups.com > <mailto:bbedit+unsubscr...@googlegroups.com>. > To post to this group, send email to bbedit@googlegroups.com > <mailto:bbedit@go

Re: Changing linefeeds in a whole bunch of files

2017-07-13 Thread Rod Buchanan
s group and stop receiving emails from it, send an > email to bbedit+unsubscr...@googlegroups.com > <mailto:bbedit+unsubscr...@googlegroups.com>. > To post to this group, send email to bbedit@googlegroups.com > <mailto:bbedit@googlegroups.com>. > Visit this group at https://grou

Re: How to Force BBEdit Spell Checker to Default to U.S. English?

2017-02-15 Thread Rod Buchanan
Go to System Preferences -> Keyboard -> Text and check the "Spelling:" dropdown. Mine says "Automatic by Language" and BBEdit behaves as it should. I am in the US. > On Feb 14, 2017, at 4:43 PM, Bill Kochman wrote: > > Hello Chris, > > I have two

Re: Regex to find blank lines and lines with only spaces

2017-01-12 Thread Rod Buchanan
email to bbedit+unsubscr...@googlegroups.com > <mailto:bbedit+unsubscr...@googlegroups.com>. > To post to this group, send email to bbedit@googlegroups.com > <mailto:bbedit@googlegroups.com>. > Visit this group at https://groups.google.com/group/bbedit > <https://g

Re: Sort on column postion

2016-09-27 Thread Rod Buchanan
Like this: Searching pattern: ^.+?(\d{2})/(\d{2})/.+?$ Specific sub-patterns: \2 \1 To sort year/month/day Searching pattern: ^.+?(\d{2})/(\d{2})/(\d{4}).+?$ Specific sub-patterns: \3 \2 \1 > On

Re: Sort on column postion

2016-09-27 Thread Rod Buchanan
Change the searching pattern to this: ^.+?(\d{2})/.+?$ > On Sep 27, 2016, at 12:07 AM, Frere Roy wrote: > > If my date was in US format with the month at the beginning, how could I sort > on the 2 numbers BEFORE the slash? > > Maie Fg

Re: Leveled up in grep

2016-09-15 Thread Rod Buchanan
I think "\010" would have worked also, but don't hold me to that. > On Sep 15, 2016, at 12:42 PM, Lorin Rivers wrote: > > Howdy, > > Needed to be able to append a zero to the result of a search but "\10" has > meaning in replacements. So I learned named references,

Re: Sort email addresses by domain name...

2016-07-06 Thread Rod Buchanan
to bbedit+unsubscr...@googlegroups.com > <mailto:bbedit+unsubscr...@googlegroups.com>. > To post to this group, send email to bbedit@googlegroups.com > <mailto:bbedit@googlegroups.com>. -- Rod Buchanan Kelly Supply Company 1004 W Oklahoma Ave Grand Island, NE 68802-1328 308 3

Re: Replacing number followed by letter o

2016-01-20 Thread Rod Buchanan
se 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. -- Rod Buchanan Kelly Supply

Re: Replacing number followed by letter o

2016-01-20 Thread Rod Buchanan
On Jan 20, 2016, at 9:42 AM, Francisco Hirsch wrote: > I am correcting a scanned book and have the problem that zeroes are rendered > as the letter o and one’s as the letter l > So I tried (using grep): > Find (\d)o > Replace \10 > That’s when I discovered

Re: having issues with "User Selection for Find" not doing anything

2015-10-30 Thread Rod Buchanan
On Oct 29, 2015, at 10:54 PM, Gabe Anzelini wrote: > I thought perhaps it might have been a keyboard issue so, as the video shows, > I tried using the actual menu (shutter the thought as a keyboard junky) and > it doesn't work. It works for me in v11.1.4 (3775). If I

Untitled Documents

2014-12-05 Thread Rod Buchanan
When I close BBEdit with Untitled documents open, they are restored when I restart it. Does anyone know where the Untitled docs are stored? Thanks, -- Rod -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email

Re: grep- Delete everything in each line before a specific character

2014-08-29 Thread Rod Buchanan
: -- Rod Buchanan KDSI / Kelly Supply Co / ISCO 308 382-8764 x1120 -- 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

Re: BBEdit 10.5.6 and Dash

2013-12-17 Thread Rod Buchanan
, 2013, at 5:29 PM, Rod Buchanan rodb.i...@gmail.com wrote: On Dec 16, 2013, at 10:18 AM, François Schiettecatte fschietteca...@gmail.com wrote: I would be curious what the outcome is. I usually get good results but sometimes they are all over the map. Maybe it is a term selection issue

Re: BBEdit 10.5.6 and Dash

2013-12-16 Thread Rod Buchanan
On Dec 16, 2013, at 1:14 AM, Ben Smith benpto...@gmail.com wrote: Yep, same problem here. The new built-in Dash support doesn't appear to account for the current language at all and the old custom language override method is hit and miss (seems t to work for Perl, not for Python for

Re: BBEdit 10.5.6 and Dash

2013-12-16 Thread Rod Buchanan
the expert pref, and added custom handlers in Language prefs for what I need. I'll keep an eye open --- maybe someday the BBEdit and Dash folks can get together and get it fully implemented. On Dec 16, 2013, at 10:36 AM, Rod Buchanan rodb.i...@gmail.com wrote: On Dec 16, 2013, at 1:14 AM, Ben

BBEdit 10.5.6 and Dash

2013-12-10 Thread Rod Buchanan
every docset that contains return. -- Rod Buchanan KDSI / Kelly Supply Co / ISCO 308 382-8764 x220 -- 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

Re: bbwait

2013-09-08 Thread Rod Buchanan
for the off-topic post, but I couldn't resist. :) -- Rod Buchanan KDSI / Kelly Supply Co / ISCO 308 382-8764 x220 -- 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

Re: Grep help?

2013-02-22 Thread Rod Buchanan
On Feb 21, 2013, at 9:22 PM, Oliver Taylor wrote: On Feb 21, 2013, at 3:58 AM, Kendall Conrad angelw...@gmail.com wrote: I had to switch the \n to \r before that would work. \n and \r are interchangeable in 10.5+ Sure, now that I finally got myself trained to type '\r'. :) -- Rod

Re: Stationery in 10.5.2 (3261)

2013-02-07 Thread Rod Buchanan
On Feb 7, 2013, at 12:32 AM, Christopher Stone wrote: On Feb 05, 2013, at 12:05, Patrick Woolsey pwool...@barebones.com wrote: At 08:20 -0600 02/05/2013, Rod Buchanan wrote: Has stationery support been removed in 10.5.x? BBEdit 10.5.x does support stationery (as I'll vouch since I use

Stationery in 10.5.2 (3261)

2013-02-05 Thread Rod Buchanan
Has stationery support been removed in 10.5.x? I don't see the Save as stationery option in the Save As dialog, and files saved to the Stationery folder do not show up under New with Stationery. -- Rod Buchanan -- -- You received this message because you are subscribed to the BBEdit

Re: Stationery in 10.5.2 (3261)

2013-02-05 Thread Rod Buchanan
On Feb 5, 2013, at 12:05 PM, Patrick Woolsey wrote: At 08:20 -0600 02/05/2013, Rod Buchanan wrote: Has stationery support been removed in 10.5.x? I don't see the Save as stationery option in the Save As dialog, and files saved to the Stationery folder do not show up under New with Stationery

Re: Stop find-and-replace results notifications?

2012-12-17 Thread Rod Buchanan
: 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 will stil get the old BBEdit alert. -- Rod Buchanan -- -- You received this message because you are subscribed to the BBEdit Talk discussion

Re: Stop find-and-replace results notifications?

2012-12-11 Thread Rod Buchanan
. In Notification Center preferences find BBEdit and select None (to the left of Banner). That should stop it. -- Rod Buchanan -- -- 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

Re: BBE 10.5 Hard Wrap

2012-12-04 Thread Rod Buchanan
, and I’ve been running 1Password since it came out. If I launch 10.1 on this MacBookPro, hard wrap works. If I launch 10.5, it doesn’t. I think it was only 10.x. I checked my sent mail and filed the bug report in Sep 2011. -- Rod Buchanan -- -- You received this message because you

Re: BBE 10.5 Hard Wrap

2012-12-03 Thread Rod Buchanan
working for me as well ... going back to early versions of BBEdit 10.1. I can reassign the menu actions to different keys, but for whatever reason, command-\ and command-option-\ fail to trigger anything. Do either of you have 1Password installed? -- Rod Buchanan -- -- You received

Re: How do I tell BBEdit not to colorize .txt files?

2012-11-27 Thread Rod Buchanan
of window). Charlie -- Rod Buchanan -- -- 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

Re: [ANN] BBEdit 10.5 (3215) pre-release

2012-10-04 Thread Rod Buchanan
for the heads up. I started looking into migrating yesterday and it will take some time to migrate my 1.3GB CVS respository to Subversion. Looks like I'll be using 10.1 for a while. -- Rod Buchanan -- -- You received this message because you are subscribed to the BBEdit Talk discussion group

Re: OK, this is odd

2012-10-04 Thread Rod Buchanan
Text menu. I had the same problem when I went 10.5 - 10.1.3, and the CVS menu options were missing. I ended up restoring Library/Preferences/com.barebones.bbedit.plist Library/Application Support/BBEdit/Setup/Menu\ Shortcuts.plist -- Rod Buchanan -- -- You received

Re: [ANN] BBEdit 10.5 (3215) pre-release

2012-10-03 Thread Rod Buchanan
On Oct 3, 2012, at 12:01 AM, Christopher Stone wrote: On Oct 02, 2012, at 09:52, Rod Buchanan rodb.i...@gmail.com wrote: Yeah, I'll need to set those up I guess. I have keystrokes mapped to the commit and diff actions, and it is so much easier to use those than enter commands in Terminal

Re: [ANN] BBEdit 10.5 (3215) pre-release

2012-10-03 Thread Rod Buchanan
On Oct 3, 2012, at 9:25 AM, Rich Siegel wrote: On Wednesday, October 3, 2012, Rod Buchanan rodb.i...@gmail.com wrote: That's an idea. I already have a shell script to replicate the Compare Revisions..., looks like I'll be learning AppleScript. :) It might be worth considering migrating

Re: [ANN] BBEdit 10.5 (3215) pre-release

2012-10-02 Thread Rod Buchanan
On Oct 1, 2012, at 6:49 PM, Christopher Stone wrote: On Oct 01, 2012, at 10:42, Rod Buchanan rodb.i...@gmail.com wrote: As it says in the docs accompanying Rich's notice: CVS has been removed. Thanks. I hadn't read that far yet

Re: [ANN] BBEdit 10.5 (3215) pre-release

2012-10-01 Thread Rod Buchanan
a little extra time to play with it before the rest of the world gets hold of the goodies. :-) I installed this version and lost the CVS option in the menubar. Anyone else seen this and found a fix before I notify support? Thanks, -- Rod Buchanan -- -- You received this message because you

Re: [ANN] BBEdit 10.5 (3215) pre-release

2012-10-01 Thread Rod Buchanan
On Oct 1, 2012, at 10:33 AM, Brian Frick wrote: As it says in the docs accompanying Rich's notice: CVS has been removed. Thanks. I hadn't read that far yet. :( (This sucks big time by the way. We have a ton of code in CVS.) -- Rod Buchanan -- -- You received this message because you

Re: insert some text at the begin of each selected line

2012-09-19 Thread Rod Buchanan
and don't have a clue how to make something like this here. Find ^ Replace \t - HTH, -- Rod Buchanan -- -- 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

Re: insert some text at the begin of each selected line

2012-09-19 Thread Rod Buchanan
, -- Rod Buchanan -- -- 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

Re: Table Editor?

2012-08-27 Thread Rod Buchanan
). Also delete the extra /tr just before the /table after the mass find/replace of the end of lines. This will bracket each row with tr.../tr and each cell with td.../td. Or do this: 1. Highlight your pasted data 2. Select Markup - Tables... - Convert to Table -- Rod

Re: Default pages and languages

2012-08-23 Thread Rod Buchanan
create a template file like you want and save it to ~/Library/Application\ Support/BBEdit/Stationery. Make sure you check Save as stationery when you save it. To use it select it from the File - New with Stationery menu. HTH, -- Rod Buchanan -- -- You received this message because you

Re: carriage returns

2012-08-18 Thread Rod Buchanan
: 1. Do you use Apple Mail? 2. Do you have Always Send Windows-Friendly Attachments checked (Edit Attachments Always Send Windows-Friendly Attachments) ? -- Rod Buchanan -- -- You received this message because you are subscribed to the BBEdit Talk discussion group on Google

Re: change default editor to bbedit

2012-06-14 Thread Rod Buchanan
On Jun 13, 2012, at 7:25 PM, bobPCL wrote: thanks. That does work for crontab. Unfortunately it does work if you say edit file.name, you can say bbedit but not edit. Add this to ~/.bashrc alias edit='/usr/bin/bbedit' -- Rod -- You received this message because you are subscribed

Re: Sorting by text position in BBEdit - making in the best spreadsheet editor ever

2012-04-24 Thread Rod Buchanan
would become 678 000 ABC 987 000 DEF 112 000 PDQ 090 000 XYZ Use Text - Sort Lines... Check Sort using pattern Searching pattern: ^(.+?)\t(.+?)\t(.+) Sort using: Specific sub-patterns: \3 -- Rod Buchanan KDSI / Kelly Supply

Re: Key bindings for checkboxes in Find dialog?

2011-10-25 Thread Rod Buchanan
On Oct 24, 2011, at 8:53 AM, Rod Buchanan wrote: On Oct 23, 2011, at 10:34 PM, David Foster wrote: I am migrating from the old modal Find dialog in TextWrangler to the new non-model Find dialog of BBEdit 10. In the older modal Find dialog box, the following key bindings could be used

Re: Replace with newline character

2011-09-30 Thread Rod Buchanan
delimited. -- Rod Buchanan -- 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

Re: Script to Save to SFTP Server

2011-09-08 Thread Rod Buchanan
On Sep 7, 2011, at 7:35 PM, Kyle Katarn wrote: Unfortunately, Save to FTP/SFTP Server keeps asking me for my password every time I select it. I cannot find a way around this, and I even did Keychain First Aid in Keychain Access. I was hoping to find a quick way to upload to the SFTP server

Re: Script to Save to SFTP Server

2011-09-08 Thread Rod Buchanan
On Sep 8, 2011, at 1:55 PM, Ken Lanxner wrote: rodb.i...@gmail.com (Rod Buchanan) wrote on 9/8/11 7:00 AM I am trying to come up with a script to save my local file to a remote server without having to type the password in each time. I do this all day/every day. Create a bookmark

Re: Script to Save to SFTP Server

2011-09-08 Thread Rod Buchanan
On Sep 8, 2011, at 3:34 PM, Ken Lanxner wrote: rodb.i...@gmail.com (Rod Buchanan) wrote on 9/8/11 1:11 PM leaving it open takes care of the problem and I can save to that server without having to enter a password. I use FTP browsers occasionally, but mostly I'm using File - Save

Re: Extensive Horizontal Scroll?

2011-08-16 Thread Rod Buchanan
On Aug 16, 2011, at 10:28 AM, baiss wrote: Isn't there a way around this? I just downloaded 10 and with Magic Mouse and a 65 year old body can't use the editor because of the vanishing sideways text. If none of the other answers help, the answer may lie in the Mouse preferences pane. I have

Re: Per document tab widths

2011-07-27 Thread Rod Buchanan
On Jul 26, 2011, at 8:23 PM, Watts Martin wrote: Kendall Conrad wrote: I don't have BBEdit 10, but for 9, you go to Languages, then Options to get to those settings. Yep, there's an equivalent in BBEdit 10 (it's shuffled a bit), but that's not actually going to help with my use case: I

Re: Per document tab widths

2011-07-27 Thread Rod Buchanan
On Jul 26, 2011, at 8:23 PM, Watts Martin wrote: Kendall Conrad wrote: I don't have BBEdit 10, but for 9, you go to Languages, then Options to get to those settings. Yep, there's an equivalent in BBEdit 10 (it's shuffled a bit), but that's not actually going to help with my use case: I

Re: Remove Leading Whitespace on Auto Indent

2011-07-22 Thread Rod Buchanan
On Jul 21, 2011, at 4:53 PM, Rich Siegel wrote: On Thursday, July 21, 2011, Rod Buchanan rod_li...@kdsi.net wrote: Where did the When auto-indenting, remove leading white space from indented line preference move to? Never mind ... I found it on the Application panel. The search box

Remove Leading Whitespace on Auto Indent

2011-07-21 Thread Rod Buchanan
BBEdit 10 Where did the When auto-indenting, remove leading white space from indented line preference move to? Thanks, -- Rod -- 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

Re: Hotkey question

2011-05-18 Thread Rod Buchanan
On May 18, 2011, at 11:32 AM, Rix wrote: Hey I tried poking around to find if bbedit supported hotkeys for the two following actions to no success so figured someone might know them offhand here Is there a hotkey for quickly switching between open files ( ctrl+tab in visual studio/flash

Re: Possible, worthwhile to port Solarized for use with BBEdit?

2011-04-11 Thread Rod Buchanan
On Apr 10, 2011, at 8:33 AM, Govinda wrote: sh-3.2# bbcolors -save GovindaBBeditDefaultColors 2011-04-10 09:22:31.073 defaults[233:903] Domain com.barebones.bbedit does not exist Note the #? That tells me you are running it from root, not your user account. The normal bash user prompt

Re: Possible, worthwhile to port Solarized for use with BBEdit?

2011-04-11 Thread Rod Buchanan
On Apr 11, 2011, at 4:40 PM, Govinda wrote: Note the #? That tells me you are running it from root, not your user account. The normal bash user prompt should end in a $, like this: MacPro:~ rodb$ I assume other shells (csh in particular) work the same, i.e. use # for root. I

Re: Mac OS X Command-Line List? What about Perl?

2011-02-08 Thread Rod Buchanan
On Feb 8, 2011, at 9:17 AM, Doug McNutt wrote: At 23:49 -0700 2/7/11, LuKreme wrote: I think bash is the most commonly used shell. I used zsh one upon a time, but then encountered a server cluster that didn't have zsh and had to unlearn some stuff, so I've stuck with csh (90s to early

Re: syntax highlighting php variables

2010-09-21 Thread Rod Buchanan
On Sep 21, 2010, at 6:37 AM, Martin wrote: Thanks Dennis i thought it's more easy, so i wont change it. Does this not do what you want? On Sep 13, 2010, at 2:01 PM, Rod Buchanan wrote: On Sep 13, 2010, at 10:38 AM, Martin wrote: the last post to this is from 2008 and it didn't help me

Re: syntax highlighting php variables

2010-09-13 Thread Rod Buchanan
- Languages Double-click PHP in the Installed Languages: box and go to the Colors tab. -- Rod Buchanan -- 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

Saving State for Documents

2010-07-01 Thread Rod Buchanan
How do I tell BBEdit to not save things like window size, cursor position, etc. ? For some reason it started doing it recently and it is driving me nuts! Thanks, -- Rod Buchanan -- You received this message because you are subscribed to the BBEdit Talk discussion group on Google Groups

Pref to Save File/Window Info

2010-06-04 Thread Rod Buchanan
Where is the pref that controls saving window size/position, cursor location, etc.? Apparently installing the 9.5.1 pre-release turned it on and I want to turn it off. TIA, -- Rod Buchanan -- You received this message because you are subscribed to the BBEdit Talk discussion group

Re: OT: terminal settings

2010-03-25 Thread Rod Buchanan
opens to the server I want to go to. They can also be accessed by right-clicking the Terminal Dock icon. Is there a way to tell terminal on the command-line to switch? Not that I'm aware of. -- Rod Buchanan Kelly Supply / KDSI / ISCO 308 382-8764 x220 Here in America we are descended in blood

Re: bbdiff and CVS/RCS Tags

2010-02-23 Thread Rod Buchanan
On Feb 22, 2010, at 5:27 PM, Jim Correia wrote: On Feb 22, 2010, at 5:22 PM, Rod Buchanan wrote: I don't know if this has come up before, but is there a way to tell bbdiff to ignore CVS/RCS tags (i.e. $Date, $Id, $Revision, etc.) I checked the docs and couldn't find anything. What

Re: bbdiff and CVS/RCS Tags

2010-02-23 Thread Rod Buchanan
On Feb 23, 2010, at 8:48 AM, Jim Correia wrote: On Feb 22, 2010, at 9:41 PM, Charlie Garrison wrote: Good afternoon, On 22/02/10 at 4:22 PM -0600, Rod Buchanan rod_li...@kdsi.net wrote: I don't know if this has come up before, but is there a way to tell bbdiff to ignore CVS/RCS tags

Re: Syntax checking for PHP/Python/Bash/c.

2009-11-18 Thread Rod Buchanan
this ; /usr/bin/php -l to this ; /usr/bin/php -l -d display_errors=On so errors could get picked up by the script. -- Rod Buchanan Kelly Supply / KDSI / ISCO 308 382-8764 x220 The Klingon gods were slain by ancient Klingon warriors millennia ago. They proved more trouble than

  1   2   >