coda

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 project in Eclipse or without importing it. Because I don't want to get a copy of these files. ...

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

There is a very useful "Clips" feature in Coda, do we have such thing in Eclipse? What it does is pretty simple, you save once a code clip which you use very often and assign it a shortcut and when you want to re-use it on editor you type the shortcut you assigned and it automatically pastes that code clip and sets caret position to the...

Coda Clips for Vim

I'm currently trying to switch from Coda (a Mac IDE) to Vim. One thing I loved about Coda and my knowledge of Vim cannot replace were the so-called "clips". Basically, you type, say, "new", press TAB, and the text is replaced with a basic XHTML page. And you can add as many keyword/clips combinations as you want. The most I could get w...

How do I integrate Mercurial into Coda?

I tried using the plugin from app Changes, but it doesn't work, it says "No SCM found". Does anyone have a way to integrate Mercurial into Coda or know how to solve this problem? ...

Coda Slider scroll effect. Click button and change panel.

<?php echo $javascript->link('jquery-easing-1.3.pack'); ?> <?php echo $javascript->link('jquery-easing-compatibility.1.2.pack'); ?> <?php echo $javascript->link('coda-slider.1.1.1.pack'); ?> <script type="text/javascript"> var theInt = null; var $crosslink, $navthumb; var curclicked = 0; theInterval = function(cur){ clearInterval...

Coda, DIV slides which calls AJAX to load the next div

Anyone know of a CODA like Slider that can call via AJAX contents and then slide the div which was loaded by the AJAX call? ...

Subversion demystified?

Hi, 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 /data/svn/myproject and imported my website root. Problem 1: svn imported only half of the ...

svn: In file '/SourceCache/subversion/subversion-35/subversion/subversion/libsvn_ra_svn/marshal.c' line 486: assertion failed (opt || cstr)

svn: In file '/SourceCache/subversion/subversion-35/subversion/subversion/libsvn_ra_svn/marshal.c' line 486: assertion failed (opt || cstr) I get this when loading a project in Coda, but no error from the command line. Output from svn status -u; russ$ svn st -u Status against revision: 5772 Any ideas? svn cleanup does...

Is there a good way to change UPPER CASE html tags to lower case, across a whole document?

So, I've got a bunch of markup-pages delivered that I am supposed to style. Problem is that tags are all in uppercase, even though the doctype declares it as xhtml. Not only is it ugly and hurting my eyes, it's also wrong, isn't it? Is there a good way, perhaps a coda (my preferred tool), plug-in, or online service that can do this for ...

coda question on javascript

I have a quick question on Coda. Not sure if this for this website but i'm sure someone here will tell me. Does Coda have javascript error recognition like dreamweaver does or is there a plug-in for it. I keep having to switch dreamweaver to test stuff and I'd really like to stop doing that. Thanks. ...

Highlighting function calls in textmate

It feels like I'm missing something really simple here. I've been using Coda for a while now and I'm now playing around with Textmate. I'm unable to find a way to syntax highlight function calls in Textmate. I've poked around the documentation but can't believe I'd have to dig deep into Textmate and mess around with regex to make this wo...

Coda Slider: Slide panel plus an external div elsewhere on page

I'm looking for an easy solution to show/hide/slide (whichever is easiest) an external div elsewhere on my page at the same time my corresponding coda panel slides into view. So essentially I am trying to slide a panel into view while also sliding another panel further down on the page that is NOT in the same container. I'm using this s...

CODA Bubble sticky in Firefox & Distance problem...

I just added the CODA Bubble to my new project and I find the POPUPS to be sticky and the distance from the trigger to be TOO CLOSE. It looks perfect in Chrome, Opera, and Safari. IE is whole nother story I'll touch later with all the other fixes. Here is my link: (please got to plant tour in the middle of the page) link text Anyone...

Using Coda to access server SSH/sFTP

Hi, I have a VPS server and I lock down to only expose 3 ports 80, 443 and 22222 for ssh. So far I can connect to the server using Terminal (Mac) and Panic Transmit, but when I try to connect using Panic Coda the connection fail. What I am doing wrong? I see Coda support sFTP and I can connect on Coda to the SSH, but not to the sFTP. ...

How to activate function reference in CODA ?

Hello, Is there function reference integrated ? I mean like when i point my cursor on some php function , then I press e.g. F1 and it will show me function details (parameters, usage...) on separate page. Is this integrated in CODA ? I tried to point cursor on "mysql_query" in document edit window and then used "Help > Lookup in refe...

coda navigator like espresso code navigator

does anyone know if coda can do code navigation like espresso or dreamweaver where if you click a div or any block tag, you can click to see the whole block of code, or collapse the block? thanks! ...

too much recursion error in jquery

this code: $(document).ready(function() { $('body').click(function(evt) { if(evt.target.nodeName === 'A' && $(evt.target).hasClass('cross-link')) { $('a[href=#2]').trigger('click'); } });}); given me and error of "too much recursion" one might think that I should just attach a handler to the crosslink e...

Auto auto-complete in TextMate

I've recently switched to TextMate from Coda after getting annoyed by the long delays and general slowness of the app. There are a few annoyances in TM but it's mainly because I'm used to one over the other. One aspect that is driving me nuts however is the lack of automatic auto-complete. For example, in a CSS document in Coda I could ...