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

Ist possible to make a hybrid jQuery script?

I want to make a jQuery script with tabs like the coda slider but inside the content div i want to put a slider to scroll from the left to the right. Because I want to make a product listing and the tabs will be the product types and the content…
0
votes
3 answers

Python search HTML document for capital letters

So I have all these html documents that have strings of capital letter in various places in alt tags, title tage, link text...etc.
  • hackthisjay
    • 177
    • 4
    • 22
  • 0
    votes
    1 answer

    turn off the P symbol in my code in Coda 2

    Can someone help he figure out how to turn off these P symbols in my PHP code in Coda 2? Thank you!!
    TimberWebDesign
    • 365
    • 2
    • 4
    • 10
    0
    votes
    0 answers

    MCMC diagnostics of list with coda in R

    I have a Markov chain consisting of 10250 iterations, where each iteration is a vector of labels with different length. I stored the chain in a list, because I don't have the same number of columns at each iteration to make it as a data.frame,…
    coolsv
    • 781
    • 5
    • 16
    0
    votes
    2 answers

    Syntax mode for Coda not working - Regex issue

    I have the following SyntaxDefinition.xml file that I am using to create syntax highlighting for SilverStripe(.ss) files. However, I get a regex error with the following code:
    Te Riu Warren
    • 229
    • 2
    • 5
    • 13
    0
    votes
    1 answer

    "Matrices are not aligned" error in toy example of ols using gneiss

    I am attempting to build a trivial example of a linear regression for compositional data. I'm using the following code: from pandas import DataFrame import numpy as np from skbio import TreeNode from gneiss.regression import ols from IPython.display…
    Joana
    • 1
    • 1
    0
    votes
    1 answer

    Using SSH ProxyJump with Coda

    I am away from home, and need to proxy jump via my home server to connect to a number of sites. The settings in .ssh/config work 100% of the time every time when executing from the command line, but coda simply refuses to use these connections. Host…
    crankshaft
    • 2,607
    • 4
    • 45
    • 77
    0
    votes
    1 answer

    Intellisense for PHP in Coda

    I was wondering if there is a plugin or feature in Coda to have intellisense for you own-defined php functions, while coding?
    Falx
    • 185
    • 8
    0
    votes
    1 answer

    How can I make Coda auto indent between function brackets?

    I've been trying out Coda for the Mac. I really like it, except for one thing. It does no auto indention between brackets. I'm use to having other editors I use to automatically close brackets and tab indent for me. Does anyone know how to make…
    Joe
    • 425
    • 1
    • 5
    • 13
    0
    votes
    1 answer

    Remove Line Endings in Coda (or other apps) with Applescript

    I've been using BBEdit in conjunction to develop for a while now. I use BBEdit frequently for its find and replace. Sometimes, I want to remove all line endings and tabs from a selection of text, which I have easily done with a regex find in BBEdit…
    Scott Harwell
    • 7,457
    • 2
    • 28
    • 41
    0
    votes
    1 answer

    A href links in PHP include file are not relative to the root

    I have a PHP file I am using as the template header for each page of my website. But the links in the PHP template header file are not relative to the root and don't auto update when I create a new page on a deeper subfolder of the root…
    0
    votes
    1 answer

    Run Jags - extract multiple realisations from mcmc object

    I have a runjags script that generates predicted burrow density for every cell on an island. I’m looking to obtain multiple draws (around 100) from an mcmc object for every cell. My dissertation supervisor thinks I should be able to do this using…
    Bong112
    • 161
    • 10
    0
    votes
    1 answer

    Regex Find & Replace LowercaseUppercase

    I'm looking to find and replace "agoWhen" with: "ago\nWhen" I can find with [a-z][A-Z], but how do I replace with a line break?
    0
    votes
    2 answers

    Coda 2: How to enable Auto Closing Tag support

    I am using CODA 2 for mac and I want the editor to complete my closing Tag! example: I am typing:
    I want the editor to autocomplete the
    tag I have already checked the plugin store of coda: https://panic.com/coda/plugins.php but…
    WEBGONDEL UG
    • 147
    • 1
    • 2
    • 12
    0
    votes
    0 answers

    autocorr.plot in R

    I am trying to run the autocorrelation function plot on an MCMC chain in R using the function "autocorr.plot" from the package coda in R, however the output doesn't show the confidence limits. Does anyone know how I can add them?
    Anna
    • 158
    • 8