Re: Escaping text from a docker container to Bbedit?

2022-02-27 Thread 'Charlie Garrison' via BBEdit Talk
/cngarrison/rbbedit -cng -- Charlie Garrison Garrison Computer Services <http://www.garrison.com.au> PO Box 380 Tumbarumba NSW 2653 Australia -- This is the BBEdit Talk public discussion group. If you have a feature request or need technical support,

Re: Escaping text from a docker container to Bbedit?

2022-02-27 Thread 'Charlie Garrison' via BBEdit Talk
m this group and stop receiving emails from it, send an email to bbedit+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/bbedit/CACACE96-D8DA-4993-A189-A1E9BB934D6E%40gmail.com. -- Charlie Garrison Garrison Comp

Re: Two files in the same window

2021-05-27 Thread Charlie Garrison
size back afterwards. -cng -- Charlie Garrison Garrison Computer Services <http://www.garrison.com.au> -- This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please email "supp...@barebones.com

Re: Text filters to format JSON and XML

2021-05-26 Thread Charlie Garrison
C_LANGUAGE" == "JSON" ]; then prettier --parser json elif [ "$BB_DOC_LANGUAGE" == "SQL (Generic)" ] || [ "$BB_DOC_LANGUAGE" == "SQL (MySQL)" ]; then cli-sql-formatter --dialect sql else echo "unknown language: $BB_DOC_

Re: Running bbedit from an XQuartz-launched terminal

2021-05-20 Thread Charlie Garrison
from `xterm`. I'm sure others here can comment. -cng -- Charlie Garrison Garrison Computer Services <http://www.garrison.com.au> PO Box 380 Tumbarumba NSW 2653 Australia -- This is the BBEdit Talk public discussion group. If you have a feature r

Re: Keep Text Filter Output In Original Window

2021-04-15 Thread Charlie Garrison
and STDERR from the running `$command`, and send both back to the document being filtered. I doubt that's what you want (you probably want STDERR going to BBEdit output log), but it's easy enough to grab both if that's preferred. -cng -- Charlie Garrison Garrison

Re: Generating worksheets programmatically

2021-04-05 Thread Charlie Garrison
ename") or die "Couldn't open a pipe to bbedit: $!"; print $bb_fh $initial_content; ``` Or at least something close to that. See here for more info: - https://perldoc.perl.org/perlopentut#Opening-a-pipe-for-writing -cng -- Charlie Garrison Garris

Re: Can BBEdit format code like it formats HTML?

2020-12-01 Thread Charlie Garrison
to use that, since it may be easier to enable "plugins" than to adapt the filter script for each new formatter I need. -cng -- Charlie Garrison Garrison Computer Services <http://www.garrison.com.au> PO Box 380 Tumbarum

Re: How is this possible?!

2020-11-18 Thread Charlie Garrison
- https://en.wikipedia.org/wiki/List_of_Unicode_characters -- Charlie Garrison Garrison Computer Services <http://www.garrison.com.au> PO Box 380 Tumbarumba NSW 2653 Australia -- This is the BBEdit Talk public discussion group. If you have a feature request or

Re: is beside the emacs mode also a vi/vim mode available ?

2020-11-09 Thread Charlie Garrison
Good morning, On 9 Nov 2020, at 11:48, Steve deRosier wrote: On Sun, Nov 8, 2020 at 3:06 PM Charlie Garrison wrote: I'm curious, how long have you been using your scripts? rbbedit is still young compared to BBEdit, but it's far from being an infant: Honestly, I can't even remember. I've

Re: is beside the emacs mode also a vi/vim mode available ?

2020-11-08 Thread Charlie Garrison
Sep 2014 -cng -- Charlie Garrison Garrison Computer Services <http://www.garrison.com.au> PO Box 380 Tumbarumba NSW 2653 Australia -- This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please

Re: is beside the emacs mode also a vi/vim mode available ?

2020-11-08 Thread Charlie Garrison
ectly on the remote machines using the tablet only as a front-end ( Something like a dump terminal with some local features) In this case. In a CI and CD environment that would be a nice feature. Charlie Garrison schrieb am Donnerstag, 5. November 2020 um 23:38:18 UTC+1: On 6 Nov 2020, at 8:

Re: Can BBEdit format code like it formats HTML?

