Re: grep pattern decode quoted-printable

2016-08-09 Thread Charlie Garrison
On 10 Aug 2016, at 9:56, irep wrote: How can I decode quoted-printable paragraphs or the whole text in say UTF8 with BBedit 11 or TextWrangler ?  I am totally newbie with grep. I thought one could find a kind of "shared library" filled with grep patterns to do this :) I have found tools

Re: grep pattern decode quoted-printable

2016-08-09 Thread Rich Siegel
On Tuesday, August 9, 2016, irep wrote: How can I decode quoted-printable paragraphs or the whole text in say UTF8 with BBedit 11 or TextWrangler ? You can do this in Python with the "quopri" package: . A simple

grep pattern decode quoted-printable

2016-08-09 Thread irep
Hello. How can I decode quoted-printable paragraphs or the whole text in say UTF8 with BBedit 11 or TextWrangler ? I am totally newbie with grep. I thought one could find a kind of "shared library" filled with grep patterns to do this :) I have found tools online but its not so handy. Thank

Re: Functional (and Recent) Python Linter for BBEdit?

2016-08-09 Thread Rich Siegel
On Tuesday, August 9, 2016, Mark Jackson wrote: > > Flake8 support is built in to 11.6, so if you have flake8 > > installed, that is probably worth a try. > > > And this would be done *how*, exactly? R. -- Rich Siegel

Re: iCloud, iOS version of BBEdit

2016-08-09 Thread jgill
For me, BBEdit's standout feature is its live preview of HTML pages and integration with Applescript, Perl etc. I don't know if anything else does this. Certainly not Textastic, which is okay as a temporary substitute. I wouldn't want to have to markup a full page with it, never mind a whole

Re: iCloud, iOS version of BBEdit

2016-08-09 Thread hmurchison
I"m a fan of this idea An iOS version doesn't have to replicate the entire featureset but rather offer great editing on the go. On Friday, August 5, 2016 at 5:45:01 AM UTC-7, Christian C. Berclaz wrote: > > Hello > > Now that iCloud is open to non-Mac App Store apps, the natural question >

Codeless language definition procedure/function pattern not showing names in the symbols menu

2016-08-09 Thread ℛichard ℳead
Using TextWrangler v5.0.2 I am including 'BBLMScansFunctions ' in my language definition file. The following regular expression (used in a 'Procedure Pattern' entry in the definition file) works fine in find/replace - including verifying the 'function_name' by using '\P' as the replace

Re: Functional (and Recent) Python Linter for BBEdit?

2016-08-09 Thread Mark Jackson
On Monday, May 23, 2016 at 3:01:45 PM UTC-5, Rich Siegel wrote: > > > Flake8 support is built in to 11.6, so if you have flake8 > installed, that is probably worth a try. > > R. > -- > Rich Siegel Bare Bones Software, Inc. >

Format CSS ?

2016-08-09 Thread jgill
How can I get BBEdit to format my CSS like this when I click on 'Format CSS'? #a-style { display: block; float: left; clear: both; } #another-style { width: 20px; height: 10px; } -- This is the BBEdit Talk public discussion group. If you have a feature