Showing posts with label BBEdit. Show all posts
Showing posts with label BBEdit. Show all posts

Thursday, October 14, 2010

jQuery Clippings for BBEdit updated to version 1.4.3

A little ahead of the gun, I’ve updated the jQuery Clippings for BBEdit to version 1.4.3, which should be out this weekend.

These cover the full API for the latest jQuery version (1.4.3) matching all function signature variations and dollar shortcuts.

Grab them from: http://noumenal.co.uk/bbedit/jquery-clippings.

Enjoy.

Tuesday, March 16, 2010

jQuery Clippings for BBEdit

On Friday I uploaded a set of jQuery Clippings for BBEdit. These cover the full API for the latest jQuery version (1.4.2) matching all function signature variations and dollar shortcuts. Grab them from: http://noumenal.co.uk/bbedit/jquery-clippings. Enjoy.

Thursday, November 05, 2009

Zend Framework Ctags for BBEdit

BBEdit version 9.3 was released yesterday. Many changes but, it includes extensively revised support for PHP.

Best of all specially formatted Ctags files can now be used to provide function signature auto-complete, similar to that from clippings.

As such I've knocked up a version for Zend Framework, which can grab it from the downloads page.

As it says there, this is a one afternoon, first draft so make sure you subscribe to the RSS for updates. Let me know if you have any issues.

(Know problems are a lack of reference back to source file and line number, but I'll get that fixed asap.)

Enjoy.

Tuesday, September 15, 2009

BBEdit Zend Framework Clippings Updated

I’ve just uploaded the latest version of the Zend Framwork Clipping set for BBEdit. As usual you can grab this from the downloads page.

Changes in this release

  1. Added the class to the clipping name to disambiguate duplicate method names. (Picture __construct 1000 times.)

    Since BBEdit doesn’t allow whitespace in autocomplete suggestions, I’ve used a double-star ** as the divider between method and class name. This I hope is clear enough visually, but please let me know what you think.

  2. Added parameter and return type hints to the clippings in line with the conventions of Ted’s original PHP clippings. (The return value is selected upon clipping insertion so a quick delete will get rid of it; its purpose is currently just as an aide memoir but I hope to leverage it further later.)

Barring any major issues, this will be the final Beta of the BBEdit Zend Framework Clippings. They are just missing clippings for the Zend_Search_Lucene and Zend_Soap namespaces, which require ad hoc work-arounds. After that they will follow the Zend Framework release schedule.

Thursday, August 20, 2009

Beta 1 of Zend Framework Clippings for BBEdit Released

Update: the BBEdit Zend Framework Clippings have been updated.

We've just uploaded the first beta of our new Zend Framework Clipping set for BBEdit.

You can grab it from the downloads page.

The set currently covers 99%+ of the Zend Framework's methods, but we're aiming for 100%. After that we'll be following Zend Framework releases. (Updates via the newsletter.)

As per usual, bugs via the contact page, questions/suggestions welcome on the discussion board.