2020-09-20 Thread Charlie Garrison
On 21 Sep 2020, at 9:57, TJ Luoma wrote: I'm not very familiar with these. Are there any out there which format bash / zsh shell scripts? I haven't looked. If there are I'm sure an online search will reveal them. Common terms are "tidy", "prettify" & "beaut

Re: Can BBEdit format code like it formats HTML?

2020-09-20 Thread Charlie Garrison
to format, type shortcut. (No selection will format the whole document.) -cng -- Charlie Garrison Garrison Computer Services <http://www.garrison.com.au> PO Box 380 Tumbarumba NSW 2653 Australia -- This is the BBEdit Talk public discussion group.

Re: Autocompletion Population

2020-04-27 Thread Charlie Garrison
are probably looking for "ctags". BBEdit has first-class support for them, so have a look in the manual and see if that will do what you're looking for. - https://en.wikipedia.org/wiki/Ctags -cng -- Charlie Garrison Garrison Computer Services

Re: [ANN] BBEdit 13.1 (414021) pre-release

2020-04-22 Thread Charlie Garrison
On 23 Apr 2020, at 15:08, Tom Robinson wrote: > But what does NFR stand for — not in bug database? I'm pretty sure it's "Not For Release". I always read it to mean; these details won't make it into the manual. -cng -- Charlie Garrison Garrison Comp

Re: Turn script which already works from the command line into a text filter

2020-04-06 Thread Charlie Garrison
on too, but certainly not as elegant and requires more setup/installation. -cng -- Charlie Garrison Garrison Computer Services <http://www.garrison.com.au> PO Box 380 Tumbarumba NSW 2653 Australia -- This is the BBEdit Talk public discussion group.

Re: Turn script which already works from the command line into a text filter

2020-04-06 Thread Charlie Garrison
file. -cng -- Charlie Garrison Garrison Computer Services <http://www.garrison.com.au> PO Box 380 Tumbarumba NSW 2653 Australia -- This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please email

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

2020-03-02 Thread Charlie Garrison
different methods (not just ssh/sftp) for transferring files from linux box to BBEdit workstation. - https://github.com/cngarrison/rbbedit#copy-methods -cng -- Charlie Garrison Garrison Computer Services <http://www.garrison.com.au> PO Box 380 Tumb

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

2020-03-02 Thread Charlie Garrison
On 3 Mar 2020, at 2:47, François Schiettecatte wrote: > And there is also ExpanDrive which I have used on and off: > > https://www.expandrive.com Note, `rbbedit` has support for ExpanDrive as well. -cng -- Charlie Garrison Garrison Computer

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

2020-03-02 Thread Charlie Garrison
On 2 Mar 2020, at 14:04, Marshall Clow wrote: > I use BBEdit to edit files on a Ubuntu system every day. (over ssh) Are you using `rbbedit` for that? - https://github.com/cngarrison/rbbedit -cng -- Charlie Garrison Garrison Computer Services &l

Re: Delimiter visualisation

2019-12-17 Thread Charlie Garrison
don't leave the keyboard. Also, if I want to edit near the opening delimiter - Cmd-B and then left-arrow. -cng -- Charlie Garrison Garrison Computer Services <http://www.garrison.com.au> PO Box 380 Tumbarumba NSW 2653 Australia -- This is the

Re: Delimiter visualisation

2019-12-17 Thread Charlie Garrison
that. When I want to confirm matching delimiters, I use the 'Balance' command (I have it as Cmd-B). It doesn't work the same as your explanation, but it does give the same answer. -cng -- Charlie Garrison Garrison Computer Services <http://www.garrison.com.au>

Re: Barebones Website

2019-12-16 Thread Charlie Garrison
On 17 Dec 2019, at 10:30, Lawrence Salberg wrote: Does no one actually use BBEdit to build websites anymore? My daily work is building and maintaining (not simple) web sites. BBEdit is the most important tool I use; can't imagine getting my work done without it. -cng -- Charlie

Re: json folding

2019-12-16 Thread Charlie Garrison
-- Charlie Garrison Garrison Computer Services <http://www.garrison.com.au> PO Box 380 Tumbarumba NSW 2653 Australia -- This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please email "supp...@ba

Re: json folding

2019-12-15 Thread Charlie Garrison
not PEBKAC. -cng -- Charlie Garrison Garrison Computer Services <http://www.garrison.com.au> PO Box 380 Tumbarumba NSW 2653 Australia -- This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please

Re: Live Search is not persistent

