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

DocBlocks and Coda

I was just wondering if anybody was aware of any plug-ins that would make Coda use my php docBlocks..? I have searched the programs itself and there doesn't seem to be the options for it. I have also done a fairly thorough google search and came up…
G--
  • 33
  • 4
1
vote
1 answer

How to center these tabs within the LI Class?

I have these tabs that I would like centered where the header is. However, when I use it throws the formatting off and causes it to be simple text and no longer a tab. I'm fairly new, so please forgive my current ignorance. my code and CSS my…
Jon Polk
  • 29
  • 4
1
vote
1 answer

Trying to use Swift with Obj C header for Coda2 plugin. Getting error: Undefined symbols for architecture x86_64

Trying to build a PlugIn for Coda 2.5 with swift.I'm getting this error: Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_CodaPlugInsController", referenced from: _get_field_types_PowPlugInViewController in…
1
vote
1 answer

Using Eclipse as an Editor (like Coda or Vim)

There is a Python project created by using Vim and Coda which doesn't include any editor specific file. I'm used to use Eclipse as an editor so I want to work on this project using Eclipse. But I don't know how to do it without to create a new…
pocoa
  • 4,197
  • 9
  • 37
  • 45
1
vote
2 answers

Coda Snippet Sync

I've been trying to rack my head around making a coda plugin for syncing coda's clips to snipplr.com, coda is such a great app, but the inability to sync my hand crafted snippets is really irritating especially when you are out and about with a…
studioromeo
  • 1,563
  • 12
  • 18
1
vote
3 answers

Cannot clone my gitlab project to coda 2 on mac with https

I've installed Coda 2 version 2.0.12 on my MacBook. I've also installed GIT and registerd the path in Coda 2 preference "Git Tool path. When I add a new site to Coda 2, I try to clone it from my Git repository, but it gives me an authentication…
kiks73
  • 3,718
  • 3
  • 25
  • 52
1
vote
1 answer

How can I catch non valid ASCII characters in Panic Coda?

Sometimes I get errors while coding, because of typing some combination of keys (eg. ALT + SHIFT + SQUARE BRACKET) in a wrong way. So I get Syntax Error in Python, but I can't see where the illegal character is, 'cause Coda do not show it to me. Any…
S.c.
  • 85
  • 1
  • 4
1
vote
1 answer

Coda 2 still publishes files in .gitignore

I use git for source control in coda 2. I have one file that I need to be different on my local machine, but even when I include it in .gitignore, coda still pushes it to the master. The reason I need to ignore this file, is because it references…
Zane Hitchcox
  • 936
  • 1
  • 9
  • 23
1
vote
2 answers

How can Amazon S3 bucket permissions be set so every time I save a file read permissions stay public?

I'm using the Coda app at add, edit, and save files on my S3 bucket. The bucket has static web hosting enabled. Every time I upload or save a file, the permissions automatically change to restrict the "world" from reading the file. How can Amazon S3…
user2888697
  • 173
  • 3
  • 14
1
vote
0 answers

Coda 2 erases my database on connection

I have this annoying thing with Coda 2 on Mac OSX where whenever I connect to my MYSQL Database remotely, my database gets erased. Please I want to fix this because it's annoying me and I'm not really happy with it. Also Coda 2 doesn't have a…
Lohn Claidon
  • 405
  • 2
  • 7
  • 15
1
vote
3 answers

How to convert Coda 2 clips to Sublime Text snippets?

I want to switch from Coda 2 to Sublime Text 2. The only reason I'm stuck in Coda 2 is my long collection of clips of my own. Any idea on how to convert the clips from Coda to snippets for Sublime Text?
junihh
  • 502
  • 1
  • 9
  • 25
1
vote
2 answers

Is there a good PHP editor with user defined/custom code completion for MacOS?

By UDF code completion, I mean that if I have a function called: function get_whoopee($a, $b, $c) { } in filex.php, and I type "get_wh" from anotherfile.php, it will enumerate all functions matching that prefix (get_wh*) with prototype to jog my…
Jaimie Sirovich
  • 1,088
  • 2
  • 10
  • 14
1
vote
1 answer

Coda 2.2 Plugins don't stay installed

I am having a small problem with plugins not staying installed with Coda 2.2 for Mac on OSX 10.6. Every time I close Coda and open it back up and then click on plugins half of them are gone even though the are in the plugins folder for the…
Texan78
  • 687
  • 2
  • 16
  • 42
1
vote
1 answer

Regular Expression Replace, can't insert simple character

I have tried everything possible and 2 hours trying to get this to work. I'm using the search and replace option in Code (version 1) but just can't get the replace code working. I want to add a semi colon in between some characters. I search like…
user2143356
  • 5,467
  • 19
  • 51
  • 95
1
vote
1 answer

less compliler will not write to my css file, although it says success

I'm using the {less} compiler (http://incident57.com/less/) with Coda 1.7.2 (first time trying this!) {less} gives me a success message, but still my .css file is blank! My less file: main.less My css file: main.css *both files are in the same…
ByteMyPixel
  • 151
  • 2
  • 3
  • 15