Re: replace text while typing

2015-03-22 Thread @lbutlr
On 21 Mar 2015, at 14:34 , Patrick Woolsey pwool...@barebones.com wrote: On 3/21/15 at 12:04 PM, gvme...@gmail.com (Dingoe) wrote: Apparently BBEdit is not (per default) obeying to the keyboard text replacements as entered in the keyboard settings under the text tab. Is there a setting

Re: Selected text on open

2015-03-05 Thread @lbutlr
On Feb 28, 2015, at 1:48 PM, Charlie Garrison garri...@zeta.org.au wrote: On 27/2/15 at 10:10 AM -0700, @lbutlr krem...@kreme.com wrote: bbedit -w --resume +%d $FILE Check `man bbedit` to see what different options you can use to have specific settings. In the above example, you

Re: Selected text on open

2015-02-27 Thread @lbutlr
On 27 Feb 2015, at 10:10 , @lbutlr krem...@kreme.com wrote: slur Slrn. -- If you think that Mick Jagger will still be doing the whole rock star thing at age fifty, well, then, you are sorely, sorely mistaken. -- This is the BBEdit Talk public discussion group. If you have a feature request

Selected text on open

2015-02-27 Thread @lbutlr
I am using BBEdit to open .followup via slur. When I do, the first line of the body of the message is selected. Is there a way to disable this? Aslo, .followup is recreated by slur each time, but I’d like to have some specific settings for the .followup file. Possible? I call bbedit with this

Re: A notebook for BBEdit?

2015-04-29 Thread @lbutlr
On Tue Apr 28 2015 01:49:51 li...@mostrom.pp.se said + Able to handle plain text files + Understand Markdown (easy to preview) + Integration with BBEdit + Light-weight + Search + Index Um… can’t you use BBEdit for this? -- And she was looking at herself And things were looking like a

Re: Bug in BBEdit ?

2015-05-13 Thread @lbutlr
On Tue May 12 2015 09:16:44 listmeis...@suddenlink.net said: For comparison see what the Safari Prefs General Default Web Browser pop-up menu shows. That is for versions of OS X 10.10. For 10.10.x System Preferences - General - Default Web Browser -- Q: Does anyone know how many LOCs

Re: Bug in BBEdit ?

2015-05-12 Thread @lbutlr
On Tue May 12 2015 05:51:59 fschietteca...@gmail.com said: Browser preview versions are listed as: Are you sure you only have one copy of the browsers on your machine? On my system I get the correct versions listed. What happens if you type this in at the command-line: mdfind -name Google

Re: Two side-by-side documents in full-screen mode?

2015-10-28 Thread @lbutlr
On Tue Oct 27 2015 18:15:34 TJ Luoma said: > > Is there a way to see two BBEdit documents side-by-side in full-screen mode > in El Capitan? BBEdit doesn’t support the new fullscreen mode so you can’t do side-by-side. Yet? (BBEdit *does* support full screen, just not the

Re: Change default extension

2015-11-06 Thread @lbutlr
On Fri Nov 06 2015 14:44:42 Frank Eves said: > > that said, this is 2015, not the 1970s and I'd like to use '.text’, OK, but be aware that this will probably cause some issues with any programs that are not setup to expect .text. > so my question remains… My hunch is

Re: Change default extension

2015-11-06 Thread @lbutlr
On Fri Nov 06 2015 07:24:49 Frank Eves said: > > How do I change BBEdit's default, plain text extension from '.txt' to '.text’? I hate to be that guy, but why do you want to do this? Whatever problem you’re trying to solve or get around, this is probably not the right

Re: adding other doc types to the ones suggested for Open With...

2015-11-06 Thread @lbutlr
On Sun Nov 01 2015 12:42:57 Rich Siegel said: > > This is available under the "Services" submenu when you right-click on a file > in the Finder, and when you choose it will open the file in BBEdit, whether > the OS thinks it's a text file or not. It’s been quite a while

Re: adding other doc types to the ones suggested for Open With...

2015-11-06 Thread @lbutlr
On Sun Nov 01 2015 13:31:38 Tom Robinson said: > > Looks like Apple flattened the Finder's right-click menu though, and now the > available Services appear at the bottom of the menu. Oh, wow. I feel dumb. Was so concentrated on looking for a menu that I never

Re: incrementing new line numbers

2015-10-13 Thread @lbutlr
On Tue Oct 13 2015 16:15:13 list.bbe...@munkynet.org said: > > #!/usr/bin/env perl > use strict; > use warnings; > my $next; > while (<>) { >($next = $_) =~ s/(\d+)/$1+1/ge; >print; > } > print $next; Thanks, That looks promising, though it prints the lines

Re: Need to kill stalled "Search Results" window without having to force-quit

2015-10-15 Thread @lbutlr
On Thu Oct 15 2015 11:58:54 Michelle said: > > Is there a way to kill that stalled window/process without having to > force-quit the application? Command-. Might cancel, though I can’t say I’ve ever seen this behavior. I accept paypal. ;) -- 'Now what?' it said.

