Questions tagged [coda]

Coda is a commercial and proprietary web development application for Mac OS X, developed by Panic. It was released on April 23, 2007. It won the 2007 Apple Design Award for Best User Experience. It is available for $99.

The entire Coda 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", which is currently closed-source. 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.


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.

See: https://panic.com/coda/

219 questions
2
votes
1 answer

Coda syntax highlighting for Silverstripe

I've just moved onto a new machine. On my old work horse, I had Silverstripe template (.ss) files following HTML syntax highlighting in Coda. I can't for the life of me remember how I turned this on (I remember it was something I did myself though).…
Fraser
  • 14,036
  • 22
  • 73
  • 118
2
votes
1 answer

How to edit zen coding shortcut on Coda for MAC

I've installed zen coding for coda, the TEA for coda plugin. I'm trying to edit my shortcut to expand abbreviation, I'm already on my TextActions.plist file, but when i Edit the shortcut line, that doesn't work... I'm not sure if i'm spelling it…
Rodrigo Parra
  • 243
  • 1
  • 3
  • 16
2
votes
2 answers

Chrome downloads .aspx file rather than viewing it

I'm trying to install mojoportal on my server (externally hosted) but when I go to the .aspx page the browser just downloads it where it should be loading it properly like a web page. Whats wrong? The file it's trying to load is: <%@ Page…
googleyberry
  • 73
  • 3
  • 10
1
vote
1 answer

How can I keep a backup of my web application being developing live on web server?

I am using Coda to create a web application using CodeIgniter. I am hosting it live on hostgator and testing it as well. I want to know if there is a way to use some kind of Revision contorl or backup system like Github that would allow me to save…
Ali Gajani
  • 14,762
  • 12
  • 59
  • 100
1
vote
3 answers

Easy FTP publishing for Vim (like Coda)

I've been using Vim (MacVim) exclusively for months now, and I love it. Before using Vim though, I used Coda (I'm on OSX), and the one thing I miss about Coda is the way it marks my files for publishing via FTP whenever I edit them. I can then…
Coby
  • 143
  • 2
  • 8
1
vote
0 answers

Is there a method to import Dreamweaver Snippets into Coda as Clips

Is there a simple way (app, automater script) to import my Dreamweaver Snippets into Coda as Clips ?
I-CRE8
  • 135
  • 1
  • 10
1
vote
1 answer

Editing with Coda

I use coda as my text editor/subversion client at the studio I work at. We have many clients who hire us for a redesign of existing websites, meaning we have to stick with their existing file extensions. While I don't have to have an auto complete…
drewwyatt
  • 5,989
  • 15
  • 60
  • 106
1
vote
4 answers

when using coda to edit css, is it possible to using firefox and see live updates?

Is it possible for me to edit the css using coda, and view my changes live in a separate window? I just downloaded it as I heard good things about it, and I want to learn efficient CSS coding using it. cmd-2 and cmd-3 are shortcuts that are great,…
Blankman
  • 259,732
  • 324
  • 769
  • 1,199
1
vote
0 answers

How to speed up read.coda?

I am working on a large dataset and needed to run jags on the command line. The output file for each chain is up to 15G (even with thin = 10). It is taking too long to read the coda output files with the read.coda function from the coda package. I…
momo
  • 90
  • 9
1
vote
0 answers

I can't push multiple files to Github from Coda 2

I cloned my Github repository into local machine. I'm using Coda to create new files. If I create some files and I try to push all them to my remote repository from File > Source Control > Commit All Changes Coda says commiting, but the files not…
A. Cedano
  • 557
  • 7
  • 39
1
vote
1 answer

How do I use OSX Coda to SFTP over an existing SSH connection?

I have two servers, an administration server and a web server. The web server is only accessible by the administration server. I can for instance SSH into my administration server and then SSH into my web server through my administration server. I…
eshinobi
  • 13
  • 3
1
vote
3 answers

Workflow for using TextMate/Coda with Transmit and Versions

I use TextMate to do my HTMl,PHP,JS/Other languages and CSSEdit to do my CSS. I want to integrate TextMate with Transmit better because at the moment I work like this: TextMate: Edit code Transmit: Look for folder and drag to online server Firefox:…
Myles Gray
  • 8,711
  • 7
  • 48
  • 70
1
vote
5 answers

Call to PHP prints source, doesn't run when called from another file

I have a quick question that I can't figure out. I've tried searching Google and following examples, but I can't find anything. I have an HTML form that I'm trying to process with a PHP file, but when I submit the form, it merely prints the source…
prelic
  • 4,450
  • 4
  • 36
  • 46
1
vote
2 answers

MySQL results not displaying in table?

I am teaching myself PHP and MySQL, and I am trying to retrieve some information from my database and put it into a table. So far only the table column headers are showing up, and no information is showing up for each column. It is also taking ages…
max_
  • 24,076
  • 39
  • 122
  • 211
1
vote
0 answers

Coda for iPad Pro - Javascript events not working in preview

In Coda on my iPad Pro I have the following two files in a single directory that I named assets. When I try to preview the template.html file either in Coda or Safari (in side by side mode) I cannot get any interaction with javascript calls on…
M. Francis
  • 11
  • 3