Re: extracting a similar but changing pattern

2022-07-27 Thread Watts Martin
It looks like you can do that by searching for ^(.+?)((\d+\.){3}\d+)$ and replacing it with \2 \1 That basically captures two search items: the first is everything from the start of the line up to the IP address, and the second is the IP address. On Jul 27, 2022 at 16:28:20, DiBello Design

Re: Nord Color Scheme

2022-05-07 Thread Watts Martin
On May 5, 2022 at 14:48:50, Robert wrote: > Has anybody put together a Nord color scheme for BBEdit? In a strange case of synchronicity, I made a Nord color scheme for BBEdit yesterday, but only saw your message from yesterday just now. https://github.com/chipotle/nord-bbedit -- This is the

Re: Formatting markdown tables in bbedit

2022-04-15 Thread Watts Martin
While this is a bit late, I use Brett Terpstra's Markdown Service Tools for doing this -- and occasionally other Markdown-ish things -- in BBEdit, as well as other apps. If you use Markdown a lot, it's worth checking out. https://brettterpstra.com/projects/markdown-service-tools/ -- Watts On

Re: ISPs that you like. I need a new one

2022-03-02 Thread Watts Martin
While this is very much a YMMV sort of thing, I've been happy with a low-end Linode plan for years. It's a VPS (virtual private server) rather than a shared hosting plan, so it's a little less user-friendly than some other plans might be; you have to be able do some basic Unix-ish system

Re: LSP support: how to troubleshoot

2021-08-18 Thread Watts Martin
On Aug 13, 2021 at 10:12:56 , Sam Birch wrote: > Hi all, > > I’m wondering if anyone has any tips on how to troubleshoot an LSP server. > It’d be nice to be able to see the capabilities that BBEdit and the server > have negotiated, maybe the path to the server, maybe the PID of the server >

Re: Emmet

2021-07-23 Thread Watts Martin
I've verified Emmet working when Node is installed installed the following ways: - from the Node.js installer package, installed in /usr/local/bin - from Homebrew, installed in /usr/local/bin - from Homebrew on Apple Silicon, installed in /usr/local/bin Once it's installed that way, I'd

Odd site deployment behavior

2021-06-17 Thread Watts Martin
So, I want to do a sanity check here -- is anyone using the "Deploy Site" command successfully? I've been trying to replicate a simple workflow using this command that I normally do with a shell script (or lately with another editor that has site publishing functionality): in the project folder,

Re: Color scheme vs. color space question

2020-10-01 Thread Watts Martin
> > On Thu, Oct 1, 2020 at 9:31 AM François Schiettecatte < fschietteca...@gmail.com> wrote: > Sorry if these are obvious questions: They're totally reasonable ones. :) > - Did you check your color calibration in the Display System Preferences? I did; changing my calibration profile doesn't

Color scheme vs. color space question

2020-10-01 Thread Watts Martin
After Greg's question yesterday about color schemes, I thought about trying to make a BBEdit version of Nord. And I did... except the background color is really, really light compared to what it should be. So, I double-checked: I'd entered the proper background color, #2E3440, and BBEdit indeed

Re: Cobalt2 color scheme

2020-09-30 Thread Watts Martin
You could try some of the other included schemes and see what you think; I'm not usually a dark scheme person, but I like "Toothpaste" (it's reminiscent of Zenburn, one of the few dark color schemes I like for other editors when it's done right). There are a few color schemes on the BBEdit Extras

Re: Doc Blocks (Inline documentation)

2020-07-07 Thread Watts Martin
I've been fiddling around with trying to make a new PHP package, as well as freshen some old packages that I used to maintain. I'll see if I can get something out soon. The closest to what you're asking about, though, was in an "EditorActions" package that I have, which had a "Smart New Line"

Auto-expand tabs in snippets?

2016-03-09 Thread Watts Martin
I've noticed that when I insert multi-line clippings that have indented blocks, something like: #INDENT#function #INSERTION#(<##>) { <#code#> } The indentation before "<#code#>" will be verbatim from the clipping, regardless of the current document's "auto-expand tab" settings. This is true

