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

PHP Break Line Character For Function Arguments

I have this code : public function registerNew ($first_name, $last_name, $email, $phone, $password, $bank_name, $bank_account_number, $bank_account_name, $gender, $birthday, $address, $area, $signup_date, $activated, $first_login, $token,…
Saint Robson
  • 5,475
  • 18
  • 71
  • 118
0
votes
1 answer

Regex replace everything after specific character inside specific tag

I have a list of XML elements with values. I'd like to remove any characters or numbers after a specific character (in this case, a period), but only within the someTag element. 123.3 8623.34 I'm able to…
g-nice
  • 23
  • 1
  • 4
0
votes
1 answer

Subversion demystified?

I finally decided to move towards a version control workflow but...it's a month I'm trying to setup a workflow with SVN with no luck. I work with Coda (svn is supported) + Media temple hosting. I just set-up a repo (following MT guide) in…
Andycap
  • 525
  • 2
  • 8
  • 17
0
votes
0 answers

Coda 2 and Git problems

Yosemite, Coda 2.5.10, Git Tool Path in Coda is /usr.bin/git, I have CodeKitCodaPlugin 1.0, I have edited my core.editor to be "Coda 2 -wl1"... This was all well and good yesterday. I can do adds and commits and some changes BUT when I try to do a…
Dana
  • 27
  • 4
0
votes
1 answer

Coda2: How to select select variables

I'm new to Coda2, and I have a question. How to select a variable with double-click like in sublimetext2 (https://i.stack.imgur.com/Ja85n.png) Is there a keyboard shortcut that will let me select all of the variable in Coda2 like in sublimetext2?
user3517175
  • 363
  • 2
  • 14
0
votes
0 answers

Getting Coda to connect FTP via Applescript?

I have scoured Google and can't even come close to an answer but, Panic Coda support staffs says this can be done. We use WHMCS as our billing system for all of our hosting clients. With 100's of clients, it's not practical to create Coda sites to…
Web-JIVE
  • 9
  • 2
  • 6
0
votes
1 answer

Syntax Coloring for SubEthaEdit Style Definitions

I'm working on updating an old Twig mode for Coda. Coda uses most of the SubEthaEdit format for syntax coloring. But I'm not too good with regex and I'm just learning SubEthaEdit's format. Plus, Panic has not yet documented Coda's use of the…
Bob Rockefeller
  • 4,492
  • 2
  • 28
  • 35
0
votes
0 answers

css styles just stopped applying

I am learning html and css and am using Coda. I was doing great until I ran into a roadblock with my css. After closing Coda yesterday, and re-opening it today, any css changes are not being applied. The page is will show the style updates in…
0
votes
2 answers

Does Eclipse have a plugin for code clips like in Coda?

There is a very useful "Clips" feature in Coda, does Eclipse have such feature? What it does is pretty simple, you save a code clip once, which you use very often and assign it a shortcut and when you want to re-use you type the shortcut and it…
Sinan
  • 11,443
  • 7
  • 37
  • 48
0
votes
0 answers

Coda2 - Can't remove GitHub URL from settings

I messed up on my initial creation of my github.com repository in Coda2... Now everytime I try to create a new site, Coda2 has my settings for the old repository in there and it won't let me change it... Things I've…
user1801932
  • 359
  • 1
  • 4
  • 20
0
votes
1 answer

Regex to change method call parameter

Regexs make me cry, so, I came here for help. I'm looking for some tips on Find & Replace in Panic's Coda. I know the F&R is pretty advance but I'm just looking for the best way to do this. I'm trying to rewrite a 'template engine' (very basic) I…
Jack
  • 9,615
  • 18
  • 72
  • 112
0
votes
0 answers

Edit from PHPStorm purly from remote server

I am currently working with PHP/HTML on a remote server via PHPStorm. I love how intelligent it is, but i dont like how it forces me to have a local project and that i have to sync it. I work on the server from two different PC's and if i am going…
0
votes
1 answer

Coda 2 "Source" options are disabled, can't add git info

I'm trying to set up a new site in Coda 2.0.14 and whenever I get to the Source panel all of the options are disabled. Screenshot attached. I can't select or edit any of the fields. Any ideas? This seems to happen whenever I fill out the "Local…
Scott Chandler
  • 299
  • 3
  • 5
  • 13
0
votes
1 answer

How do I use Bootstrap in Coda2?

I'm pretty new to web design and I'd like to use Bootstrap in some html code I'm writing in Coda2. I don't have access to a server, so I'm using the directory address of css files on my hard drive instead of a web address. Right now the top of my…
Sky Kalfus
  • 35
  • 3
0
votes
2 answers

Use emmet and Coda clips together with Tab trigger

Today I was playing with Coda 2 as this is for the first time I'm using it after buying the IDE yesterday night. I've installed emmet on coda to speed up my workflow. At the same time I was trying to save some snippets in the Coda clips.…
shuvonasir
  • 61
  • 1
  • 2
  • 5