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
0 answers

coda slider go direct to specific slide by id

I just edited slider of content using coda slider. So I have a photo gallery and when I click on any photo it open a page with coda slider. Which image is clicked, that image is the first slider. Clicking on the next, the slider switch to the next…
jigsaw
  • 11
  • 3
1
vote
3 answers

PHP project on github and ftp server

I am developing a PHP project using github. My editor of choice is Coda 2 which has a function of saving at the same time on local computer and on the FTP server. Now, I also have the need to commit the changes to git, and therefore to github as…
john smith
  • 565
  • 1
  • 10
  • 20
1
vote
0 answers

How to link to any tab of coda slider from another page

I am having trouble linking directly to a tab of coda slider from another page. The site of Coda Slider tells how to link to any tab from the same page. like this Tab 3 (#3 for 3rd tab) but there's no info for…
UmeRonaldo
  • 619
  • 2
  • 7
  • 19
1
vote
1 answer

How to update WebKit in Coda 2?

Coda 2 have a Web Inspector feature, but it's old WebKit Web Inspector. I want to update it. How I can do it? Download fresh WebKit.app and replace some folder in Coda 2.app with some folder from WebKit?
1
vote
2 answers

Coda 2 Mountain Lion git

I just upgraded to the new OS X Mountain Lion and git is not working anymore in Coda 2. It works ok in the Xcode and in the Source Tree (git GUI client I am using). I updated git to the latest version, but it did not solve my problem. Terminal: git…
devgeek
  • 4,117
  • 2
  • 18
  • 18
1
vote
1 answer

Using Coda 2's (or Coda, for that matter) Preview feature with CakePHP

I am using Coda 2 and MAMP Pro. Many sites I have built work great with the pair, and when it works, it works. By allowing me to specify a Site-Specific URL and then letting Coda know what that URL is, the preview feature works fantastic. Until I…
drewwyatt
  • 5,989
  • 15
  • 60
  • 106
1
vote
1 answer

How do I install these Coda mode files hosted on github? (I followed the instructions but no joy)

The mode files for Coda.app (for syntax highlighting etc etc) hosted at rolling address come with these instructions. I enter the line in terminal and hit return but nothing seemed to get created. I was logged into github in Safari with my account.…
wide_eyed_pupil
  • 3,153
  • 7
  • 24
  • 35
1
vote
1 answer

Svn ignore with coda subversion

i am using coda on my mac as an editor and using the built in svn client which is very helpful indeed. However it lacks the ignore functionality for a file and i am trying to do it via command line Via terminal i went to the folder from which i want…
routas
  • 45
  • 1
  • 8
0
votes
1 answer

PHP require_once error

I am using CODA, MAMP and am working out of my HTdocs folder all locally. I am learning PHP and MVC structure and an coming across the following error when using require_once. I have read many of the other posts on this topic and no solution has…
0
votes
1 answer

LESS - structuring the document

i started using LESS to have a simple tool for creating .css files. My question is, what is the most common way to handle such css class-construct:

Left

Torben
  • 5,388
  • 12
  • 46
  • 78
0
votes
1 answer

jQuery Coda-Slider with scrollbar

I want to combine coda slider with a jquery scrollbar. Does anybody knows how to do that? http://www.tradinx.com/codatest $(function(){ $(".scroll-bar").slider({ slide: function( event, ui ) { // Code for triggering coda slider .. ?? …
Berioo
  • 11
  • 2
0
votes
2 answers

Custom themes for Coda like there are TextMate

Is there custom themes for CODA? as in preferences there is a export and import button. So i am guessing yes? But i am unable to locate any on the internet
Paul
  • 1,317
  • 2
  • 8
  • 3
0
votes
2 answers

CODA: How can I save as a file through ftp?

In CODA editor, is there Save as remote copy like other editors?
0
votes
1 answer

2-step verification in Coda

Does anyone know — do Panic Coda supports 2-step verification, just like one provided by Google? I need to use this to authenticate on FTP/SFTP with Google Authenticator.
rusavv
  • 1
  • 1
0
votes
3 answers

Unable to see the source code of Coda

I read Jeff's blog post that someone had managed to see a closed source code by a program called Reflector. I would like see the source code of Coda, which is a shareware app. However, I am not sure which application I should use for that. It seems…
Léo Léopold Hertz 준영
  • 134,464
  • 179
  • 445
  • 697