Re: BBEdit capabilities and scripting

2009-06-17 Thread Charlie Garrison
Good afternoon, On 16/06/09 at 7:03 PM -0600, Doug McNutt dougl...@macnauchtan.com wrote: Let's have a real UNIX connectivity. Have a look at Linux' gedit tools. They are anything but perfect but a wise software supplier could easily increase the capabilities of the linkage. And there are

Re: BBEdit capabilities and scripting

2009-06-17 Thread Maarten Sneep
Charlie Garrison schreef: And of course if you are willing to include osascript/osacompile in the mix, then pretty much anything you can think of (that is at all scriptable) should be possible. No, that is the *only* thing that is missing. While BBEdit is running a unix script or filter, it

Re: Script to convert CSV to formatted plain text table

2009-06-17 Thread Carlton Gibson
Hi Charlie, On 17 Jun 2009, at 06:51, Charlie Garrison wrote: If you're happy with Perl, then the Text::Table module will do what you want: http://search.cpan.org/perldoc?Text::Table Thanks that looks like it will do it! Regards, Carlton

Re: Script to convert CSV to formatted plain text table

2009-06-17 Thread Carlton Gibson
On 17 Jun 2009, at 09:53, steveax wrote: There's entable: http://entable.s3.amazonaws.com/index.html HTH, Brilliant! Thanks. (I knew someone had done this before.) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: Default coding puzzlement

2009-06-17 Thread Dennis
On Jun 17, 2009, at 9:27 AM, Fritz Anderson wrote: However, when I look at the Text Encodings panel of the BBEdit Preferences window, the If file's encoding can't be guessed, use: pop-up does not offer UTF-8/no BOM, as an option. The only Unicode options are UTF-16, big or little, no BOM.

Re: Script to convert CSV to formatted plain text table

2009-06-17 Thread pete boardman
On 16 Jun 2009, at 09:15, Carlton wrote: I don't suppose anyone has a filter for converting (say) CSV into an ASCII table do they? Nice to see some home-brewed solutions, and not all in Perl :)! Here's a short and simple script in newLISP: #!/usr/bin/env newlisp (set 'file (open