Re: Hiding directories from project file list

2016-12-23 Thread Oliver Boermans
Hi Tom, I don't believe the feature you are looking for exists. Although: If you are using Git there is an option to hide files and directories that are match patterns in a .gitignore file. For similar effect, rather than creating the project by opening a folder with BBEdit, I have created a n

Re: How to Select Non-Contiguous Text

2017-02-04 Thread Oliver Boermans
Hi Bill, What you are looking for is “Rectangular Selections”. Search for it in the user manual. I use them every day <3 Cheers Ollie On 5 February 2017 at 09:08, Bill Kochman wrote: > Hello Chris, > > In reading online info dating back as far back as fourteen years ago, I > likewise arrived at

Re: How to Select Non-Contiguous Text

2017-02-04 Thread Oliver Boermans
, Oliver Boermans wrote: > Hi Bill, > What you are looking for is “Rectangular Selections”. > Search for it in the user manual. > I use them every day > <3 > > Cheers > Ollie > > On 5 February 2017 at 09:08, Bill Kochman wrote: > >> Hello Chris, >> >

Re: How to Select Non-Contiguous Text

2017-02-04 Thread Oliver Boermans
Bill, I see what you are looking for is somewhat more complicated! For non-contiguous text selection to work in the desired manner it would still be necessary for the machine to create some flavour of grep pattern based on your selection. So it follows, until such time that this genius creation exi

Re: CSS editing