Re: What are the advantages of using bbdiff as the diff tool for git?

2015-04-08 Thread Watts Martin
, then I probably did not even know what to expect from the git diff tool. In any case, now I downloaded 11.1, maybe I'll just use that for git. So it won't mess up anything in GitHub, it's supposed to be standard git? Thanks! On Wed, Apr 8, 2015 at 2:36 PM, Watts Martin lay...@gmail.com

Re: What are the advantages of using bbdiff as the diff tool for git?

2015-04-08 Thread Watts Martin
It's mostly whether you like BBEdit as a diff tool, I'd say. Any GUI diff tool is an advantage over just using git straight, and since you already have BBEdit there's no reason not to use it -- it's better than many others I've used. (Having said that, I actually use Kaleidoscope as my git diff

Re: jumping to a specific line / column

2015-02-26 Thread Watts Martin
There's actually a way to do this already without using AppleScript, but it's kind of sneaky: turn on Emulate Emacs key bindings. Then you can use Emacs' count prefix command (^U) to jump to a column. If you're at the start of a line (column 1) and you want to move to column 100, you'd type: ^U 9

Re: BBedit's Creaky Use of Finder For Doc/File/Project Management

2015-02-07 Thread Watts Martin
As someone who's in both BBEdit and Scrivener every day, I can speak partially to this. First, I think it's very easy to fall into the trap of assuming most pro writers work the way you do, but that's not necessarily true. I use Markdown and HTML exclusively for technical writing, but a lot

Re: BBedit's Creaky Use of Finder For Doc/File/Project Management