2019-12-15 Thread Charlie Garrison
-- Charlie Garrison Garrison Computer Services <http://www.garrison.com.au> PO Box 380 Tumbarumba NSW 2653 Australia -- This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please email

Re: Persistent include arguments and Perl, oh my

2019-11-25 Thread Charlie Garrison
On 25 Nov 2019, at 12:57, Neil Faiman wrote: Can anybody make sense of this? It is very weird behaviour. Send me a zip of the files so I can run locally and I should be able to figure out what's going on. -cng -- Charlie Garrison Garrison Computer Services

Re: a quick interface PSA :-)

2019-11-08 Thread Charlie Garrison
e notes. The "Large" size is perfect. :-) -cng -- Charlie Garrison Garrison Computer Services <http://www.garrison.com.au> PO Box 380 Tumbarumba NSW 2653 Australia -- This is the BBEdit Talk public discussion group. If you have a featu

Pipe list of files into new bbprojectd

2019-09-20 Thread Charlie Garrison
. The count of files to search is over 10,000. Using `bbedit --project` prints error `-bash: /usr/local/bin/bbedit: Argument list too long` -cng -- Charlie Garrison Garrison Computer Services <http://www.garrison.com.au> PO Box 380 Tumbarumba NS

Re: Text factory unix script arguments

2019-08-29 Thread Charlie Garrison
ot;] Even when you hardcode arguments in the Run Script step? If you've hardcoded the values and you're still not seeing them in the script then something else is wrong. Maybe node scripts have different methods of checking passed in args. I'd be surprised if BBEdit failed to pass any args. -

Re: Text factory unix script arguments

2019-08-28 Thread Charlie Garrison
. The `#` character is also either a comment marker, or triggering a replacement I'm not familiar with. -cng -- Charlie Garrison Garrison Computer Services <http://www.garrison.com.au> PO Box 380 Tumbarumba NSW 2653 Australia -- This is the BBEdi

Re: Text factory unix script arguments

2019-08-25 Thread Charlie Garrison
use on command line). Check the manual for more details; there may be placeholders you can use to grab ENV vars. -cng -- Charlie Garrison Garrison Computer Services <http://www.garrison.com.au> PO Box 380 Tumbarumba NSW 2653 Aus

Re: I did it again-CaSe PrObLeM

2019-05-03 Thread Charlie Garrison
to production. Unless we can bring this convo back to BBEdit, we probably should move this conversation off-list. -cng -- Charlie Garrison Garrison Computer Services <http://www.garrison.com.au> PO Box 380 Tumbarumba NSW 2653 Australia -- This is the

Re: I did it again-CaSe PrObLeM

2019-05-02 Thread Charlie Garrison
oot volume (although I'm not sure why), in which case create a second volume formatted case-sensitive and use that for dev work. In any case, best solution to your dilemma is to not use case-insensitive filesystem. Or be prepared to sink more hours into debugging issues caused by it. -cng --

React.js - Clippings and syntax highlighting?

2019-04-02 Thread Charlie Garrison
inside JavaScript)? BareBones, is support for JSX syntax highlighting on the roadmap? -cng -- Charlie Garrison Garrison Computer Services <http://www.garrison.com.au> PO Box 380 Tumbarumba NSW 2653 Australia -- This is the BBEdit Talk public disc

Re: Image won't appear

2019-02-11 Thread Charlie Garrison
to stay on topic - BBEdit never had any problems with case-sensitive filesystem (at least none that I experienced). -cng -- Charlie Garrison Garrison Computer Services <http://www.garrison.com.au> PO Box 380 Tumbarumba NSW 2653 Aus

Re: Use as pasteboard

2019-02-07 Thread Charlie Garrison
(incl Chris) he has enough info to solve his needs. -cng -- Charlie Garrison Garrison Computer Services <http://www.garrison.com.au> PO Box 380 Tumbarumba NSW 2653 Australia -- This is the BBEdit Talk public discussion group. If you have a feature r

Re: Use as pasteboard

2019-02-07 Thread Charlie Garrison
it in BBEdit's Scripts folder. ``` #!/bin/sh pbpaste | bbedit —new-window ``` -cng -- Charlie Garrison Garrison Computer Services <http://www.garrison.com.au> PO Box 380 Tumbarumba NSW 2653 Australia -- This is the BBEdit Talk public discussion

Re: Use as pasteboard