2017-02-09 Thread Oliver Boermans
Hi Mark, as Joe suggests the first step is to poke around the site with the developer tools in your browser. Every major browser has developer tools and although they have differences they have much in common. Until I have a browser specific CSS problem to hunt down I favour Firefox (btw Joe most

Re: Invalid A tag when in syntax check

2017-02-22 Thread Oliver Boermans
On 22 February 2017 at 21:05, @lbutlr wrote: > "mailto:ad...@covisp.net?Subject=21-Feb-2017%20185.12.124.66&Body= > please%20check%20this.%0d%0dsywh7235...@remerasdelsur.com.ar" > Not sure what is tripping up the validation. When I unencoded and re-encoded the href I got: admin%40covisp.net %3F

Re: How to Process a GROUP of Lines Containing . . .

2017-02-25 Thread Oliver Boermans
Hi Bill, In BBEdit I would first reformat the XML: Markup > Utilities > Format Select *Mode: Compact* to put all the code on one line. Then search and replace with \n So now each tag is on one line. This will make the “per line” tools more useful. Once you are done sorting you could revis

Re: Can't make "search in project" work

2017-03-28 Thread Oliver Boermans
Selecting Search in ought to open the Multi file search window. The menu bar greys out like you described when a window such as this is in focus.Perhaps it is open, but offscreen. Try closing it (while the menu bar is greyed) with Command-W before trying again. Hopefully this will reset the window

Re: Control-drag to duplicate

2017-04-25 Thread Oliver Boermans
Option, in place of Control, is the magic key for drag–drop copy–paste in BBEdit. On 25 April 2017 at 06:13, Irl wrote: > In some text editors (Word 2011, in particular), highlighting a selection, > clicking on it, pressing and holding the control key, then dragging, will > create a copy and pla

Re: Apple buys ...

2017-05-10 Thread Oliver Boermans
lol, me too On 11 May 2017 at 01:50, Jeffrey Jones wrote: > I was jolted awake this morning while scanning the headlines in Google > News. There in the Technology section: "Apple Buys Beddit". > > OMG! ... Wait, did they misspell it? Then I read the lede, "Beddit makes > sleep tracking devices..

Re: Code coloring goes away after some edits

2017-05-11 Thread Oliver Boermans
Hi Troy, Fire an email to supp...@barebones.com – those folks provide excellent support for these kind of problems. On 12 May 2017 at 08:14, Troy Meyers wrote: > I'm working on a PHP in HTML page, also has JavaScript in it. Sometimes > when I'm editing, maybe just when typing in HTML tags, the c

Re: disappearing files in BBEdit / Dropbox

2017-07-19 Thread Oliver Boermans
Hey Vlad, supp...@barebones.com will be your best bet for this issue. Cheers Ollie On 19 July 2017 at 16:19, Vlad Ghitulescu wrote: > Trying to save one of this files brings the following error-message: > > On 19 Jul 2017, at 8:46, Vlad Ghitulescu wrote: > > I open a new discussion (I mentioned

Re: Select text in HTML between and

2017-08-16 Thread Oliver Boermans
This could be very-hard with Regex depending on what else may be in the HTML. What do you want to do with the div once you have isolated it? I expect there is a command line tool that would make the task of manipulating HTML/XML more simply. On 16 August 2017 at 18:11, Jean-Christophe Helary < j

Re: Upgrading and Apple Scripts

2017-09-19 Thread Oliver Boermans
I say give it a shot. Keep a copy of BBEdit 9, make sure your Application Support/bbedit folder is backed-up and give the demo a spin. There may be breaking changes, but I expect they are relatively few. On 20 September 2017 at 05:03, Chuck Dingee wrote: > I have been using BBEdit for many year

Re: search replace wildcard

2017-10-14 Thread Oliver Boermans
Hi Sharb, try this (with [✓] Grep) Search: '[A-Z] Replace: 'a where [A-Z] will match any single uppercase letter On 14 October 2017 at 14:48, Sharb wrote: > I can't get basic wildcard \w to work in Find/Replace, but might be doing > something very basic incorrectly. > I'm brand new to this wo

Re: Why can't it be easier to change font size on the fly?

2017-11-04 Thread Oliver Boermans
See attached: [image: Inline images 1] On 5 November 2017 at 15:37, Vlad Ghitulescu wrote: > On 3 Nov 2017, at 17:13, Rich Siegel wrote: > > > Try the Magnification item in the status bar at the bottom of the window. > > Where is this? > > Thanks! > > > Regards, > Vlad > > > -- > This is the BB

Re: AppleScript for Word-Selection at the Cursor

2017-11-30 Thread Oliver Boermans
I’ve fantasised about taking keyboard word selection further, I’d like the same keyboard shortcut to do a little more if the word was already >selected<. Specifically I’d like it to attempt to expand to inside (then around) the next closest pair of delimiters (<[{“"''"”}]>), a “selection expander”

Re: AppleScript for Word-Selection at the Cursor

2017-12-04 Thread Oliver Boermans
Thank-you! On 2 December 2017 at 19:36, Christopher Stone wrote: > On 12/02/2017, at 02:25, Christopher Stone > wrote: > > So — if the cursor is positioned between the “><” symbols below — the > first iteration will select to the quotes and the second iteration will > select to the brackets. >

Re: Recommended way of selecting from a list in a clipping

2017-12-09 Thread Oliver Boermans
If you don’t mind hard-coding the list items in your clippings, perhaps this AppleScript will help: https://github.com/ollicle/BBEdit-Extract-Placeholder On 10 December 2017 at 05:28, Gustave Stresen-Reuter wrote: > Hi. > > I often have to make clippings that would be best presented with a > dro

Re: Plugin for sorting CSS rules alphabetically by the declaration?

2018-03-08 Thread Oliver Boermans
Hi Peter, The tool I have most often heard people suggest for sorting CSS is http://csscomb.com/online Although I would be surprised if CSSComb would reorder rules as you have described above. If for example, selector2 and selector4 happened to match the same element this reordering would result i

Re: HTML mode confusion

2018-05-04 Thread Oliver Boermans
Hi Seamus, The intention I believe is to first select the portion of text you would like to be *wrapped* with the anchor tag before clicking the button in the HTML tools. linked text Although BBEdit is great for editing HTML, I would recommend you do so alongside the developer tools of a modern b

Re: Edit Source Code with jQuery ??

2018-08-15 Thread Oliver Boermans
Hi Rick, What you are asking is as you suspect, beyond BBEdit. It will however readily integrate with other tools that will make it _feel_ like it is :) My first thought was something like: Will be worth hunting around for someone who has turned it into a

Re: Any tricks to set the non-default value of "Strip trailing whitespace" for an individual file?

2018-10-22 Thread Oliver Boermans
BBEdit has support for https://editorconfig.org/ which allows this and other settings to be customised per directory or based on file name. Has been a while since I read the appropriate portion of the BBEdit User Manual (Find it in the help menu, recommended!), but it may be necessary to be working

Re: CSS parser

2018-12-21 Thread Oliver Boermans
Can’t be sure without seeing the CSS you are attempting to parse, although that error suggests somewhere in the CSS there is a missing or extra: ",', (, ), [, ], {, or } The parser appears to expect valid CSS. To find the problem test with a tool like: https://jigsaw.w3.org/css-validator/ Or for

Re: CSS parser

2018-12-21 Thread Oliver Boermans
This looks better maintained project than csslint: https://stylelint.io/ On Sat, 22 Dec 2018 at 09:17, Oliver Boermans wrote: > Can’t be sure without seeing the CSS you are attempting to parse, although > that error suggests somewhere in the CSS there is a missing or

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

2019-01-13 Thread Oliver Boermans
Hi Dj, To address the shebang issue ensure the first line of your script file includes something like: #!/usr/bin/perl I don’t know the first thing about Perl, fortunately replacing multiple spaces with single spaces is a simple search and replace with grep in BBEdit: Search for (omitting "): "\

Re: Decent HTML list?

2019-01-29 Thread Oliver Boermans
For help with HTML email perhaps try here: https://litmus.com/community HTML in email is a difficult area, especially if you are learning HTML/CSS itself. Email clients handle it very differently to browsers. Good luck. On Tue, 29 Jan 2019 at 12:35, @lbutlr wrote: > I’ve been having some odd iss

Keyboard shortcut to reverse deletion direction

2019-06-17 Thread Oliver Boermans
Every once in while I accidentally hit a unknown keyboard shortcut that results in the delete key deleting the following rather than previous character in all BBEdit windows. Restarting BBEdit restores the regular behaviour. Any ideas as to what the shortcut might be? Not absolutely sure it is BBE

Re: Keyboard shortcut to reverse deletion direction

2019-07-09 Thread Oliver Boermans
That was it! Thank-you Bruce. On Tue, 18 Jun 2019 at 01:29, Bruce Van Allen wrote: > See BBEdit Preferences -> Keyboard -> Enable Shift-Delete for forward > delete. > > Is this enabled? Perhaps you inadvertently typed this. > > HTH > > On 6/16/19 at 1:32 AM, boerm

Text factory unix script arguments

2019-08-24 Thread Oliver Boermans
Dear BBEditor, What does one enter in the *Arguments*: field in the options for the *Run Unix Filter* Options dialog? And how are these arguments made available to the unix script? [image: text-factory-unix-filter-arguments.png] Why? you ask… I’m hoping there is a means to pass the path/file name

Re: Text factory unix script arguments

2019-08-28 Thread Oliver Boermans
expect that is nothing to do with BBEdit. On Mon, 26 Aug 2019 at 09:08, Charlie Garrison < charlie-goo...@garrison.com.au> wrote: > On 25 Aug 2019, at 11:21, Oliver Boermans wrote: > > What does one enter in the **Arguments** : field in the options for the > **Run Unix Filter

Re: Text factory unix script arguments

2019-08-29 Thread Oliver Boermans
periments with shell scripts instead. Perhaps I can call out to my Node.js script from bash or something. On Thu, 29 Aug 2019 at 08:24, Charlie Garrison < charlie-goo...@garrison.com.au> wrote: > Gm > On 28 Aug 2019, at 21:13, Oliver Boermans wrote: > > I can pass in str

Re: Text factory unix script arguments

2019-08-30 Thread Oliver Boermans
Yeah plain strings in the (Run Unix Filter | Options… | Arguments:) field such as Hello world pass in as expected. On Thu, 29 Aug 2019 at 21:04, Charlie Garrison < charlie-goo...@garrison.com.au> wrote: > On 29 Aug 2019, at 21:17, Oliver Boermans wrote: > > Only arguments that c

Re: how to diff selected paragraphs only

2019-09-15 Thread Oliver Boermans
I would recommend, if you are not already, trying Git or similar source control tool. With frequent commits Git chunks up your changes nicely and BBEdit’s integration with it works well. On Sun, 8 Sep 2019 at 02:29, László Sándor wrote: > BBEdit is great for comparing files against each other, b

Syncing Application Support/BBEdit with Maestral

2021-11-12 Thread Oliver Boermans
Has anyone attempted to sync BBEdit settings etc using this DropBox client? https://maestral.app/ -- 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

<    1   2   3