2015-02-07 Thread Watts Martin
Alex Satrapa wrote: I also use Byword for editing Markdown documents. My preference for which editor to use changes depending on my mood and the weather. Sometimes I prefer Byword’s “formatting” of Markdown (markup is faded out, marked-up headings are bold and larger, italicised or bolded

Re: Missing the Recent documents section

2015-01-30 Thread Watts Martin
In BBEdit 10 there was a Recent Documents box like the Currently Open Documents box in the sidebar. Now it's a popup menu (the little clock icon at the very bottom of the status bar, in the row that has the version control button, server, search, etc.) This is one of those subjective things,

Re: full page preview

2014-12-07 Thread Watts Martin
s.cls wrote: I like BBEdit but Sublime Text is also a very interesting text editor. One feature is very useful and I would love to have it in BBEdit : full page source code preview (top right) It will be nice to have this kind of feature Are you talking about Sublime Text's Minimap that shows

Re: Assigning BBEdit Window Placemements with Multiple Displays

2014-11-24 Thread Watts Martin
Seth Dillingham wrote: Have you ever looked at Moom http://manytricks.com/moom/? I can do basically what you described with just one or two clicks per window. I use this app all the time. I also use Moom and like it -- but I've noticed that BBEdit's Preview window (for HTML and Markdown) can't

Re: How to change Full Screen button back to Zoom button?

2014-11-10 Thread Watts Martin
Also, if you have Double-click a window's title bar to minimize unchecked, double-clicking the title bar will do a zoom the way the green button used to work. On Mon, Nov 10, 2014 at 1:07 AM, Ted Stresen-Reuter tedmaster...@gmail.com wrote: On Nov 10, 2014, at 2:09 AM, Rich Siegel

Re: Some Newcomer questions

2014-11-04 Thread Watts Martin
Interesting. I didn't know about that expert preference -- it doesn't look like it's listed in BBEdit's Help file, although it's quite possible I missed it. On Tue, Nov 4, 2014 at 1:03 AM, Thomas Mai medil...@googlemail.com wrote: Hi Martin, ...wow, thanks – good to know. I've overseen that

Re: Some Newcomer questions

2014-11-03 Thread Watts Martin
There's a way to customize the HTML reformatting in BBEdit and that this affects the way it outputs tags -- there's some kind of config file format borrowed from Dreamweaver. This is mentioned in the manual on page 230, but unfortunately there's absolutely no docs for it. What you need to do is

Re: Editing OS X package folders (Dash docsets)

2014-10-08 Thread Watts Martin
On Wed, Oct 8, 2014 at 12:32 PM, Patrick Woolsey pwool...@barebones.com wrote: Unless I'm missing some additional context, you can just drop the docset package onto BBEdit's Dock icon, and BBEdit will open an instant project window rooted at that package / folder. I didn't know that would

CLMs and file extensions with infix dots

2014-09-11 Thread Watts Martin
A simple but slightly weird question I thought someone might know the answer to already... I'm considering trying to make a simple CLM for Pollen ( http://mbutterick.github.io/pollen/doc/), a web typesetting system. Pollen has a kind of weird attribute in that you effectively append a second

Re: S it no longer possible to have different UNIX shells for different worksheets?

2014-08-18 Thread Watts Martin
Was that ever possible in BBEdit? (I genuinely don't remember.) I'm actually hoping for -- somewhere down the road -- letting worksheets talk with anything that uses STDIN and STDOUT that way, so you could highlight and execute, say, Elixir or Python code -- anything that provides a REPL. I'm

Collections

2014-08-07 Thread Watts Martin
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. I can't actually find an explanation of what collections are meant to be used for in the BBEdit manual. There's no section about them,

Re: Collections

2014-08-07 Thread Watts Martin
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

Re: Import a script for an attachment point

2014-06-29 Thread Watts Martin
Gil Dawson wrote: Hi, Watts-- I don't understand what you mean by import. Would it do to write one script which calls the other... set TotherScript to load script... tell TotherScript to CheckaMahSyntax() ..and attach it to documentShouldFinalizeAuthenticatedSave? --Gil In (some) other

Import a script for an attachment point

2014-06-27 Thread Watts Martin
This is more of an AppleScript issue than a BBEdit issue, but it's at least a script specific to BBEdit. :) I have a syntax-checking AppleScript for my company's API documentation that runs from the script menu. What I'd like to do is have that script also run when I save a file. I know that

Re: Import a script for an attachment point

2014-06-27 Thread Watts Martin
. :) On Fri, Jun 27, 2014 at 2:01 PM, Watts Martin lay...@gmail.com wrote: This is more of an AppleScript issue than a BBEdit issue, but it's at least a script specific to BBEdit. :) I have a syntax-checking AppleScript for my company's API documentation that runs from the script menu. What

Re: Opening files within a script

2014-05-22 Thread Watts Martin
-0700, Watts Martin lay...@gmail.com wrote: (I tried escaping the asterisks with backslashes and putting the argument in quotes, but neither one worked.) if you mean a shell script, then I think you *don't* want to escape or quote the stars. ${BB_DOC_PATH/ruby/**} Don't you mean

Re: Arbitrary Keybindings in BBEdit

2013-05-14 Thread Watts Martin
Christopher Finazzo wrote: If someone can find out how to sell this idea to regular people, maybe it would catch on outside of our circle of nerds, but I can just as easily see someone look at it and dismiss it without a second thought (Text expansion is for wimps, just type etc.) Text

Re: Extending Other Languages in CLM

2013-04-17 Thread Watts Martin
Gregg Thomason wrote: But it's been a while since I asked for language inheritance, so maybe something's changed? No, it hasn't, unfortunately; there's no way for a CLM to include or extend either another CLM or a built-in language. -- -- You received this message because you are

Re: Multi-File search inside an ePub

2012-09-06 Thread Watts Martin
I'd presume Gary was asking about doing that when you've opened an ePub file directly. BBEdit opens them the same way it opens a .zip file, and that's not the same way it opens an actual folder on disk. You can only have one file open at a time and multi-file search in the ePub/zip doesn't

Re: Working with ePub: generate .toc and .opf files?

2012-08-10 Thread Watts Martin
://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 Watts Martin mailto:lay...@gmail.com August 9, 2012 9:33 I'll express a *mild

Re: Working with ePub: generate .toc and .opf files?

2012-08-09 Thread Watts Martin
and /nothing more/. I have tried all the WYSIWYG epub editors and generators, and they all fail me some way or another: they mess up my CSS, refuse to work with my media or generate a non valid epub. Most solutions posted here (like the python-epub-builder, Bookbind by Watts Martin, etc.) are good

Re: SVN options no longer show up in BBEdit version 10

2012-08-08 Thread Watts Martin
To explain the problem here a bit, up until Mountain Lion, OS X included the Subversion svn command line client by default. For whatever reason, Apple removed this from the operating system install and, apparently, made it part of Xcode. As others have said you can fix this by downloading

Re: Working with ePub: generate .toc and .opf files?

2012-08-04 Thread Watts Martin
I haven't tried to integrate this directly into BBEdit, but you could try looking at Pandoc or Bookbind, which are both command-line utilities for generating EPUB books. Bookbind (which is my own tool) is really designed to process Markdown documents but can handle pre-made XHTML instead;

Re: Feature requests: vertical split; opening different documents in a split window

2012-07-24 Thread Watts Martin
Bruce Van Allen wrote: 1. BBEdit windows DO split vertically -- if what that means is showing two different areas of the same file, one above the other in the same window, both scrollable, editable, etc. I suspect what the original poster meant was a split running vertically, i.e., the split

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

2012-07-20 Thread Watts Martin
While I (almost) never use BBEdit's FTP capability, there's certainly a bookmark dropdown when you select Open from FTP/SFTP Server in version 10.1.2. Lawrence San mailto:lawrence...@gmail.com July 20, 2012 10:58 I'm not sure what you mean by removed in version 9.1. I'm still using BBEdit

Re: XML code folding

2012-04-29 Thread Watts Martin
On Apr 27, 2012, at 11:45 , bbedit-issues wrote: No one every needed to fold XML? It's possible nobody responded because you're not giving enough context to diagnose any problem. BBEdit doesn't fold XML isn't correct; it folds XML perfectly well. I just cut and pasted an example of RXML from

Re: Change where CSS closing braces are placed.

2012-04-21 Thread Watts Martin
On Apr 19, 2012, at 17:42 , Diego wrote: I didn't create any CSS Rules. I'm not sure how I would do that either. What I was seeing is just the BBEdit default behaviour as far as what happens with braces when I'm entering CSS. But, as you suggest, running Markup-CSS-Format places the braces

Re: Smashwords - any authors using BBE?

2012-04-14 Thread Watts Martin
On Apr 14, 2012, at 5:29 , Miers David wrote: Heres a crazy thoughtjust take the text from bbedit directly into indesign or the professional layout tool of choice and be done with the tweener MS word. Smashwords -- at least last I checked -- will only take Word documents for conversion

Re: Bad IMG SRC URLs

2012-04-09 Thread Watts Martin
On Apr 8, 2012, at 20:06 , LuKreme wrote: That's 1990's thinking. This 2011 and apps that don't work well and play with UTF-8 and spaces are simply broken. And for the record, I use spaces in filenames all the time and have for 30 years. Well, I don't think the question was about apps

Re: Document Manager for individual settings of document items

2012-04-02 Thread Watts Martin
While I may be misunderstanding you, the Languages preference panel in BBEdit lets you set all of those things on a per-language basis, doesn't it? -- Watts Martin On Sunday, April 1, 2012 at 15:00 , dwrh wrote: Why can't they just have complete formatting profiles (tabs, margins

Re: PageUp/PageDown does not work properly in 10.1.1

2012-03-27 Thread Watts Martin
On Tuesday, March 27, 2012 at 9:06 , Herbert Schulz wrote: Howdy, I guess I don't understand. I just tried Opt-UpArrow/DownArrow in TeXEdit and Mail and the cursor just goes up or down one line (i.e., the Opt modifier is ignored) using OS X 10.7. Am I trying the wrong ``shortcuts''? I

Re: BBEdit Editor Actions Package

2012-03-27 Thread Watts Martin
On Tuesday, March 27, 2012 at 7:10 , Ryan Wilcox wrote: Watts, The Editor Actions package is pretty slick :) Can you put this (and your Markdown Package) up on Github? I have some modifications I want to make to each and also want to make sure I'm running the latest :) I'll have to

Re: PageUp/PageDown does not work properly in 10.1.1

2012-03-27 Thread Watts Martin
On Tuesday, March 27, 2012 at 10:06 , Erni Wogernom wrote: - I don't mind using different key combination - that totally fine, the problem is that this one does not work exactly right. As I explained that previously - it does not keep screen position of cursor and that make it kind of useless.

Re: Insert Next List Item

2012-03-26 Thread Watts Martin
continue the list, and handles the current indentation and expand tabs settings correctly. It doesn't try to number lists as the one below does, but that might be something I could add for Markdown. -- Watts Martin Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Monday, March 26

Re: BBEdit Editor Actions Package

2012-03-24 Thread Watts Martin
grump of mine!) -- Watts Martin Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Saturday, March 24, 2012 at 7:03 , Govinda wrote: Thanks Watts for these! I was glad to add these to my collection ans start using a couple of them right away. Can you tell me where I should read

