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

CSS Images disappear on refresh

I'm applying an image to a li element in CSS, the image appears next to the li items when I first load but then after a refresh they vanish and are replaced by bullet point. I'm using the preview option coda 2 which uses Safari but in Firefox…
2
votes
1 answer

File path errors in Coda

If I open this file (code below) with browser (through localhost/file.php), everything works as it is supposed to. But when using Coda Preview feature, it shows errors for each include: Warning: include(./sections/title.php): failed to open stream:…
nolem
  • 105
  • 10
2
votes
3 answers

Coda Clips for Vim

I'm currently trying to switch from Coda (a Mac IDE) to Vim. One thing I loved about Coda and my knowledge of Vim cannot replace were the so-called "clips". Basically, you type, say, "new", press TAB, and the text is replaced with a basic XHTML…
XLR3204S
  • 199
  • 1
  • 1
  • 9
2
votes
1 answer

.hbs syntax highlighting in Coda (OSX)

Does anyone know how I can enable syntax highlighting for .hbs files in Coda? At the moment everything is in white. If I rename the file to something.html it works.
JonathanBristow
  • 1,066
  • 2
  • 13
  • 36
2
votes
2 answers

Coda 2 indent guides like notepad++

Recently switched editor and I would like to know if it is possible in Coda 2 to have indent guides like notepad++, Like this image i found: http://www.freesoftwareworkshop.com/wp-content/uploads/2008/11/notepad-plusplus.png I am talking about the…
Nick
  • 23
  • 4
2
votes
0 answers

jinja2 syntax highlighting definitions for Panic's Coda 2?

Question says it all. Anyone know of a syntax highlighter for jinja2 in Coda2? The Python modes and HTML modes kinda sorta work... and yet... not really.
ElBel
  • 1,954
  • 5
  • 16
  • 27
2
votes
1 answer

Go syntax highlighting for Coda 2?

Here's a list of existing third-party Coda-compatible syntax modes http://www.codingmonkeys.de/subethaedit/modes.html Has anyone stumbled upon a Go syntax mode for Coda 2?
Adam Soffer
  • 1,614
  • 5
  • 20
  • 36
2
votes
3 answers

Subversion Dreamhost Coda

I am a intermediate web developer, I am attempting to integrate subversion into my workflow. I have come to the understanding, that it is something important to learn, and can save me from rewrite issue nightmares in the future. My current host is…
Cool Guy Yo
  • 5,910
  • 14
  • 59
  • 89
2
votes
2 answers

Use of jQuery for creating an interactive skeleton?

Im trying to create an interactive skeleton (human type) whereby when a user rolls over a specific point a popup/tooltip appears showing details. I have a theory in my head as to how I should go about this, it includes a slightly modified coda…
Wayners247
  • 455
  • 9
  • 22
2
votes
1 answer

Line Character / Default Line Endings in Coda 2

I am having some issues with Coda 2. I work in a hybrid Windows/Mac environment and I am on a mac running Coda 2 to do my development work. After hitting Command , I set my default File Encoding to Unicode (UTF-8) and my Default Line Endings to…
cschneider27
  • 299
  • 1
  • 4
  • 13
2
votes
1 answer

"Select Parent Tag" and "publish on save" in Coda 2

I'm used to Dreamweaver but have decided to give Coda a shot. One of the features in Dreamweaver that I use all the time is "Select Parent Tag". When I press the button, it'll go to the parent tag, and select everything inside it, eg This is…
Pauly Pops
  • 87
  • 1
  • 1
  • 5
2
votes
1 answer

Coda function and class lookup

I've googled around a little bit, and can't seem to find anything, but I've been developing front end stuff in Coda for a while now, but lately I've been getting into more sophisticated server-side scripting, and I'm now on a team building a product…
joshdcomp
  • 1,618
  • 3
  • 19
  • 26
2
votes
3 answers

How do I get Panic Coda to use Github for Source Control?

How do I get Panic Coda to use Github for Source Control?
Nir Levy
  • 53
  • 1
  • 5
2
votes
1 answer

Using Coda 2's Built in Git Functionailty

I'm trying to leave the stone ages and integrate version control into my workflow, but I'm a total VC noob. I have an account with Bean Stalk, added a remote git repository there, and have successfully initiated the local git repo in Coda 2. I'm…
john.w
  • 323
  • 4
  • 13
2
votes
3 answers

Why wont Coda 2 save passwords for ftp access?

I have recently switched to Coda 2 on Mac (OSX 10.8.2) and under site definitions the host, username and all other information save fine. It will not, however save my passwords. I DO NOT have "ask each time" checked (preemptive answer). Any help…
visyoual
  • 229
  • 4
  • 16