Re: Email Address From BBEdit List Crashes Mail App

2015-10-17 Thread @lbutlr
On Oct 16, 2015, at 10:10 PM, WordWeaver777 <wordweaver...@gmail.com> wrote: > Does the following email address cause you any problems when you click on an > incoming message which contains this address? > > @lbutlr <krem...@kreme.com> Maybe someone can quote this. I am

Re: Option as meta

2015-10-16 Thread @lbutlr
On Oct 16, 2015, at 8:52 AM, Jean-Christophe Helary wrote: > On Oct 16, 2015, at 19:43, Chris Wright wrote: >> I've found some very old threads asking about using option as meta for Emacs >> bindings and the response was a bit bleak! >>

Re: Option as meta

2015-10-16 Thread @lbutlr
On Oct 16, 2015, at 5:21 PM, Christopher Stone wrote: >> Oh, Carabiner? That sounds right, but it’s not coming up on Google. > __ > > Spelled with a 'K'. > >

incrementing new line numbers

2015-10-13 Thread @lbutlr
I have the following text-filter: #!/usr/bin/perl -w while(<>) { my $line = $_; $line =~ s/(\d+)/($1 + 1)/ge; print $line; } Which doesn’t exactly do what I want it to do, in that it increments the number on each line (or each selected line) and what I want is for the

Re: Cats

2016-01-09 Thread @lbutlr
On Jan 8, 2016, at 7:38 PM, Steven Kleiman wrote: > I'm getting ctags references for places outside my BBEdit project (old > archived versions) in a sibling directory. I've tried removing all the tags > files in my tree (find ~ -name tags ...) even the siblings, but the >

BBEdit and git and terminal

