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

Save FTP servers in Coda

I've started using Coda because I just got a new Mac, and I want to know if it is possible to save FTP servers, since I'm regularly using around 9 or 10 servers in a month and I really don't want to insert user information all the time! Hope you can…
resonance
  • 47
  • 4
  • 12
0
votes
1 answer

Connecting Coda to local Wordpress install hosted with Mamp Pro

I have been using Coda and regular version of Mamp for local development for longtime without getting into this permission mess. I recently, upgraded to Mamp Pro and setup it with VHosts. I have a site example.com with it's root path set to…
John
  • 1,178
  • 5
  • 20
  • 36
-1
votes
2 answers

Chrome don't show css background-img

My problem is that when I check the page on the internet with Chrome on macOS it doesn't show background-images from CSS stylesheet. However, when I check it in Coda 2 everything works fine. Moreover it works when I open page in Chrome when I open…
-1
votes
2 answers

animated background covers all of my text

my code: So i am working on a personal project and i found this animated background that is perfect for it from codepen and it won't let me see any of the titles or text i want to input. I want this background in the background and be able to write…
-1
votes
1 answer

Javascript alert loop

I am very rookie when it comes to javascript, and I unwittingly created a alert which loops endlessly and means I cannot save the document and close the program. Is there a way in surpassing the Javascript alert UI from the operating systems…
IceCode
  • 97
  • 1
  • 1
  • 5
-1
votes
1 answer

HTML5 DOCTYPE obsolete?

I use Coda from Panic Inc for my coding. I just coded a regular HTML form using HTML5. At the top I have my doctype declared (ofcourse!) like this: It is completely fine according to the W3 validator But if I use the validator in…
G4Hu
  • 338
  • 1
  • 3
  • 18
-1
votes
2 answers

Code editor commenting styles

Which code editor use the commenting style below as default for PHP, CSS, and JS? /* * this is a multi-line comment, which needs to be used * for explanations, and preferably be OUTSIDE the a * function's or class' and provide information to…
Aubrey
  • 11
-1
votes
2 answers

Linking to jquery and javascript is not working

In Coda 2, I can link to css but when I link to a lot of stuff it doesn't work because nothing happens, especially with jquery. What is wrong with this? Btw here it is so far in jsbin if it matters main.html
Veronica
  • 39
  • 11
-2
votes
1 answer

Can I open Coda 2.5 in safe mode (mac air, yosemite 10.10.5)

Coda is crashing as I try to debug some javascript. I force quit and even restart but it is unusable. Has anyone else had this? Is there any way to open Coda in safe mode and close the offending js file? (I've opened the mac in safe mode but the…
emma
  • 784
  • 2
  • 9
  • 23
1 2 3
14
15