BBEdit Editor Actions Package

2012-03-23 Thread Watts Martin
of these scripts aren't mine, although I've hacked on several of them to either make them compatible with BBEdit 10 or just work the way I think they should. http://www.ranea.org/bbedit_editoractions.html -- Watts Martin -- You received this message because you are subscribed to the BBEdit Talk

Re: Sort Lines: need checkboxes for Remove Duplicates and Natural Order

2012-02-28 Thread Watts Martin
Honestly, I don't recall ever coming across a GUI editor that actually *does* offer a checkbox for delete duplicate lines while you're sorting them (ideally in a true numeric sort rather than ASCII). This seems to suggest that this problem doesn't come up so often that most users are clamoring

Re: Support for x-bbedit:// scheme?

2012-02-13 Thread Watts Martin
Patrick Woolsey wrote: Sorry but no:),x-bbedit:// is neither documented nor for opening files. Well, that would certainly explain why it doesn't work for opening files! (I'd never tried it until FrankS's question, although I've used the txmt:// prefix occasionally with PHP xdebug.) -

Re: JavaScript Syntax Highlighting — Custom functions are not highlighted?

2012-02-04 Thread Watts Martin
No functions in BBEdit are highlighted, actually, just like no variables are; the highlighting system is, well, a little spartan compared to many other editors. In practice I don't find this gets in my way, but it's something I do notice on occasion. Functions *are* highlighted when they

