Coda (web development software)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 2607:fb90:1d87:62ae:4cc4:86f5:b067:2c96 (talk) at 08:29, 15 October 2015. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Coda
Developer(s)Panic
Initial releaseApril 23, 2007
Stable release
2.5.13[1] / October 13, 2015; 8 years ago (2015-10-13)
PlatformOS X
TypeWeb development
LicenseProprietary, shareware with a 14-day trial[2]
Websitewww.panic.com/coda

Coda is a commercial and proprietary web development application for OS X, developed by Panic. It was released in 2007 and won the 2007 Apple Design Award for Best User Experience. Coda version 2.0 was released on 24 May 2012, along with an iPad version called Diet Coda. Although formerly available on the Mac App Store, it was announced on May 14, 2014 that the update to Coda 2.5 would not be available in the Mac App Store due to sandboxing restrictions.[3]

Concept and idea

The concept for Coda came from the web team at Panic, who would have five or six different programs for coding, testing and reference. The lack of full-featured website development platforms equivalent to application development platform Xcode served as the purpose for Coda's creation.

Development

Currently, little is known about the actual development of Coda. What is known from Steven Frank's (Panic co-founder) blog is that Coda has been an internal project at Panic for over a year and a half.[4] Assigned to the project were 5 engineers, 3 people on support and testing, one designer, and one Japanese localizer.[4]

Sections

The entire application is divided into six sections (Sites, Edit, Preview, CSS, Terminal, and Books), which are accessed through six tabs at the top of the application. Users can also split the window into multiple sections either vertically or horizontally, to access multiple sections or different files at the same time.

Sites

In Coda, sites are the equivalent of "projects" in many other applications like TextMate. Each site has its own set of files, its own FTP settings, etc. When Coda is closed in the midst of a project and then reopened, the user is presented with exactly what it was like before the application was closed. Another notable feature is the ability to add a Local and Remote version to each site, allowing the user to synchronize the file(s) created, modified or deleted from their local and remote locations.

Files

Coda incorporates a slimmed down version of the company's popular FTP client, Transmit, dubbed "Transmit Turbo". The Files portion is a regular FTP, SFTP, FTP+SSL, and WebDAV client, where the user can edit, delete, create, and rename files and folders.

Editor

The editor in Coda incorporates a licensed version of the SubEthaEdit engine, rather than having a custom one, to allow for sharing of documents over the Bonjour network. Coda also has a new Find/Replace mechanism, which allows users to do complex replaces using a method similar to regular expressions.

Coda also recognises specially-formatted comment tags in many syntaxes, called bookmarks, which appear in a separate pane beside the editor called the Code Navigator. Bookmarks allow the user to jump to the corresponding line of text from anywhere in the editor by clicking on the link in the Code Navigator.[5]

Plug-ins

Coda 1.6 and later supports plug-ins, which are scripts usually written in command line programming languages like Cocoa, AppleScript, Perl, or even shell scripting languages like bash, that appear in Coda's menu bar and do specific tasks like appending URLs or inserting text at a certain point. Plug-ins can either be written using Xcode or through Panic's free program, the Coda Plug-in Creator.

Command-line utility

Coda does not come with its own command-line utility. Instead, a third-party utility such as Command-Line Coda can be used.

Reviews

MacWorld: Coda 1.0.3 Review | Web Publishing | Macworld

References

External links