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 w

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 Ap

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 administr

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 > proce

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 personall

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, t

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 s

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 sa

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"

Re: Syntax Colouring: YAML, MD and Jekyll

2016-06-17 Thread Watts Martin
On Thu, Jun 16, 2016 at 7:32 AM, Rich Siegel wrote: > Yes; but I encourage you to go back and review these requirements. From my > reading of the Jekyll documentation, content is stored in either Markdown > (.md) or HTML (.html) or combination (.html.md), and there is no case in > which YAML use

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 w

Calling a text filter from AppleScript

2015-04-24 Thread Watts Martin
I'm finally getting around to trying to fix errors that have cropped up since BBEdit 11 in my Markdown package. Several of the commands are just short AppleScripts that call text filters, like: set _me to "" & (path to me) set AppleScript's text item delimiters to ":" set packagePath to "" & te

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

2015-04-08 Thread Watts Martin
en 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, 20

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 to

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-12 Thread Watts Martin
Jimmbo wrote: It's not a tack-on. It's addressing a hole. As-is, BBedit auto-saves unsaved docsto an obscure folder, not easily discovered or searched (Spotlight doesn't see it, I don't believe). That's a kludge of a solution (though a very welcome one that's saved my ass a bunch). All I'm

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 word

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: 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 thing

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 ? 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'

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 wrote: > On Nov 10, 2014, at 2:09 AM, Rich Siegel wrote: > > > use the Option key

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 wrote: > Hi Martin, >> > ...wow, thanks – good to know. I've overseen that in the docu. > What I

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 co

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 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 work -- thanks. The

Editing OS X package folders (Dash docsets)

2014-10-08 Thread Watts Martin
I'm trying to use BBEdit to create Dash docsets for my company's product, and have started building them in our documentation tree. But I'm running into an unexpected problem. A Dash docset is a package, essentially -- a directory named "Foo.docset" with directories inside it. So my project looks

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 exten

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 pr

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 wrote: > On 8/7/14 at 3:33 PM, lay...@gmail.com (Watts Martin) wrote: > > Curiosity point: in a project window, t

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, a

Re: Import a script for an attachment point

2014-06-28 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 l

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 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 scri

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 this

Re: Opening files within a script

2014-05-22 Thread Watts Martin
I don't think I mean that, at least. :) I'm not the world's best shell scripter, but "${variable/search/replace}" does simple string substitution in zsh on parameter variables. On Wed, May 21, 2014 at 8:06 PM, Charlie Garrison wrote: > Good afternoon, > > O

Re: Opening files within a script

2014-05-21 Thread Watts Martin
forgotten about, but it doesn't seem to work with the script. (I tried escaping the asterisks with backslashes and putting the argument in quotes, but neither one worked.) On Tue, May 20, 2014 at 10:22 PM, Oliver Taylor wrote: > On 20 May 2014, at 5:31 PM, Watts Martin wrote: > >

Opening files within a script

2014-05-20 Thread Watts Martin
I'm back using BBEdit on a project and have a mildly interesting dilemma. We have a lot of files that are organized roughly like so: docs/api/javascript/math-and-logic/not.md docs/api/python/math-and-logic/not.md docs/api/ruby/math-and-logic/not.md ...etc. What I'd like to do is have a script whi

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 edito

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 subscrib

Re: Multi-File search inside an ePub

2012-09-05 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 work

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

2012-08-09 Thread Watts Martin
o bbedit+unsubscr...@googlegroups.com For more options, visit this group at <http://groups.google.com/group/bbedit?hl=en> If you have a feature request or would like to report a problem, please email "supp...@barebones.com" rather than posting to the group. Follow @bbedit on Twitte

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

2012-08-09 Thread Watts Martin
annot find a solution that does /just/ what I want it to do 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 (lik

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 Xc

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; Pando

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 d

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 July 20, 2012 10:58 I'm not sure what you mean by "removed in version 9.1". I'm still using BBEdit 9

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 fro

Re: Syntax highlighting for extended versions of Markdown?

2012-04-21 Thread Watts Martin
On Apr 19, 2012, at 9:06 , Frederick wrote: > Is there a way to bring syntax highlighting for extended versions of > Markdown to BBEdit? > > I would like to be able to have html elements as well as Markdown in > documents. The preview seems to be able to cope with this, but syntax > highlighting

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

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 conversi

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 app

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

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 usele

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 h

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: Insert Next List Item

2012-03-26 Thread Watts Martin
;*" at the start of a line and can 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.spa

Re: BBEdit Editor Actions Package

2012-03-24 Thread Watts Martin
minor 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

BBEdit Editor Actions Package

2012-03-23 Thread Watts Martin
e and also gives the original sources, since most 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 rece

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 clamorin

Re: Syntax aware auto-indent?

2012-02-17 Thread Watts Martin
Rick Yentzer wrote: I'm still hoping that this would be a preference instead of an applescript. Most other editors I've tried out recently have this feature. It saves a lot of typing. It does, but I stand by my feeling that it's somewhat of a religious issue, like autocomplete, automatic pairi

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.) - Watts

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

2012-02-13 Thread Watts Martin
Do that, but with the txmt:// URL, rather than x-bbedit. This seems like a bug to me -- when I try to use the x-bbedit:// prefix in any way, BBEdit comes to the foreground but nothing opens. FrankS wrote: Bump... On Feb 5, 11:19 pm, FrankS wrote: How do I open bbedit with a certain file/l

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 appea

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 p

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 Pref

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: less syntax