Re: Some reflections on BBedit projects

2011-12-12 Thread Watts Martin
gshenaut wrote: I really appreciate the project functionality of BBedit. However, I'm not sure it's the optimal approach to the problem, and I just wanted to write up some thoughts I had on the subject. This is conceptually pretty interesting, but one minor point, or not so minor for some

Re: Document Manager for individual settings of document items

2011-11-30 Thread Watts Martin
HaFr wrote: In the current version of BBedit the only option available for the settings of 'tabs' or 'spaces' is global. This is not correct, although the way to adjust this on a per-language basis is perhaps not entirely intuitive. (It is, however, in the very extensive user manual.) In

Re: Text completion on only for particular types of docs?

2011-11-28 Thread Watts Martin
No, there isn't a way to do this per-language, as far as know. (That's not a bad idea.) Try turning off include dictionary words in completion list in the Editing preferences. This should allow the completion system to keep working from ctags, language definitions, etc. Also, of course, you

Re: Files won't open

2011-10-22 Thread Watts Martin
it as testme.worksheet, then forced it to open as a new plain text file by opening it on the command line with: cat testme.worksheet | bbedit ...and it opened as a text file just fine. What is it you were trying? -- Watts Martin lay...@gmail.com smime.p7s Description: S/MIME cryptographic signature