2016-06-18 Thread @lbutlr
I know that I can setup BBEdit to talk to a git repository. Or at least I know that in theory. What I would like to do is setup a git repository for all of the “Unix” files that I edit. things like /etc/hosts /etc/postfix/* /Users/*/.bashrc /usr/local/bin/* and others so that when I edit my

Re: BBEdit and git and terminal

2016-06-23 Thread @lbutlr
On Jun 19, 2016, at 5:32 AM, Greg Raven wrote: > Time Machine. I don’t think that works. First of all, I don’t think that files like ~/.bashrc are in Time Machine at all. If they are, they would be very annoying to find. That said, interacting with Time Machine at the

Re: BBEdit and git and terminal

2016-06-23 Thread @lbutlr
On Jun 19, 2016, at 10:10 AM, james.onuan...@gmail.com wrote: > I think that you should be able to create a BBEdit project, add the files to > that (whilst leaving them in their current locations) and add that projectt > to GitHub as a repository. Oh, yes, that makes sense in the cases that I

Re: BBEdit and git and terminal

2016-06-26 Thread @lbutlr
On 24 Jun 2016, at 12:27, Jeff Bingham wrote: > Now anytime you make a change to the files, jump into the > /usr/local/etc/dotfiles/ directory and commit the changes. > An automated option could be to create a script (called by cron.daily) that > runs 'git status --porcelain'

Re: Open Document window position

2016-01-24 Thread @lbutlr
On Jan 22, 2016, at 3:17 PM, Vlad Ghitulescu wrote: > I'm only curious: Doesn't PathFinder still use drawer (a **lot** of them! :-)? Pathfinder is also very broken, partly, I am sure, because it has ignored the depreciation of drawers as of… 10.7? 10.5? (I own Pathfinder

Re: Open Document window position

2016-01-24 Thread @lbutlr
On Jan 22, 2016, at 11:49 AM, Garcia wrote: > Wait a minute, that's not a drawer in Apple's Mail app? There are no drawers in mail.app, so whatever “that” is, no, it’s not a drawer. -- Major Strasser has been shot. Round up the usual suspects. -- This is the BBEdit Talk

Re: Eliminate duplicate quotations

2016-05-21 Thread @lbutlr
On May 20, 2016, at 4:13 PM, Frank Eves wrote: > Thank you BARE BONES! It doesn’t suck. ;) -- Worlds of belief, she [Susan] thought. Just like oysters. A little piece of shit gets in and then a pearl grows around it. --Hogfather -- This is the BBEdit Talk public

Re: bash history cleanup

2016-05-08 Thread @lbutlr
On Sun May 08 2016 10:57:32 Craig Maynard said: > > I'd like to use BBEdit to periodically do the following: > > • Find all occurrences of duplicate lines in my .bash_history file. HISTCONTROL=erasedups will prevent any duplicates from occurring in the first place.

Re: bash history cleanup

2016-05-09 Thread @lbutlr
On Mon May 09 2016 06:59:57 Craig Maynard said: > > (I know it's possible to search bash history, but I can never remember how.) ^r and start typing any part of the command line you want to find. (R is for “reverse search") -- I WILL NOT CALL MY TEACHER "HOT CAKES"

Re: :: as a keyword in a language module

2016-05-12 Thread @lbutlr
On May 12, 2016, at 11:53 AM, Robert wrote: > How do I tell BBEdit in a codeless language module that words separated by a > "::" are keywords? > > For example: Perl::Critic I don’t think you can, other than to list all possible ones in your BBLMKeywordList. AFAIK there

Re: :: as a keyword in a language module

2016-05-12 Thread @lbutlr
On May 12, 2016, at 11:53 AM, Robert wrote: > How do I tell BBEdit in a codeless language module that words separated by a > "::" are keywords? > > For example: Perl::Critic I thought of one thing that might help, if you define your Identifier and Keyword Characters set to

Re: Copy to External SFTP on save

2016-07-25 Thread @lbutlr
On Jul 20, 2016, at 1:34 PM, Jaime Pereira wrote: > Not quite what I had in mind. I was trying to emulate the "Upload changed > files automatically to default server" functionality that PHPStrom has in > BBEdit. I still want to keep the local and remote files separated.

Re: BBEdit check for update shows no update

2016-07-25 Thread @lbutlr
On Jul 21, 2016, at 7:31 AM, Rich Siegel wrote: > (Apple engineering doesn't sift the BBEdit-Talk list for bug reports.) What!? They bloody well should! ;) (Also, I bet there’s one or two Apple Engineers who are on this list because they use BBEdit 47 hours a day). --

BBEdit check for update shows no update

2016-07-12 Thread @lbutlr
Running 11.5.2 and checking for update from the BBEDit menu shows no update. The site shows that 11.6 is available as of a week ago. -- 'I'm just going to kick some arse dear' 'Oh, good. Just be sure you wrap up well, then.' -- This is the BBEdit Talk public discussion group. If you have a

Invalid A tag when in syntax check

2017-02-22 Thread @lbutlr
I am getting a message from BBEdit that the following anchor tag is invalid: untitled text 2:15: Value of attribute “href” for element “” is invalid; URL path needs encoding

Re: Invalid A tag when in syntax check

2017-02-22 Thread @lbutlr
On 2017-02-22 (04:36 MST), Oliver Boermans <boerm...@gmail.com> wrote: > > On 22 February 2017 at 21:05, @lbutlr <krem...@kreme.com> wrote: > "mailto:ad...@covisp.net?Subject=21-Feb-2017%20185.12.124.66=please%20check%20this.%0d%0dsywh7235...@remerasdelsur.com.ar; >

Re: CSS editing

2017-02-09 Thread @lbutlr
On Feb 9, 2017, at 3:37 AM, Greg Raven wrote: > The obvious response is that when working with CSS -- that is, cascading > style sheets -- you shouldn't have to edit every style sheet that has > attributes for that ID. You should only have to edit the last style sheet, >

Re: BBEdit 11.6.1

2016-08-24 Thread @lbutlr
On 24 Aug 2016, at 08:33, Rich Siegel wrote: > If you're already using BBEdit 11, you can choose "Check for Updates" from > the BBEdit menu, or get the update from the BBEdit updates page: Is anyone else getting an SSL error when trying to check for update? Is this a

Re: minify css

2016-12-11 Thread @lbutlr
On Dec 11, 2016, at 12:43 PM, Venmore wrote: > Text is small but you will get lower rankings on Google if your site files > are not optimised. According to whom? -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a

Re: BBEdit Backups!

2017-07-19 Thread @lbutlr
On Jul 18, 2017, at 4:37 AM, Vlad Ghitulescu wrote: > They were (and still are!) open in BBEdit. They were stored on my > Notes-folder on my Dropbox. > The files are not there anymore! > > What could this be!? That really sounds like a dropbox issue. -- Apple broke

Re: BBEdit Backups!

2017-07-05 Thread @lbutlr
> On Jul 5, 2017, at 3:44 PM, Vlad Ghitulescu wrote: > > On 5 Jul 2017, at 18:40, Mike Warren wrote: > >>> And I have no TimeMachine anymore, due to the immense storage demands >>> (about 7 TB - almost all of them my photos!) :-((( >> >> Backup up your photos to an

Re: hide sidebar results in unwanted window resize

2017-05-23 Thread @lbutlr
On 17 May 2017, at 12:19, solak wrote: > Thanks from me also for the AppleScript, though I still suggest that this > should be the default behavior. I disagree. I want the width of my writing space to be maintained, no grow and shrink depending on other factors. I suspect I

BBEdit and 64 Bit

2017-09-23 Thread @lbutlr
I noticed that BBEdit 12 is not 64 bit, which I was a little surprised at since Apple has already announced that 32 bit apps are on the chopping block at some point in the future (and based on their accelerated demise in the Mac App Store the rumors for dropping 32 bit in 10.14 next fall don't

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

2017-10-15 Thread @lbutlr
On 15 Oct 2017, at 19:52, Lee Hinde wrote: > Which OS? I tried it in Sierra, with Mail and it worked. Same. Also tried ti with Script Editor and Textedit and Terminal. Worked. -- Apple broke AppleScripting signatures in Mail.app, so no random signatures. -- This is the

Re: BBEdit 12.0 (398043) pre-release

2017-09-11 Thread @lbutlr
On Sep 10, 2017, at 4:00 PM, Rich Siegel <sie...@barebones.com> wrote: > On Saturday, September 9, 2017, @lbutlr <krem...@kreme.com> wrote: > >> Yay! Sde-by-side in full screen mode! > > Thanks for noticing. :-) It's not like it's the first thing I check in every

Re: BBEdit 12.0 (398043) pre-release

2017-09-09 Thread @lbutlr
On 08 Sep 2017, at 13:07, Rich Siegel wrote: > version 12.0 (398043) (2017-09-08) Yay! Sde-by-side in full screen mode! -- Apple broke AppleScripting signatures in Mail.app, so no random signatures. -- This is the BBEdit Talk public discussion group. If you have a

Auto Open file type in Preview?

2017-09-24 Thread @lbutlr
Is it possible to set BBEdit up so the whenever it opens a specific filetype it automatically opens the preview window? (I like to read markdown files as formatted files, but when they open in BBEdit they open int he editor, and then I have to open the preview window. Not a big deal, but a

Re: Grep help

2017-10-11 Thread @lbutlr
On Oct 6, 2017, at 4:05 PM, Lee Hinde 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

Re: BBEdit for Writers

2017-10-17 Thread @lbutlr
On 11 Oct 2017, at 13:49, Gregory Shenaut wrote: > I hate Markdown in all its varieties and manifestations OK, I’ve resisted commenting on this for nearly a week now, but I find this statement extremely odd. I can’t understand why anyone would hate markdown. I mean, I can

Re: BBEdit for Writers

2017-10-18 Thread @lbutlr
On 18 Oct 2017, at 06:12, Dave wrote: > It has a totally non-semantic syntax, I’m not sure what that means. > which makes nearly impossible for many, like me, to learn it; since the > characters it uses are often part of the content, certain content can't be >

Re: Max Character Length of Search String / Trimming Unsubscribed Addresses from List

2017-12-18 Thread @lbutlr
On 18 Dec 2017, at 00:34, Rick Gordon wrote: > I'd also be interested to know what other approaches I might consider for > trimming a list of one email address per line, removing addresses from a list > of invalid or unsubscribed addresses. that is a tough one, and I

Re: Max Character Length of Search String / Trimming Unsubscribed Addresses from List

2017-12-19 Thread @lbutlr
On 18 Dec 2017, at 09:18, Christopher Stone wrote: > > sed -E ' > s!smitj1234@students\.uwc\.edu!!g > s!jane\.smith@uwc\.edu!!g > ' Careful, each of these example is unbounded, so for example if you have jsm...@exampl.com and ajsm...@example.com in your list

Re: Max Character Length of Search String / Trimming Unsubscribed Addresses from List

2017-12-19 Thread @lbutlr
On 18 Dec 2017, at 22:38, Rick Gordon wrote: > Just FYI — though I'm sure that I could bump into limits — a grep string > containing 182 addresses, configured as: > > us...@itote.com\r|us...@amherst.edu\r|us...@yahoo.com\r| (… etc., replacing > with nothing) > > …worked

Cannot check for updates

2017-11-05 Thread @lbutlr
Am I doing something wrong? My laptop seems to be connecting to webs tires just fine. (I can download it manually, it is only the "Check for Updates" that fails) -- Apple broke AppleScripting signatures in

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

2017-10-26 Thread @lbutlr
> On Oct 25, 2017, at 3:22 PM, 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

Re: selecting blocs of lines

2018-06-11 Thread @lbutlr
On 10 Jun 2018, at 08:11, Rich Siegel wrote: > In this way, you can use "Go to Line" to select ranges of text based on line > and column number. Wow. This is so very very cool! -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a

Preview phone/ipad size?

2018-06-13 Thread @lbutlr
I’ve been updating a page and I am needing to check it at three sizes, phone (portrait), iPad (portrait), and 1280x800. Is there anyway to either have three preview windows for a document on my second display, or quickly move between three pre-set sizes for the preview window? -- This is

Re: Preview phone/ipad size?

2018-06-17 Thread @lbutlr
On 13 Jun 2018, at 12:32, Bruce Linde wrote: > preview in safari and then develop --> enter responsive design mode? Yes, that works, but it’s more steps that should be needed. Solisapp would be great if this was something I did all the time. For a one-off, $30 is too much. Still trying to

BBEdit comes back to Mac App Store?

2018-06-05 Thread @lbutlr
So, anyone who watched the WWDC keynote heard that BBEdit is coming to the App Store. They did not mention that it was coming BACK. I assume the BBedit folks are busy at WWDC, but I am very interested in the changes in Mojave that have brought BBEdit back. I mean, after watching the SOTU I

Re: Help with find and replace please

2018-06-05 Thread @lbutlr
On 5 Jun 2018, at 08:19, Yannick Duguay wrote: > > Muroom Find: _[^>]*[^ ]* replace: &>/span> (the _ is a space) Should do what you said you wanted. -- "If it's a hobby to us and a job to you, why are you doing such a shoddy job?" - Linus Torvalds to Microsoft -- This is the BBEdit Talk

Re: BBEdit comes back to Mac App Store?

2018-06-05 Thread @lbutlr
On 5 Jun 2018, at 03:02, Jean-Christophe Helary wrote: > On Jun 5, 2018, at 17:20, @lbutlr wrote: >> So, anyone who watched the WWDC keynote heard that BBEdit is coming to the >> App Store. They did not mention that it was coming BACK. > > And they had more applaus

Re: Help with find and replace please

2018-06-05 Thread @lbutlr
On 5 Jun 2018, at 10:46, Yannick Duguay wrote: > It's getting close i thing but it places the at the end... > > Exemple: L’enf class="exercice-input">t > > What i need: L’enf class="exercice-input">t > > Any idea why? typo? Find: _[^>]*[^ ]* replace: & -- Friends help you move. Real

Syntax checker

2018-06-26 Thread @lbutlr
The following lines generates two errors in BBEdit’s syntax checker (v12.1.4): https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css; integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous"> It doesn’t like “integrity” or

Re: Preview phone/ipad size?

2018-06-26 Thread @lbutlr
On 17 Jun 2018, at 21:34, Fletcher Sandbeck wrote: > It is good to run an Analytics or comparable report to see what screen sizes > your users have. I'm still seeing iPhone 5 class screens running about 8% of > our audience which is enough that we still want to support them. Which isn’t > to

Re: Finding string in multiple open documents (not multi-file search)

2018-07-01 Thread @lbutlr
> On 30 Jun 2018, at 20:10, Rich Siegel wrote: > > On 6/30/18 at 4:51 PM, scottinpoll...@gmail.com (Scott in Pollock) wrote: > >> I know there is Multi-File search that finds all and replaces all, but is >> there a way to use the standard find/replace window to find through multiple >>

Re: BBEdit for Writers

2017-10-19 Thread @lbutlr
On Oct 19, 2017, at 12:36 PM, Jan Erik Moström wrote: > But as I said above, the choice of writing tools is very personal and also > depends on factors like what is being written, external requirements, etc. Absolutely, and I've never tried to get someone to use markdown or

Re: BBEdit and 64 Bit

2018-01-25 Thread @lbutlr
On 25 Jan 2018, at 06:36, Brett Bourbin wrote: > Looks like that time might be starting now.. as of yesterday and installing > the beta of MacOS 10.13.4, it is flagging BBEdit as a 32-bit application, > needing to be updated. Really? It didn't say anything to me about it.

Re: Duplicate quotation marks

2018-02-04 Thread @lbutlr
On 3 Feb 2018, at 14:24, Bucky Junior buckyjunior...@gmail.com> wrote: > Look in Preferences —>Completion —>Insert matching delimiters while typing. > > Selected, it will double the double quotes, single quotes, parentheses, > square brackets, curly brackets, and who knows what else. Oh,

Re: Tidy

2018-02-11 Thread @lbutlr
On 2018-02-11 (08:39 MST), Calion wrote: > > I miss the old BBTidy/the BBEdit Tidy command. Tidy exists on the macOS > command line. Surely there's some way to combine this terminal command with > BBEdit? Somehow? tidy index.html | bbedit -- "...and that's not incense"

Re: Dreamweaver CC won't connect to BBedit for local/remote file compare

2018-02-13 Thread @lbutlr
On 13 Feb 2018, at 10:36, Peter White wrote: > Dreamweaver expects to find a file, /usr/bin/bbdiff, but it isn't there. > BBedit says the command line files are installed but in finder I see no > bbdiff in usr/bin Dreamweaver is seriously out of date.

Re: Tidy

2018-02-15 Thread @lbutlr
On 2018-02-14 (17:14 MST), G Alexander wrote: > > use macports to install tidy > > sudo port install tidy There are two reasons I stopped using Macports. One, it requires you to use sudo to install things as root, which is not a great plan. Homebrew is much

Re: Shell script to make BBEdit the default text editor for 'open -t' and LaunchServices

2018-07-25 Thread @lbutlr
On 25 Jul 2018, at 08:41, TJ Luoma wrote: > defaults write com.apple.LaunchServices/com.apple.launchservices.secure > LSHandlers -array-add \ > '{LSHandlerContentType=public.plain-text;LSHandlerRoleAll=com.barebones.bbedit;}' It does not appear to work in beta 4. -- This is the BBEdit Talk

Re: Converting a MySQL database from iso-8859-1 to utf-8 (with BBEdit?)

2018-08-09 Thread @lbutlr
On 09 Aug 2018, at 14:28, Rich Siegel wrote: > On 8/9/18 at 5:31 AM, martin.niggem...@gmail.com (Martin Niggemann) > wrote: > >> I will have to convert a fairly big (71 mb) sql database from good old >> iso-8859-1 to utf-8. I'm not familiar with sql commands at all and so >> I was wondering if I

Preview pane?

2018-08-17 Thread @lbutlr
I was working in BBEdit today on a website with several documents open and several preview windows open and I ended up in a situation where I was getting confused and annoyed because my code wasn’t doing what I expected, and then realized it was because the wrong preview window was on top.

Re: Preview pane?

2018-08-19 Thread @lbutlr
> On 17 Aug 2018, at 19:29, Charlie Garrison > wrote: > > On 18 Aug 2018, at 5:51, @lbutlr wrote: > > That would be really complicated if I had 4 files and 4 preview windows, or > 10 documents and 10 previews. > > I use a key shortcut for showing the Preview win

Re: Preview pane?

2018-08-17 Thread @lbutlr
> On 17 Aug 2018, at 11:40, Christopher Stone > wrote: > > On 08/17/2018, at 12:17, @lbutlr wrote: >> User error, yes, but… >> >> Having a preview PANE that could stcfik to the documents (maybe as a full >> screen/scplit screen option?) would be, I

Google fonts and preview?

2018-07-24 Thread @lbutlr
I made a page today using a google font: .chalk { font-family: 'Merienda', sans-serif !important; } In the BBEdit preview window, this works fine and the places where I set class=“chalk” use the google font as I want. It doesn’t work when I upload it to a web server though, and I can’t

Re: Google fonts and preview?

2018-07-24 Thread @lbutlr
On 24 Jul 2018, at 14:49, Sam Hathaway wrote: > Short answer is change the http to https. Argh! Of course. This is what I get for cutting and pasting! Thanks so much, I would have beat my head on this for days! -- This is the BBEdit Talk public discussion group. If you have a feature

Re: Open your files in your editor of choice (BBEdit version :)

2018-07-24 Thread @lbutlr
On 24 Jul 2018, at 14:26, Christopher Stone wrote: > > set appID to "com.apple.TextEdit" > > tell application "Finder" > set finderSelectionList to selection as alias list > if length of finderSelectionList = 0 then error "No files were selected > in the Finder!" > > open

Re: Why are the Markup-menu-items all greyed out?

2018-07-24 Thread @lbutlr
On 20 Jul 2018, at 09:32, Vlad Ghitulescu wrote: > While editing a HTML-file I suddenly observed that a couple of shortcuts like > CMD-B (for balance) or CMD-/ (for comment/uncomment line) doesn't work > anymore. I first thought that I forgot the right shortcuts so I wanted to > choose them

Re: Changing the contents of the new HTML file template?

2018-09-09 Thread @lbutlr
On 09 Sep 2018, at 14:59, @lbutlr wrote: > That’s unfortunate, I hit ⌘-N to create a new HTML document and retraining to > do something else… well, I might as well keep doing that I am doing now, > keeping a scratch document with my skeleton in it and pasting it in. Brain Cloud. I can

Re: Changing the contents of the new HTML file template?

2018-09-09 Thread @lbutlr
On 09 Sep 2018, at 15:18, Christopher Stone wrote: > “A template is a simple text file that contains boilerplate text or HTML > content that will form the foundation for the document you are creating. > Template files must have the file name suffix “.tmpl” in order to be > recognized.” Which

Re: Changing the contents of the new HTML file template?

2018-09-09 Thread @lbutlr
On 09 Sep 2018, at 12:31, Rich Siegel wrote: > On 9/9/18 at 1:47 PM, kr...@kreme.com (Cerebus) wrote: > >> Can I change the contents of the HTML template that is used for the >> new HTML file file menu? Or do I have to do something like attach a >> script to the menu command? > > Neither. :-)

Re: Extending Markdown syntax in BBEdit

2018-09-12 Thread @lbutlr
On 11 Sep 2018, at 09:42, Stephen Lien wrote: > I hate to be negative, but wait until you try to write LaTeX equations in > your markdown documents. Personally I find it annoying the way the syntax > highlighting gets confused with _ for subscripts. > > I wrote to support and the response was

Re: "Problem connecting to the server" dialogs on startup

2018-09-12 Thread @lbutlr
On 11 Sep 2018, at 08:29, John Siracusa wrote: > When I launch BBEdit lately, I get a series of three identical dialog boxes > that say: > > There was a problem connecting to the server “…". > > …where "…" is the name of an internal server at work that no longer exists. > The only button is

Re: add suffix to duplicates

2018-03-31 Thread @lbutlr
On 2018-03-30 (22:15 MDT), Mariella Scuderi wrote: > > Hi! > sorry of this has been discussed already but I couldn't find anything yet. > > I'd need to add a suffix to duplicates like: > [FK410002_a] > [FK410002_b] > [FK410003_a] > [FK410003_a] > [FK410004_a] > [FK410004_b] >

Re: Grep replace in a column

2018-03-23 Thread @lbutlr
On 2018-03-23 (07:13 MDT), Donald Goyette wrote: > > Not a grep solution, but you can use the alt/option key to make a zero-width > vertical selection in front of a column of times, then type "H" or "L" to add > that letter to the column. (this does not work if oft-wrap is

Re: [Markdown[HTML[Markdown]]]

2018-04-26 Thread @lbutlr
On 2018-04-26 (04:22 MDT), Dave wrote: > > I've run into similar problems with tables. There's no way, even with github > extensions, to control things like column spans or row spans. It's just too > limiting to be of any use to me, and I've spent more time trying to

Re: Vector notation

2018-10-07 Thread @lbutlr
> On 07 Oct 2018, at 03:05, Jim Danner wrote: > > In macOS it is usually possible to combine the arrow that denotes vectors,   > ⃗, with a character. You first type the character, like x, and immediately > after you insert the U+20D7 character (COMBINING RIGHT ARROW ABOVE), and the > result

Re: Learning HTML CSS Javascript with BBEdit12

2018-10-08 Thread @lbutlr
On 07 Oct 2018, at 11:44, BB_HTML_JS wrote: > hier is my code Not sure what you are expecting, but your code appears to color up very well in BBEdit. That’s what it looks like on my screen. Using the

Re: Easy way to open .html files in BBEdit vs. browser?

2018-10-25 Thread @lbutlr
On 25 Oct 2018, at 14:21, Christopher Stone wrote: > LaunchBar is my go-to utility for this sort of trick. Me too. > Keyboard Maestro ($36.00 U.S) is 900lb gorilla of automation utilities > currently available for the Mac. I own it, and have used it, but I am no longer using it because for my

Re: Grep: pattern_2 NOT preceded by pattern_1 (with pattern_1 not necessarily IMMEDIATELY to the left of pattern_2)

2018-10-20 Thread @lbutlr
On 19 Oct 2018, at 16:26, F. Alfredo Rego wrote: > That was a lame joke (to attempt to convey the power of regexes, Never joke about the power of regex!  -- Two of the most famous products of Berkeley are LSD and Unix. I don't think that is a coincidence -- This is the BBEdit Talk public

Re: Dark Mode?

2018-09-29 Thread @lbutlr
On 28 Sep 2018, at 19:01, Simdude wrote: > Am I the only person in the world that likes the classic light BBedit mode > instead of a Dark Theme? Everyone knows the only acceptable them is PONIES! But seriously, I never remember to change this since it is 1) not under appearance 2) doesn’t

Re: One-liner to replace multiple spaces between words (only words) with one space isn't working

2019-01-14 Thread @lbutlr
On 12 Jan 2019, at 18:32, Dj wrote: > I'm trying to replace spaces between words so a sentence like this: > > "this line has really messed upspacing” It doesn’t look to me like this was actually answered. All the replace multiple space will replace ALL multiple

Re: One-liner to replace multiple spaces between words (only words) with one space isn't working

2019-01-14 Thread @lbutlr
On 14 Jan 2019, at 10:15, Bruce Linde wrote: > why do we care about word boundaries? Possibly because you do not want to strip leading spaces from the file? -- I gotta straighten my face This mellow-thighed chick just put my spine out of place -- This is the BBEdit Talk public discussion

Re: Want to strip text out of closed captions to send my father who's partially disabled.

2019-01-19 Thread @lbutlr
On 18 Jan 2019, at 19:00, Dj wrote: > 1092 > 00:40:25,710 --> 00:40:29,220 > the kid has no idea what you mean Matching the lines starting with a number is trivial. Find: ^\d.*\r Replace: For the HTML you need to remove everything from a < to a >, inclusive Find: <[^>]+> Replace: BUT,

Re: BBEdit Merchandise

2018-12-05 Thread @lbutlr
On Tue Dec 04 2018 10:01:51 Rich Siegel said: > > Go shopping: . Oooo, Aaah Two minor issues. With only one option for shipping I had to go click the radio button to select the shipping method. This took me a few clicks on trying to complete the

Re: BBEdit Merchandise

2018-12-05 Thread @lbutlr
On Wed Dec 05 2018 09:07:35 Rich Siegel said: > > On 12/5/18 at 7:15 AM, dbpa...@emory.edu (Daniel Palmer) wrote: > >> Are you guys planning to add stickers to the shop? > > Can I check a box that says “hey, can you drop a couple of stickers in

Re: GREP help: dig into the report of the cash register

2018-12-05 Thread @lbutlr
On Tue Dec 04 2018 03:19:02 m.osti said: > > Now I copy them by hand and then I use a macro that I created in > KeyboardMaestro. Since there is a lot of data that I don't need, to speed up > I tried to extract only the necessary values through a GREP search, but I > failed, failed,

Re: Extending Markdown syntax in BBEdit

2018-09-12 Thread @lbutlr
On 12 Sep 2018, at 23:26, @lbutlr wrote: > That was John Griner. REALLY autocorrect, REALLY? John Gruber. -- I'm not old, I'm chronologically challenged. -- This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please email &q

Re: Extending Markdown syntax in BBEdit

2018-09-12 Thread @lbutlr
On 12 Sep 2018, at 06:44, Stephen Lien wrote: > > I guess if that is the philosophy that BBEdit goes by, That was John Griner. the author of Markdown, not BBEdit. > then we have to either deal with it or look elsewhere. Kinda sad that this > is the state. One can view this as an excuse for

  1   2   >