2011-11-12 Thread Watts Martin
RobS wrote: I'd love to believe, really I would. But I used to believe in XHTML and before that, the tooth fairy. If the things that LESS provides -- which look delightful, I should say -- are valuable to enough people, they'll end up in CSS eventually. (Yes, I guess I still believe in the too

Re: Files won't open

2011-10-22 Thread Watts Martin
rksheet, saved 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 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 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 bor

Re: pre release and MAS version

2011-10-03 Thread Watts Martin
come up insanely often. Perhaps Apple will eventually add that to the list of permissions a sandboxed application can request. -- Watts Martin smime.p7s Description: S/MIME cryptographic signature

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

2011-09-19 Thread Watts Martin
column 30, and then type "OneTwoThree" 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

Re: jump mark question

2011-09-13 Thread Watts Martin
. Yes, TextMate does, but that's also *all* TextMate does, IIRC; it has no way 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 betwee

Re: Applying tag to multiple paragraphs

2011-09-12 Thread Watts Martin
released yet, but if you search the list archive you'll find the most recent build). -- Watts Martin smime.p7s Description: S/MIME cryptographic signature

Re: My Disappoints in BBEdit 10

2011-09-12 Thread Watts Martin
ddling with the dialog box in the first place. (Also, you can bind Control-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 smime.p7s Description: S/MIME cryptographic signature

Re: My Disappoints in BBEdit 10

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

Re: Navigating methods

2011-09-08 Thread Watts Martin
d, it doesn't come up very often, but . . . -- Watts Martin smime.p7s Description: S/MIME cryptographic signature

TextExpander, BBEdit 10 and typing lag

2011-09-02 Thread Watts Martin
t keeps up with my normal 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 smime.p7s Description: S/MIME cryptographic signature

Re: Syntax Highlighting Wish List

2011-08-31 Thread Watts Martin
simple heuristic to fake it: if the first item in the project is a folder, it assumes that's the root; otherwise, it assumes the directory with the project file itself is the root.) -- Watts Martin smime.p7s Description: S/MIME cryptographic signature

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

2011-08-24 Thread Watts Martin
pe. (Then again, with BBEdit I can use the "Close Tag" command to close the and in that scenario, whereas Coda will be confused by the ?> at that point, so everything's a bit of a tradeoff.) -- Watts Martin -- You received this message because you are subscribed to the &quo

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 -- You received this message because you are subscribed to the "BBE

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

2011-08-23 Thread Watts Martin
t of "self-closing" tags to keep it from doing that.) -- Watts Martin -- 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 grou

Re: Why BBE pisses me off

2011-08-20 Thread Watts Martin
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 -- You received this message because you are subscribed to the "BBEdit Talk" discussio

Re: Why BBE pisses me off

2011-08-20 Thread Watts Martin
h number of users who've 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. -

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

2011-08-19 Thread Watts Martin
t not as conveniently as Emacs. Which 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 -- You received this message because you are subscribed to the "BBEdit Talk" discus

Re: Find BBEdit support folder via AppleScript

2011-08-18 Thread Watts Martin
nd just work through the whole thing one of these days...) -- Watts Martin -- 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,

Find BBEdit support folder via AppleScript

2011-08-18 Thread Watts Martin
cript figures out on its own. -- Watts Martin -- 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+unsubsc

Re: svn: Can't get password

2011-08-12 Thread Watts Martin
7;m not on Lion, so it's a quirk in whatever new way BBEdit is using Subversion, I guess. (I found the old way where you had to set the root in Preferences a lot quirkier, I have to say!) -- Watts Martin -- You received this message because you are subscribed to the "BBEdit Talk&

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 -- You received this message because you are subscribed to the "BBEdit Talk" discussion

Re: Edit multiple documents in split view?

2011-08-11 Thread Watts Martin
people who miss better window arranging. I know it may not seem 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 proj

Applescript pasting help

2011-08-11 Thread Watts Martin
shell script "textutil -stdout -convert html /tmp/temp.rtf | /usr/local/bin/html2text" tell application "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:

Re: Line Background Highlighting?

2011-08-10 Thread Watts Martin
ghting are pretty minimal 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 -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google

Re: tag indentation using applescript?

2011-08-03 Thread Watts Martin
aceholder which does that.) -- Watts Martin -- 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: A request for a future version: repeat last command.

2011-08-03 Thread Watts Martin
lt to do without a modal editor, of course, and I'm not entirely sure *any* of it would 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. :) -- W

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

2011-07-30 Thread Watts Martin
ate does, so TAB does different things depending on context? Because 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 'r

Re: Per document tab widths

2011-07-27 Thread Watts Martin
(That, and Python coding -- 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 smime.p7s Description: S/MIME Cryptographic Signature

Re: Per document tab widths

2011-07-27 Thread Watts Martin
Bruce Van Allen wrote: On 2011-07-26, Watts Martin wrote: As near as I can tell, there's no way to adjust the tab width for a document at *all* -- you can only change the editor default and the per-language setting. I'm surprised, thinking about it, that tab width isn't adjusta

Re: Per document tab widths

2011-07-26 Thread Watts Martin
document at *all* -- you can only change 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 smime.p7s Description: S/MIME Cryptographic Signature

Per document tab widths

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

  1   2   >