2019-02-07 Thread Charlie Garrison
On 8 Feb 2019, at 11:34, Christopher Stone wrote: I'm quite familiar with pbpaste. My AppleScript does the following: OK, and thanks. I never use anything other than standard Cmd-C-X-V so the extra flexibility isn't needed. I take your point though. -cng -- Charlie Garrison

Re: Use as pasteboard

2019-02-07 Thread Charlie Garrison
even have an alias named `bbnew` for this. I think the OP wants to use pasteboard contents, not stdout from a command. So a slight modification to your command would suffice: pbpaste | bbedit —new-window And create an alias named `bbpaste`. -cng -- Charlie Garrison

Re: Use as pasteboard

2019-02-07 Thread Charlie Garrison
something, no AppleScript needed. Look at `man pbpaste` to see all the options. -cng -- Charlie Garrison Garrison Computer Services <http://www.garrison.com.au> PO Box 380 Tumbarumba NSW 2653 Australia -- This is the BBEdit Talk public discussion group.

Re: How to make BBEdit save changes automatically when closing window?

2019-01-30 Thread Charlie Garrison
return end if end tell ``` Check the manual for more info about attaching scripts to Menu Items. -cng -- Charlie Garrison Garrison Computer Services <http://www.garrison.com.au> PO Box 380 Tumbarumba NSW 2653 Australia -- This is the BB

Re: Use BBEdit as Remote Editor

2018-08-18 Thread Charlie Garrison
cng -- Charlie Garrison Garrison Computer Services <http://www.garrison.com.au> PO Box 380 Tumbarumba NSW 2653 Australia -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please ema

Re: Preview pane?

2018-08-17 Thread Charlie Garrison
to look at. (I treat it like doing a save, which I used to have to do prior to previewing in browser.) -cng -- Charlie Garrison Garrison Computer Services <http://www.garrison.com.au> PO Box 380 Tumbarumba NSW 2653 Australia -- This is the BBEdi

Re: How to best manage windows in different Mission Control "Spaces" ?

2018-07-21 Thread Charlie Garrison
return BBEdit windows to their Spaces after a restart. :-( The OS does restore many/most other app's windows after rebootj. -cng -- Charlie Garrison Garrison Computer Services <http://www.garrison.com.au> PO Box 380 Tumbarumba NSW 2653 Aus

Re: Possibility of bbedit Terminal Command on SSH Connections

2018-07-11 Thread Charlie Garrison
istros), I wonder whether `curl` or `wget` is more likely to be installed. -- Charlie Garrison Garrison Computer Services <http://www.garrison.com.au> PO Box 380 Tumbarumba NSW 2653 Australia -- This is the BBEdit Talk public discussion group. If you

Re: Possibility of bbedit Terminal Command on SSH Connections

2018-07-11 Thread Charlie Garrison
? -cng -- Charlie Garrison Garrison Computer Services <http://www.garrison.com.au> PO Box 380 Tumbarumba NSW 2653 Australia -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please

Re: How to Switch Different Python Versions while using BBEDIT

2018-05-24 Thread Charlie Garrison
, but you'd be stuck with that until you modified the script shebang again. Using PATH and `env` is more flexible; just change the PATH and scripts use the new version. -cng PS. This method is not specific to python. It works for all scripts using a shebang. -- Charlie Garrison <ga

Re: PopClip stopped popping in BBEdit 12.x

2018-02-28 Thread Charlie Garrison
reliably; I sometimes see that in other apps too, so unlikely a BBEdit-specific issue. Probably an issue with my clipboard manager.) -cng -- Charlie Garrison <garri...@zeta.org.au> github.com/cngarrison metacpan.org/author/CNG -- This is the BBEdit Talk public discussion group. If yo

Re: wrapping python strings

2018-02-15 Thread Charlie Garrison
/end of the string, but maybe that gets you headed in right direction. -- Charlie Garrison <garri...@zeta.org.au> github.com/cngarrison metacpan.org/author/CNG -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem,

Re: bbclient/bbserver

2018-01-18 Thread Charlie Garrison
a custom daemon. :-D -cng -- Charlie Garrison <garri...@zeta.org.au> github.com/cngarrison metacpan.org/author/CNG -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email "supp...@barebones.com&q

Re: Are there any special features about this code editor?

2017-11-27 Thread Charlie Garrison
e over NFS or SFTP. Or a remote volume mounted using ExpanDrive, which rbbedit also supports. ;-) -cng -- Charlie Garrison <garri...@zeta.org.au> github.com/cngarrison metacpan.org/author/CNG -- This is the BBEdit Talk public discussion group. If you have a feature reque

Re: BBEdit and 64 Bit

2017-09-23 Thread Charlie Garrison
dismiss that concern. -cng -- Charlie Garrison <garri...@zeta.org.au> github.com/cngarrison metacpan.org/author/CNG -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email "supp...@barebones.com&q

Re: Updating batch of files after changing editorconfig

2017-07-13 Thread Charlie Garrison
-- Charlie Garrison <garri...@zeta.org.au> github.com/cngarrison metacpan.org/author/CNG -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email "supp...@barebones.com" rather than posting to t

Re: Updating batch of files after changing editorconfig

2017-07-13 Thread Charlie Garrison
so I can do a single git commit, rather than having next 50 commits sprinkled with ‘code tidy’ changes. -cng -- Charlie Garrison <garri...@zeta.org.au> github.com/cngarrison metacpan.org/author/CNG -- This is the BBEdit Talk public discussion group. If you have a feature r

Updating batch of files after changing editorconfig

2017-07-12 Thread Charlie Garrison
I’ve made some changes to settings in my local .editorconfig file. I want to save/update a batch of files using the new settings. Is there a text factory command or some other way to update batch of files using new editorconfig settings. -cng -- Charlie Garrison <garri...@zeta.org

Re: Perlbrew and 'Check syntax' issue

2017-02-04 Thread Charlie Garrison
to my notes for later OS updates). -- Charlie Garrison <garri...@zeta.org.au> github.com/cngarrison metacpan.org/author/CNG -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email "supp...@barebones.

Re: If you haven't tried this with BBEdit, you should: Compare Against Previous Version

2016-12-19 Thread Charlie Garrison
refs. cng -- Charlie Garrison <garri...@zeta.org.au> github.com/cngarrison metacpan.org/author/CNG -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email "supp...@barebones.com" rather than posting to

Re: If you haven't tried this with BBEdit, you should: Compare Against Previous Version

2016-12-19 Thread Charlie Garrison
On 20 Dec 2016, at 9:37, Luis Speciale wrote: Le 19/12/2016 à 21:29, Charlie Garrison a écrit : On 19 Dec 2016, at 23:16, Luis Speciale wrote: This could be wonderful if an option "Save every change" could exist. How do you define a “change”? Is it every keystroke? Every fe

Re: If you haven't tried this with BBEdit, you should: Compare Against Previous Version

2016-12-19 Thread Charlie Garrison
arch->Diff menu items, but it’s easy enough to open an auto-saved doc from (eg) 5 mins ago and diff that against current doc. (I’ve done that twice this week already.) cng -- Charlie Garrison <garri...@zeta.org.au> github.com/cngarrison metacpan.org/author/CNG -- This is the

Changing sort of items in windows palette

2016-09-11 Thread Charlie Garrison
-- Charlie Garrison <garri...@zeta.org.au> github.com/cngarrison metacpan.org/author/CNG O< ascii ribbon campaign - stop html mail [Conundrum](http://www.ietf.org/rfc/rfc1855.txt) -- This is the BBEdit Talk public discussion group. If you have a feature request or would like

Re: grep pattern decode quoted-printable

2016-08-10 Thread Charlie Garrison
/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun Charlie -- Charlie Garrison <garri...@zeta.org.au> github.com/cngarrison metacpan.org/author/CNG O< ascii ribbon campaign - stop html mail [Conundrum](http://www.ietf.org/rfc/rf

Re: grep pattern decode quoted-printable

2016-08-09 Thread Charlie Garrison
oder->decode(\*STDIN, \*STDOUT); 1; If `MIME::Decoder` isn’t already installed; try to install with: sudo cpan MIME::Decoder Charlie -- Charlie Garrison <garri...@zeta.org.au> github.com/cngarrison metacpan.org/author/CNG O< ascii ribbon campaign -

Re: Editing Apache file

2015-08-06 Thread Charlie Garrison
AllowOverride All Order deny,allow Allow from all /Directory BTW, that doesn't look right; you haven't specified a directory in the opening tag. Charlie -- Charlie Garrison garri...@zeta.org.au github.com/cngarrison metacpan.org/author/CNG O ascii ribbon campaign - stop html mail http

Re: Apply template to an existing document

2015-06-01 Thread Charlie Garrison
happening? If just wrapping pages, then a simple multi-file regex would do the job. Charlie -- Charlie Garrison garri...@zeta.org.au github.com/cngarrison metacpan.org/author/CNG O ascii ribbon campaign - stop html mail http://www.ietf.org/rfc/rfc1855.txt -- This is the BBEdit Talk

Re: [ANN] BBEdit 11.1 (3711) pre-release

2015-03-26 Thread Charlie Garrison
Good afternoon, On 26/3/15 at 9:49 PM -0400, Seth Dillingham seth.dilling...@gmail.com wrote: I'll echo it. Woo hoo! :-) The echo chamber is getting loud! I'll stay silent and enjoy the echoes for git support. I lie; (woohoo) ... Charlie -- Charlie Garrison garri...@zeta.org.au

Re: Selected text on open

2015-02-28 Thread Charlie Garrison
case the '%d' is substituted with '1', so the option becomes +1 and bbedit dutifully highlights the first line. Charlie -- Charlie Garrison garri...@zeta.org.au github.com/cngarrison metacpan.org/author/CNG O ascii ribbon campaign - stop html mail http://www.ietf.org/rfc/rfc1855.txt

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

2015-02-13 Thread Charlie Garrison
then talk to the list about improving your scripts. There are heaps of really helpful people on this list. The best way to take advantage of that help is to be a bit flexible with the methodology. Charlie -- Charlie Garrison garri...@zeta.org.au github.com/cngarrison metacpan.org/author/CNG

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

2015-02-11 Thread Charlie Garrison
for the above workflow. Charlie PS. For those who are interested in the above workflow; the key points are x-yojimbo-item URLs and Attachment Scripts (p289). -- Charlie Garrison garri...@zeta.org.au github.com/cngarrison metacpan.org/author/CNG O ascii ribbon campaign - stop html mail http

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

2015-02-11 Thread Charlie Garrison
to move Yojimbo into BBEdit; they work exceptionally well as separate programs ( together), and there are heaps of other features more deserving of developer time. -- Charlie Garrison garri...@zeta.org.au github.com/cngarrison metacpan.org/author/CNG O ascii ribbon campaign - stop html

Re: How to speed up copy paste in BBEdit?

2015-02-07 Thread Charlie Garrison
when you use your custom shortcut. Charlie -- Charlie Garrison garri...@zeta.org.au github.com/cngarrison metacpan.org/author/CNG O ascii ribbon campaign - stop html mail http://www.ietf.org/rfc/rfc1855.txt -- This is the BBEdit Talk public discussion group. If you have a feature

Re: How to speed up copy paste in BBEdit?

2015-02-07 Thread Charlie Garrison
success with Magic Prefs in the past. Charlie -- Charlie Garrison garri...@zeta.org.au github.com/cngarrison metacpan.org/author/CNG O ascii ribbon campaign - stop html mail http://www.ietf.org/rfc/rfc1855.txt -- This is the BBEdit Talk public discussion group. If you have a feature

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

2015-02-07 Thread Charlie Garrison
not a big fan of the Finder, but I've yet to see something that I think does the job better. And BBEdit is forcing me less less into the Finder. I'm curious to know about other file management utilities and why people like them. Charlie -- Charlie Garrison garri...@zeta.org.au github.com

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

2015-02-07 Thread Charlie Garrison
*at the current location*. I'll have to give more thought to what that means and I'll submit a feature request. For now, right clicking in file list of project pane will suffice. Charlie -- Charlie Garrison garri...@zeta.org.au github.com/cngarrison metacpan.org/author/CNG O ascii ribbon

Re: How to speed up copy paste in BBEdit?

2015-02-06 Thread Charlie Garrison
suggest you get a trackball you like and assign shortcuts that are comfortable for you. That will be the fastest solution. Charlie -- Charlie Garrison garri...@zeta.org.au github.com/cngarrison metacpan.org/author/CNG O ascii ribbon campaign - stop html mail http://www.ietf.org/rfc

Re: How to speed up copy paste in BBEdit?

2015-02-06 Thread Charlie Garrison
happy with; stick with that. Charlie -- Charlie Garrison garri...@zeta.org.au github.com/cngarrison metacpan.org/author/CNG O ascii ribbon campaign - stop html mail http://www.ietf.org/rfc/rfc1855.txt -- This is the BBEdit Talk public discussion group. If you have a feature request

Re: How to speed up copy paste in BBEdit?

2015-02-06 Thread Charlie Garrison
Good afternoon, On 6/2/15 at 9:16 PM -0500, Lawrence San lawrence...@gmail.com wrote: Charlie Garrison garri...@zeta.org.au wrote: Shortcuts, whether for trackball, mouse, keyboard, or even hand-waving, are a very personal thing. ​I'd be very interested to learn about your shortcuts

Re: HTML Formatting adding unwanted spaces

2015-02-02 Thread Charlie Garrison
to use a *PHP* tidy/format tool. There has been discussion on the list recently about other 'tidy' tools. I'm sure someone else can respond with suggestions for a good PHP tidy tool. (I'm not a PHP coder, unless my arm is being twisted.) Charlie -- Charlie Garrison garri...@zeta.org.au

Re: How to edit config files in root folder?

2015-01-18 Thread Charlie Garrison
that from CLI. Charlie -- Charlie Garrison garri...@zeta.org.au github.com/cngarrison metacpan.org/author/CNG O ascii ribbon campaign - stop html mail http://www.ietf.org/rfc/rfc1855.txt -- This is the BBEdit Talk public discussion group. If you have a feature request or would like

Re: Clipboard manager

2014-12-29 Thread Charlie Garrison
-- Charlie Garrison garri...@zeta.org.au github.com/cngarrison metacpan.org/author/CNG O ascii ribbon campaign - stop html mail http://www.ietf.org/rfc/rfc1855.txt -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email supp

Re: Search for hexcode

2014-12-19 Thread Charlie Garrison
in your script. s!\x{1f618}!\\includegraphics[height=15pt]{/Users/mstep/Documents/ private_txt/anette/pix/emo01.png}!g; You can then use the literal (pasted) unicode character in the script. It will be easier to maintain, and also potentially easier to write. Charlie -- Charlie Garrison

Re: Search for hexcode

2014-12-19 Thread Charlie Garrison
}; } exit 0; Specifically, the following input: blank  get a space  notthis this is  After running filter becomes: nope! got it! nope! got it! nope! got it! So, try adding the following line at top of script: use open ':encoding(utf8)', ':std'; -- Charlie Garrison garri

Re: Search for hexcode

2014-12-18 Thread Charlie Garrison
{...} (but not that; I know that's wrong). This page may be useful: http://perldoc.perl.org/perlunicode.html Charlie -- Charlie Garrison garri...@zeta.org.au github.com/cngarrison metacpan.org/author/CNG O ascii ribbon campaign - stop html mail http://www.ietf.org/rfc/rfc1855.txt

Re: full page preview

2014-12-06 Thread Charlie Garrison
of feature Not exactly sure what you are describing, I think you're looking for the Markup-Preview command. Charlie -- Charlie Garrison garri...@zeta.org.au github.com/cngarrison metacpan.org/author/CNG O ascii ribbon campaign - stop html mail http://www.ietf.org/rfc/rfc1855.txt

Re: Text factory - transform files in folder A and write to folder B, possibly with new extension?

2014-12-06 Thread Charlie Garrison
that will be preinstalled pretty much everywhere. Good reason, but incorrect assumptions. I've seen plenty of hosts (in the past, granted, not recently) with no PHP, but never seen one without Perl. I've seen tiny embedded OSes that still have Perl installed. Perl will be everywhere you go. Charlie -- Charlie

Re: Text factory - transform files in folder A and write to folder B, possibly with new extension?

2014-12-04 Thread Charlie Garrison
uses. PPPS. PHP slurs were very intentional. I've yet to see the usage in which PHP is the best solution. But no desire for flame wars, arguing personal choices is fruitless. -- Charlie Garrison garri...@zeta.org.au github.com/cngarrison metacpan.org/author/CNG O ascii ribbon campaign

Re: How to see all the HTML-files whitout the folders in a project?

2014-11-18 Thread Charlie Garrison
not sure how to add the not matching criteria. Maybe someone else can suggest how to do it. Charlie -- Charlie Garrison garri...@zeta.org.au github.com/cngarrison metacpan.org/author/CNG O ascii ribbon campaign - stop html mail http://www.ietf.org/rfc/rfc1855.txt

Re: How to see all the HTML-files whitout the folders in a project?

2014-11-17 Thread Charlie Garrison
Good morning, On 17/11/14 at 7:38 AM +0100, Vlad Ghitulescu v...@ghitulescu.de wrote: Is this possible? Try a smart folder (for each file type) in the Finder, and add those smart folders to your project. I have no idea whether it will work, but it's worth trying. Charlie -- Charlie

Re: Help with Perl Filter to increment an element

2014-11-01 Thread Charlie Garrison
doubt that is actually correct, maybe dash needs to go before the 's'. Anyway, there is some way to right align the string using sprintf, check perldoc. Charlie -- Charlie Garrison garri...@zeta.org.au github.com/cngarrison metacpan.org/author/CNG O ascii ribbon campaign - stop html mail

Re: Hoe to run multi file searches as a script or macro

2014-10-25 Thread Charlie Garrison
recent? I'm stuck at 10.7, and I get: $ grep -V grep (GNU grep) 2.5.1 [I can't use the new BBE either. :-( I'm looking at some new hardware for that reason alone.] Charlie -- Charlie Garrison garri...@zeta.org.au github.com/cngarrison metacpan.org/author/CNG O ascii ribbon campaign

Re: Hoe to run multi file searches as a script or macro

2014-10-25 Thread Charlie Garrison
found) Tell us what you *really* want to achieve and I can probably suggest a better solution. Based on the above requirement, my original suggestion using grep is still the best solution, short of re-inventing the wheel. Charlie -- Charlie Garrison garri...@zeta.org.au github.com

Re: Hoe to run multi file searches as a script or macro

2014-10-25 Thread Charlie Garrison
-- Charlie Garrison garri...@zeta.org.au github.com/cngarrison metacpan.org/author/CNG O ascii ribbon campaign - stop html mail - www.asciiribbon.org http://www.ietf.org/rfc/rfc1855.txt -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report

Re: Hoe to run multi file searches as a script or macro

2014-10-23 Thread Charlie Garrison
in a BBEdit worksheet. Note, grep has regular and 'extended' regex syntax, which is why I said you may need to read docco. It depends on how complex your search terms are. Charlie -- Charlie Garrison garri...@zeta.org.au github.com/cngarrison metacpan.org/author/CNG O ascii ribbon campaign

Re: Compare Two Front Windows - frustrating to use

2014-10-20 Thread Charlie Garrison
view That's the way it works for me. You may have another issue. I suggest sending a report to support. Charlie -- Charlie Garrison garri...@zeta.org.au github.com/cngarrison metacpan.org/author/CNG O ascii ribbon campaign - stop html mail - www.asciiribbon.org http://www.ietf.org

Re: Unix worksheet variables?

2014-10-14 Thread Charlie Garrison
dig -t $rectype $dom done done Use shell variables in your worksheets and enjoy the power. Charlie -- Charlie Garrison garri...@zeta.org.au github.com/cngarrison metacpan.org/author/CNG O ascii ribbon campaign - stop html mail - www.asciiribbon.org http://www.ietf.org/rfc

Re: Unix worksheet variables?

2014-10-14 Thread Charlie Garrison
Good afternoon, On 15/10/14 at 10:50 AM +1100, Charlie Garrison garri...@zeta.org.au wrote: export rectype=MX Thanks to Chris for pointing out that `export` is not needed in this context. Turns out I've been doing it that way for legacy/habit reasons for longer than I can remember. (lots

Re: Setting up multimarkdown as preview filter

2014-09-12 Thread Charlie Garrison
. Charlie -- Charlie Garrison garri...@zeta.org.au github.com/cngarrison metacpan.org/author/CNG O ascii ribbon campaign - stop html mail - www.asciiribbon.org http://www.ietf.org/rfc/rfc1855.txt -- This is the BBEdit Talk public discussion group. If you have a feature request or would like

Re: Tips for using BBEdit for Python?

2014-09-09 Thread Charlie Garrison
is using ctags, you could read the docco for that to see if it does what you want. Charlie -- Charlie Garrison garri...@zeta.org.au github.com/cngarrison metacpan.org/author/CNG O ascii ribbon campaign - stop html mail - www.asciiribbon.org http://www.ietf.org/rfc/rfc1855.txt

Re: Using BBEdit as a *nix remote text editor?

2014-09-02 Thread Charlie Garrison
'. Feedback and contributions are welcome. Charlie -- Charlie Garrison garri...@zeta.org.au github.com/cngarrison metacpan.org/author/CNG O ascii ribbon campaign - stop html mail - www.asciiribbon.org http://www.ietf.org/rfc/rfc1855.txt -- This is the BBEdit Talk public discussion

  1   2   3   >