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
3
votes
1 answer

Diagnostics using coda samples in rjags

I am new to both Bayes and JAGS, so please forgive my ignorance. I have been sent an R script (by a colleague) which is written using JAGS code. The author of this code has defined the set of coda samples as below: codaSamples = coda.samples(…
user3628889
  • 271
  • 1
  • 5
  • 10
3
votes
3 answers

Is there a way to use SVN for web development in a Mac shop that uses coda?

So we are pushing to create good processes in our office. I work in a web shop that has been doing web sites for over a decade. And we don't use version control. I know! It's bad, not my fault. I'm the guy with a SoftE background pushing for…
tkotitan
  • 3,003
  • 2
  • 33
  • 37
3
votes
1 answer

Sass syntax (not SCSS) highlighting in Coda 2

In Coda in the menu "Text > Syntax Mode > Sass" is just for .SCSS-syntax. I have been working with .SCSS a while now and would like to try .SASS-syntax. After searching around I didn't find a solution for this, also not here on SO (this question is…
MMachinegun
  • 3,044
  • 2
  • 27
  • 44
3
votes
3 answers

RoR syntax highlighting for Coda 2

I am curious how to get highlighting for RoR syntax. For instance the Gemfile is all one color and difficult to read. Of the themes I did download I modified the .sss files to add syntax highlighting specifically for the Gemfile string { …
Jadam
  • 1,650
  • 1
  • 19
  • 40
3
votes
0 answers

Coda 2 column width limitation/delimiter

I'd love to be able to use Coda 2 as my primary IDE, but my workspace has a 80-character line limitation standard. Is there a way to add a limitation or some sort of visible representation of the 80-character limit in Coda 2?
Jen
  • 458
  • 5
  • 15
3
votes
3 answers

Coda 2 show matching opening/closing tag?

I was wondering is there a way in Coda 2 to display the opening/closing tag when on the line of it? For example if I am on the line which contains < div> Is there a way I can get Coda to highlight which is the < /div>? Thanks
adamhuxtable
  • 269
  • 2
  • 7
  • 14
2
votes
2 answers

bash_profile alias -- Open Coda with PWD

I am working on creating a bash alias so I can just cd to a given directory and run a command which opens the pwd. My script works great, but when I grab ${pwd} it grabs the pwd of the bash_profile file. How do I get it to grab the pwd of the…
wejrowski
  • 439
  • 5
  • 20
2
votes
1 answer

Python indentation issues using panic CODA

Any one else getting lots of indentation syntax errors when writing python in panics coda IDE? Ive been getting a lot of these, and just shuffling my code around seems gets rid of the error. Bug?
nicksweet
  • 3,929
  • 1
  • 20
  • 22
2
votes
1 answer

Coda Slider CSS

I am using Niall Doherty's Coda Slider on my web site but I am having trouble figuring out why some browsers like Firefox Mac/Windows and IE for Windows are rendering the thumbnail images at the bottom of the page in a vertical row instead of in a…
Laz
  • 25
  • 3
2
votes
3 answers

Support for live preview of Haml in Coda or Espresso?

I just discovered the beautiful Haml and Sass, and want to develop in these languages but with live previews. Coda and Espresso both allow for beautiful live previews of HTML files, but previews of an Haml file simply show it as plain text. While…
Neil
  • 3,100
  • 5
  • 29
  • 36
2
votes
1 answer

Coda - Plugin? Track Divs

Does anyone know if there is a plugin for Coda that will show where a Div starts and ends? I believe TextMate has this feature... Solution: Install TEA for Coda Plugin Then do: TEA for Coda > Select > Balanced Tag
Xtian
  • 3,535
  • 11
  • 55
  • 91
2
votes
1 answer

Access MySQL Database Of A 'Per Project' Installation of Laravel Homestead

I've installed Laravel Homestead on Vagrant via the 'per project' method outlined here: https://laravel.com/docs/5.3/homestead#per-project-installation I can access the project database via ssh but want to be able to connect to it via my db editor…
staticfiction
  • 298
  • 2
  • 11
2
votes
1 answer

Using Coda to access server SSH/sFTP

I have a VPS server and I lock down to only expose 3 ports 80, 443 and 22222 for ssh. So far I can connect to the server using Terminal (Mac) and Panic Transmit, but when I try to connect using Panic Coda the connection fail. What I am doing…
Emil Orol
  • 593
  • 6
  • 20
2
votes
1 answer

Highlighting function calls in textmate

It feels like I'm missing something really simple here. I've been using Coda for a while now and I'm now playing around with Textmate. I'm unable to find a way to syntax highlight function calls in Textmate. I've poked around the documentation but…
Allen H
  • 140
  • 1
  • 8
2
votes
1 answer

coda question on javascript

I have a quick question on Coda. Not sure if this for this website but i'm sure someone here will tell me. Does Coda have javascript error recognition like dreamweaver does or is there a plug-in for it. I keep having to switch dreamweaver to test…
JamesTBennett
  • 2,091
  • 6
  • 19
  • 22
1 2
3
14 15