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

MySql: Simple SELECT leads to Error Code 1064

I see myself as a competent MySql-user, but now I have a basic problem with executing queries like SELECT * FROM User; and other trivial statements on my new MacBook Pro 15" with Retina Display and OS X 10.9.2. I am trying to develop a web…
0
votes
1 answer

How to write a custom syntax mode in Coda 2 for Qooxdoo

I would like to make a custom syntax .mode file for Qooxdoo in Coda 2 to get the code navigator work properly. Any help or suggestions would be appreciated.
0
votes
1 answer

codeigniter2 not able to load css with index.php url

I made a asset folder and in it a css folder. For accessing css files I do this: Which works 100% fine as long as the url is: http://localhost/web/ But when i…
Rana Tallal
  • 424
  • 7
  • 15
0
votes
1 answer

MYSQL Remote Connection Coda 2

I just bought Coda 2 and I want to try this feature about mysql database connection. I´m not able to connect. The error that appears is: Unable to connect to host 1.2.3.4, or the request timed out. Be sure that the address is correct and that you…
Lohn Claidon
  • 405
  • 2
  • 7
  • 15
0
votes
1 answer

SSH doesn't ask for my password

I've been logging in to this server through the terminal in coda 2, which has a spot to enter my password in the gui. Unfortunately, it keeps disconnection while sass is watching a file and I have to restart it. I was hoping to just ssh through the…
0
votes
1 answer

Bitbucket Git and Coda 2 branches

I've setup a site in Coda as well as a repository in BitBucket and having problems with branches. I can push and pull, commit, add all of that in coda and it works. THe only thing that doesn't make sense to me is the branches. If I add a branch in…
derno
  • 35
  • 2
  • 11
0
votes
1 answer

Permissions change when pushing files to server

Every time I Publish changes in files to my remote server on Coda 2, the permissions change on the server and the files are broken once they go live, requiring me to open up my server control panel and globally apply full permissions every time I…
roozbubu
  • 1,106
  • 4
  • 14
  • 30
0
votes
1 answer

Coda Toolbar Does Not Show Files in Full Screen

I have a weird issue with Coda's toolbar, when I'm in fullscreen (OS X Mavericks), files will not show. I'm using OS X version 10.9 and Coda 2.0.8. Here are some links to screenshots. I need this working, a 13" screen is not so helpful and having…
James
  • 679
  • 1
  • 8
  • 22
0
votes
1 answer

Using Git with multiple local locations

I'll try to lay this out as best I can for clarity. Forgive me now if it gets too long... I am using the following: Mac MAMP Pro Coda 2 Locally connected server farm for hosting sitting behind firewall Git via Bitbucket using Coda source management…
W3bGuy
  • 735
  • 7
  • 20
0
votes
2 answers

Fancybox doesn't initialize when images are clicked

The Fancybox isn't initializing it is only opening image file in the browser. I'm working on a portfolio gallery for a tattoo artist and using Fancybox to display the images, however, when I click on the images it just goes to the image file on the…
0
votes
2 answers

How to create a Coda plug-in which creates a new site?

I'm using Coda for web developement. I often create new sites in my ~/Sites folder. I always enter the same information in Coda, except for the name of the site, and the directory where it's stored. Is it possible to create a plug-in (in either…
user142019
0
votes
2 answers

Can't access any outlets after using loadNibNamed

Edit: In case someone wants to look at the actual code, here it is: http://pastie.org/713951 Long story short: the problem I'm having is I can't make the window show up in the fly() function. Full Description: I'm creating a plugin for the Mac…
Vlad the Impala
  • 15,572
  • 16
  • 81
  • 124
0
votes
1 answer

Can Coda get to my AWS database?

I've got an AWS EC2 instance, with the usual keypair access technique (and not password access), and am using Coda to do site development on it. I've been able to configure my .ssh stuff so that Coda can connect to the site's files, and I can see…
Jim Miller
  • 3,291
  • 4
  • 39
  • 57
0
votes
1 answer

Search and Replace Content Between and Including Tags with Coda Editor

I have document with a few hundred lines of code. I'm using Coda to edit the file. I'm trying to replace the content with the [tibby] tags with a "space". For example I would like to change the following: Some text before the tag [tippy…
BB Locks
  • 35
  • 5
0
votes
1 answer

How to set the core.editor to Coda 2

Is there a way to use Coda 2 as my core.editor when I use the GIT trough the terminal (I am on a Macbook with OsX Mountain Lion). The fallowing command does not work: git config --global core.editor "Coda 2" I found some scripts here and there on…
Ilyes512
  • 2,627
  • 5
  • 23
  • 27