Script to Transform One CSV File Into Another

2023-02-18 Thread Nello Lucchesi
I’m new to scripting BBEdit and columnular transformations. I’d like to create/modify/steal a script to transform a csv file containing financial data from my credit card company’s format into the format exported by Mint (so that I can import the resulting Mint imposter into Quicken for Mac).

Re: Script to Transform One CSV File Into Another

2023-02-22 Thread Nello Lucchesi
It turns out that importing a Mint CSV (imposter) into Quicken does not solve my problem because this Quicken import feature is designed to be for moving from Mint → Quicken, not for repeatedly loading of transactions into Quicken. I apologize for whatever wild goose chase I sent anyone on as a

Seeking Scripts to Format PHP and SQL

2012-03-07 Thread Nello Lucchesi
Can anyone recommend any scripts that could be used within BBEdit to format (pretty print) PHP or SQL? -- 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

Re: Syntax highlighting for PHP variables

2012-03-07 Thread Nello Lucchesi
> Whilst maybe not being exactly what you're looking but close, I use John > Gruber's `bbcolors for bbedit` (that you will find on Google). > > BBEdit v.10 upwards only. > > Cheers, > > Phil... > http://daringfireball.net/projects/bbcolors/ -- You received this message because you are subsc

Git Support

2012-03-11 Thread Nello Lucchesi
Has any consideration been given to intregrating Git support into BBEdit (much like SVN is now)? - nello Nello Lucchesi The October Group, Ltd. ne...@octobergroup.com smime.p7s Description: S/MIME cryptographic signature

Re: New to coding, should I buy BBEdit?

2012-03-12 Thread Nello Lucchesi
Jane: Here are some reasons to use BBEdit instead of TextEdit: • Formatting your code to show tag hierarchy. • Learning new tags and attribute through the "auto complete" feature. You can use as much or as little of BBEdit as you want. - nello Nello Lucchesi The October

Re: Does BBE support Syntax and Formatting for PHP code

2012-07-01 Thread Nello Lucchesi
On Thu, Jun 14, 2012 at 3:39 PM, Robert A. Rosenberg wrote: > At 14:35 +1000 on 06/14/2012, Alex Satrapa wrote about Re: Does BBE support > Syntax and Formatting for PHP code: > >> While BBEdit doesn't have any tidying/syntax checking for PHP (or Perl, or >> Python or Š) there is a phptidy script

Re: Windows alternative to BBEdit

2012-08-29 Thread Nello Lucchesi
My favorite Windows HTML editor was HomeSite: http://www.adobe.com/products/homesite/ Apparently, TopStyle4 is considered its successor: http://nick.typepad.com/blog/2009/06/homesite-discontinued.html Take a look: http://www.topstyle4.com/ - nello Nello Lucchesi -- -- You

Using BBEdit for VBA

2013-05-31 Thread Nello Lucchesi
I'm using BBEdit 10 to create/edit Visual Basic for Applications (VBA) code for Excel for Mac 2011. Are there any customizations or usage tips on making BBEdit more VBA aware/friendly? - nello -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to

Best Tools for Editing Bash Scripts

2016-05-16 Thread Nello Lucchesi
I'm editing (FreeBSD/FreeNAS) bash scripts in BBEdit (11.5.2) and hoping to find ways to augment the included "Unix Script" language selection. For example, I'd like to add these capabilities: - Code Folding - Finding function and variable declarations Is there any way to make BBEdit more bash-fr