Re: How open .ePub file into BBEdit OR how get code into BBEdit?

2011-10-07 Thread Watts Martin
On Oct 7, 2011, at 9:02 , Douglas Mitchell wrote: How open .ePub file into BBEdit OR how get code into BBEdit? Try open .ePub file with BBEdit Open command. -- Watts Martin lay...@gmail.com smime.p7s Description: S/MIME cryptographic signature

Re: possible to set upper case tags as the default?

2011-10-03 Thread Watts Martin
On Oct 3, 2011, at 14:12 , LuKreme wrote: HTML 1.0, 2.0, 3.x, 4.x and 5 all are case-insensitive, though it is possible that early specs required UPPER case tags (there certainly were a lot of upper case tags back in the 90’s). As far as I know the uppercasing of tags was a convention

Re: How to make a feature request for moveable (variable) tab stops?

2011-09-19 Thread Watts Martin
OnetabTwotabThree and have Two and Three display at column 20 and 30 respectively -- but there remains just a single tab character between the words. BBEdit's scripting/filtering is powerful, but I think supporting that actually requires a change to BBEdit's code. -- Watts Martin lay...@gmail.com

Re: jump mark question

2011-09-13 Thread Watts Martin
to distinguish individual marks. BBEdit lets you name markers, which personally I find more useful -- not that a little icon in the gutter saying this line is marked would be bad, but given a choice between one style or the other, I'll take BBEdit's. -- Watts Martin lay...@gmail.com smime.p7s

Re: My Disappoints in BBEdit 10

2011-09-12 Thread Watts Martin
-Shift-L to other clipping sets with a concept of link, so you know that pressing it does The Right Thing whether you're using HTML, Markdown, or the template language of your choice.) -- Watts Martin lay...@gmail.com smime.p7s Description: S/MIME cryptographic signature

Re: Applying p tag to multiple paragraphs

2011-09-12 Thread Watts Martin
the list archive you'll find the most recent build). -- Watts Martin lay...@gmail.com smime.p7s Description: S/MIME cryptographic signature

Re: My Disappoints in BBEdit 10

2011-09-10 Thread Watts Martin
and highlight *that* string, then hit Command-Control-A return and type the link text, isn't it the same number of keystrokes as previous versions to accomplish the same thing? -- Watts Martin lay...@gmail.com smime.p7s Description: S/MIME cryptographic signature

Re: Navigating methods

2011-09-08 Thread Watts Martin
come up very often, but . . . -- Watts Martin lay...@gmail.com smime.p7s Description: S/MIME cryptographic signature

TextExpander, BBEdit 10 and typing lag

2011-09-02 Thread Watts Martin
typing speed (mostly). With TE turned on, though, the lag is pretty visible. Programs using the native text controls (i.e., TextEdit) don't exhibit this. This is with 10.0.2, builds 3081 and 3085. -- Watts Martin lay...@gmail.com smime.p7s Description: S/MIME cryptographic signature

Re: Syntax Highlighting Wish List

2011-08-31 Thread Watts Martin
is a folder, it assumes that's the root; otherwise, it assumes the directory with the project file itself is the root.) -- Watts Martin lay...@gmail.com smime.p7s Description: S/MIME cryptographic signature

Re: Aw: Re: php syntax coloring inside of html tag

2011-08-24 Thread Watts Martin
the Close Tag command to close the /a and /p in that scenario, whereas Coda will be confused by the ? at that point, so everything's a bit of a tradeoff.) -- Watts Martin lay...@gmail.com -- You received this message because you are subscribed to the BBEdit Talk discussion group on Google

Re: Edit both start and closing HTML tags at once?

2011-08-23 Thread Watts Martin
that.) -- Watts Martin lay...@gmail.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

Re: Edit both start and closing HTML tags at once?

2011-08-23 Thread Watts Martin
Bucky Junior wrote: And nested tags would be a challenge too. Actually, you can call Balance Tags from AppleScript, can't you? Maybe that would be the start of working this. Hmm. -- Watts Martin lay...@gmail.com -- You received this message because you are subscribed to the BBEdit Talk

