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
1
vote
1 answer

Coda Slider 2.0 plugin not working on Wordpress install

I'm trying to use Coda Slider 2.0 on the home page of a Wordpress theme, and it is stuck on the preloader. In Firefox and Safari I can see the animated looping progess bar, background style and "Loading...". In Chrome I see the same, but the image…
R.J.
  • 618
  • 2
  • 11
  • 26
1
vote
0 answers

Clean format smarty html coda 2?

I use Coda 2 , do you know a way to format clean smarty code ? Something to reorder all tag ? Or maybe on other good editor on Mac ? From that : {if $order.state_name == "Pending"} {$order.state_name|escape:'html':'UTF-8'} {elseif…
Mopolo
  • 21
  • 5
1
vote
1 answer

Is WebMatrix a good replacement for Coda on Windows?

Like some other posters I'm quite happy with Coda on Mac, but looking for a strong equivalent for Windows. Microsoft recently released a new tool called WebMatrix, which looks promising. I'm nervous about trying a 1.0 release of a Microsoft IDE. I…
HalfAdd3r
  • 13
  • 3
1
vote
0 answers

How do I show autocomplete for Bootstrap in ColdFusion template

I'm using Coda 2 and am starting a new site with Bootstrap implemented. With all of the classes it's good to have the autocomplete suggestions while coding. For some reason, I don't get any when coding on a ColdFusion .cfm file. Does anyone know why…
1
vote
1 answer

How can I auto-insert a comment header in Coda?

Whenever I create a new file, I would like to be able to include a comment header that has me as the author and some copyright info. How can I automatically generate this?
Sheehan Alam
  • 60,111
  • 124
  • 355
  • 556
1
vote
1 answer

Gulp watch ignore editor buffer files

I have gulp watch running like so: gulp.task('watch', () => { watch('styles/**/*.scss', () => { gulp.start('css'); }); }); But I have a problem. The workflow looks like this: I edit and save a file in Coda Coda saves by creating a new file…
CaribouCode
  • 13,998
  • 28
  • 102
  • 174
1
vote
1 answer

Restore a lost remote file from Coda 2?

I was working on JS file on my clients server on Coda 2. The client's server miraculously auto updated itself and the file no longer exists on the remote server. Is it possible that Coda 2 has cached the file locally somewhere? I would lose about 2…
Adnan Jamil
  • 71
  • 2
  • 8
1
vote
2 answers

Problems setting git up locally/remotely (with Coda 2 and Terminal)

I'm trying to set up Git for better version control on my current site build (this is my first time using Git) - I've just been manually duplicating files and I feel that Git's commit system is a much better solution. I'm running MacOS 10.11, and…
hj8ag
  • 309
  • 3
  • 18
1
vote
1 answer

Fast way to check if I'm adding duplicate css (if possible in coda)?

Is there an easy way to check if I'm adding duplicate css lines to my file? I'm currently adding on to the existing style sheet and am now using command+f in my editor (Coda) to find if the class has already been used but this is by far the fastest…
Kelly
  • 169
  • 1
  • 6
1
vote
0 answers

Not to print header information when using summary(mcmc) in coda package

I have wrote a function that extracts already-thinned and post-warmup MCMC samples after some processing, and the output is a mcmc object. However when I run the summary() function, it naturally does not recognize that the output is already…
Craig Wang
  • 56
  • 4
1
vote
1 answer

Coda Slider: Slide panel plus an external div elsewhere on page

I'm looking for an easy solution to show/hide/slide (whichever is easiest) an external div elsewhere on my page at the same time my corresponding coda panel slides into view. So essentially I am trying to slide a panel into view while also sliding…
ShawnB
  • 143
  • 1
  • 2
  • 6
1
vote
0 answers

Plotting multiple MCMC autocorrelations in the same figure

The coda package gives us nice plots of traces, autocorrelations, densities and so forth. For the autocorrelations, we can do: library(coda) samples <- data.frame(rnorm(1000), rbeta(1000, 1, 2)) autocorr.plot(mcmc(samples)) But is there a straight…
alberto
  • 2,625
  • 4
  • 29
  • 48
1
vote
1 answer

CSS images vanishing on refresh

I have some very basic HTML and CSS and it's got to the point now where I'm sure my code is fine (or at least to my eyes), and the images load in their respective fields. But as soon as I hit refresh they vanish. I'm using Coda 2 which uses the…
user3362856
  • 67
  • 1
  • 3
1
vote
1 answer

Is there a good way to change UPPER CASE html tags to lower case, across a whole document?

So, I've got a bunch of markup-pages delivered that I am supposed to style. Problem is that tags are all in uppercase, even though the doctype declares it as xhtml. Not only is it ugly and hurting my eyes, it's also wrong, isn't it? Is there a good…
Nils
  • 475
  • 6
  • 18
1
vote
1 answer

Coda issues with FTP/SFTP login

I've been looking over the last two days for a solution to this issue, but am, unfortunately, misereably failing. I've just installed Coda 2.5.11 and have a basic issue with its FTP its operations. That is, I'm not able to connect to my server. The…