Re: Why BBE pisses me off

2011-08-20 Thread Watts Martin
been using BBEdit for a very, very long time and who are -- well, let's say not an audience that likes having their cheese moved. But, to stretch the metaphor a little too far, that doesn't mean that the cheese isn't being moved to a better place. -- Watts Martin lay...@gmail.com -- You received

Re: Why BBE pisses me off

2011-08-20 Thread Watts Martin
on the recommendation of the authors of the Windows-only HTML editor that I had been using. I switched to TextMate around its version 1.2 release, then switched back with BBEdit 9.6. -- Watts Martin lay...@gmail.com -- You received this message because you are subscribed to the BBEdit Talk discussion

Re: How to make a feature request for moveable (variable) tab stops?

2011-08-19 Thread Watts Martin
is not an oft-used phrase. :) (Although it would probably be fairly easy to write a text filter to transform delimited text to that after the fact.) -- Watts Martin lay...@gmail.com -- You received this message because you are subscribed to the BBEdit Talk discussion group on Google Groups

Find BBEdit support folder via AppleScript

2011-08-18 Thread Watts Martin
on its own. -- Watts Martin lay...@gmail.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

Re: Find BBEdit support folder via AppleScript

2011-08-18 Thread Watts Martin
the whole thing one of these days...) -- Watts Martin lay...@gmail.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

Applescript pasting help

2011-08-11 Thread Watts Martin
BBEdit -- do something here! replace \\r\\r\\r using \\r\\r searching in text 1 of front document options {search mode:grep, starting at top:true, wrap around:false, backwards:false, case sensitive:false, match words:false, extend selection:false} end tell -- Watts Martin lay...@gmail.com

Re: Edit multiple documents in split view?

2011-08-11 Thread Watts Martin
like a good replacement for BBEdit doing that natively, but it is, and of course it works with all apps, not just BBEdit. The BBEdit Window Arrange functionality was always useless to me anyway, since it didn't work with project windows!) -- Watts Martin lay...@gmail.com -- You received

Re: Applescript pasting help

2011-08-11 Thread Watts Martin
John Delacour wrote: set the selection to myText Geez, I could _swear_ that I tried that first and it didn't work. Apparently I had a case of the stupid. Thank you. :) -- Watts Martin lay...@gmail.com -- You received this message because you are subscribed to the BBEdit Talk discussion

Re: Line Background Highlighting?

2011-08-10 Thread Watts Martin
compared to TextMate's, I'm afraid. (I miss being able to have italics and bold in Markdown actually be italic and bold!) -- Watts Martin lay...@gmail.com -- You received this message because you are subscribed to the BBEdit Talk discussion group on Google Groups. To post to this group, send

Re: A request for a future version: repeat last command.

2011-08-03 Thread Watts Martin
be that easy to do without a modal editor. I know personally, I'd put some of the wackier multi-line editing tricks I've seen in other editors on my wish list way ahead of that one. :) -- Watts Martin lay...@gmail.com -- You received this message because you are subscribed to the BBEdit Talk

Re: tag indentation using applescript?

2011-08-03 Thread Watts Martin
# placeholder which does that.) -- Watts Martin lay...@gmail.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

Re: Can Currently Open Documents go back to where it was?

2011-07-30 Thread Watts Martin
while I wouldn't mind that, judging by how much people freak out over small things like whether the file list is on the left or the right side -- can you imagine? -- I bet that would cause one heck of a poop storm 'round these parts. -- Watts Martin lay...@gmail.com smime.p7s Description

Re: Per document tab widths

2011-07-27 Thread Watts Martin
-- while I know tabs are allowed, they seem to be strongly frowned on in terms of coding style, probably because messing up formatting due to differing tab values will actually break Python code, not just make it look ugly!) -- Watts Martin lay...@gmail.com smime.p7s Description: S/MIME

Per document tab widths

2011-07-26 Thread Watts Martin
Options or Document Options in BBEdit 9, although a quick check of TextWrangler suggests that's my imagination.) -- Watts Martin lay...@gmail.com smime.p7s Description: S/MIME Cryptographic Signature

Re: Per document tab widths

2011-07-26 Thread Watts Martin
the editor default and the per-language setting. I'm surprised, thinking about it, that tab width isn't adjustable via the per-document Text Options. (And a little surprised those aren't saved with documents.) -- Watts Martin lay...@gmail.com smime.p7s Description: S/MIME Cryptographic

Re: Suggestions for Markdown Clippings

2011-07-25 Thread Watts Martin
felt the same way about TextMate's Markdown snippets, though.) -- Watts Martin lay...@gmail.com smime.p7s Description: S/MIME Cryptographic Signature

Re: What am I missing in BBEdit 10?

2011-07-23 Thread Watts Martin
, on both upgrading to BBEdit 10 from 9.6 and to 9.6 from... 6.5? 7.something? (just say it was a while), gotten some highly curious behavior with old preference files. -- Watts Martin lay...@gmail.com smime.p7s Description: S/MIME Cryptographic Signature

Re: Arrange and morphing prefs windows

2011-07-20 Thread Watts Martin
. (I also think some of the superfluous animations in windows in BBEdit 10 are, well, superfluous.) -- Watts Martin lay...@gmail.com smime.p7s Description: S/MIME Cryptographic Signature

Re: emacs key bindings, option key

2011-07-09 Thread Watts Martin
use Emacs get them burned in. :) But it may really have to be approached as its own program, for better and worse. -- Watts Martin lay...@gmail.com smime.p7s Description: S/MIME Cryptographic Signature

Re: TextMate to BBEdit switchers guide?

2011-05-06 Thread Watts Martin
the notion of whether there could be a way to package these as effective bundles, so you're not dragging a half-dozen files to different places.) -- Watts Martin lay...@gmail.com smime.p7s Description: S/MIME Cryptographic Signature

Re: TextMate to BBEdit switchers guide?

2011-05-05 Thread Watts Martin
out there that you just kind of have to know about, or ask the right people for, or what have you. Perhaps there should be a community-driven scripts repository for BBEdit to encourage sharing and learning about this stuff. -- Watts Martin lay...@gmail.com smime.p7s Description: S/MIME

Re: Problem with unicode and Tidy

2011-03-09 Thread Watts Martin
On Mar 7, 7:23 pm, Alex Satrapa gr...@goldweb.com.au wrote: Apart from a small set, HTML 5 deprecates named entities in favour of Unicode numerical entities, expressed in decimal. That is, rather than ‘ldquo;’ or ‘#x201c;’ use ‘#8220;’. I don’t follow the HTML5 community, so I’m not aware

Re: HTML5 Form Elements

2011-02-06 Thread Watts Martin
On Feb 5, 11:02 am, BeeRich beer...@gmail.com wrote: Specifically form elements: phone, search, url, email, datetime, month, week, time, datetime-local, number, range, and color. Those aren't form elements, they are new types for the existing form input element. It is true that BBEdit's tag

Applescript equivalent of Ctrl-O (open line)

2011-01-18 Thread Watts Martin
I'm working on a little AppleScript that replicates a trivial but cherished feature of another editor -- being able to press Ctrl-Return (or whatever) and having it start the new line with an appropriate indent. My script does the right thing now as long as there's nothing on the line below where

Applescript equivalent of Ctrl-O (open line)

2011-01-18 Thread Watts Martin
I'm working on a little AppleScript that replicates a trivial but cherished feature of another editor -- being able to press Ctrl-Return (or whatever) and having it start the new line with an appropriate indent. My script does the right thing now as long as there's nothing on the line below where

SVN authorization error

2009-06-14 Thread Watts Martin
Okay, I'm sure there's something really obvious I'm missing here... but I'm missing it. The BBEdit 9.2 manual says that if a repository requires authentication, you can let Subversion cache your credentials, and that this will happen automatically. I've done that. I've been using this particular