Is there any setting in Coda, or hackable solution, to get the JavaScript Console log to automatically clear itself after page reload?
I often stumble when I see old errors in the log, that doesn't still exist.
...
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 that Reflector can only be used for. Net apps.
How can you see the source code of Coda?...
Can any one recommend a good all-in-one web development tool for Windows. Something on par with Coda (Mac OS X)?
...
I am using Coda-Slider for my website and I want to know if there is a way to change the content of each tab. For example, the user navigates onto tab2 where I placed a link to redirect the user to another page. Is there a way NOT to navigate away from the page nor the tab but instead load the link inside the tab? I was thinking it would...
Seems to be a few Coda users here. Does anyone use SVN with a self-signed cert in Coda? It throws an error that the cert isn't valid, and doesn't give the option to ignore it. Is there any way to get it to work? I've emailed Panic support, and haven't heard back yet.
...
Hello,
Do you know if there is a plugin for Coda to do the kind of code completion below for jquery? As far as i know there is such extension for Visual Studio, hope there is a way to do that in Coda too, because i don't want to write jQuery(document).ready(function(){ ... }); anymore.
Thanks,
Sinan.
P.S. I'm aware of shorthands of do...
Anyone know where I can get a syntax highlight for Haml/Sass for Coda?
...
Hi,
recently just tried to jump right into jQuery but found it to be harder than I expected.
I was trying to implement the Coda Slider 1.1.1 to my new layout. Somehow my cross-links are not causing the "slide effect" that should appear. The linking is working but without the effect.
See for yourself at http://www.origross.net/od/jquery...
How do I get Panic Coda to use Github for Source Control?
...
I've just started and am attempting to write plug-ins for Coda.
Now, I can't for the life of me i can't figure out how or where NSLog's get outputted for debugging. When the plugin is loaded by Coda, it works fine. So my question is:
1) for the quick and dirty, should I be using NSLog w/ an app plugin?
2) what happens everytime I cal...
Hi,
Im trying to create an interactive skeleton (human type) whereby when a user rolls over a specific point a popup/tooltip appears showing details.
I have a theory in my head as to how I should go about this, it includes a slightly modified coda jquery tooltip script and using co-ordinates.
My question is how others would do this? I...
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 application 'Coda'. I have a controller 'Bolder', with two outlets:
@class Bolder;
@interf...
Hi,
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 Cocoa or ShellScript) which automates this (so I don't need to enter all FTP stuff etc......
I am a intermediate web developer, I am attempting to integrate subversion into my workflow. I have come to the understanding, that it is something important to learn, and can save me from rewrite issue nightmares in the future.
My current host is dreamhost I have setup subversion with them, and I have checked out the project(my syntax...
So we are pushing to create good processes in our office. I work in a web shop that has been doing web sites for over a decade. And we don't use version control. I know! It's bad, not my fault. I'm the guy with a SoftE background pushing for this at a minimum.
The tech lead has been looking into it. We all use Mac workstations and ...
I was trying to verify changes on a file between two commits. This works fine both in Espresso and Textmate but in Coda i always get this error "No SCM found". Can anyone suggest what to look for?
...
Anyone can recommend a solution for this?
...
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 solution?
...
Hey folks.
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 have going on with a
webapp I'm coding in PHP (CodeIgniter).
Currently I'm ca...
Hi all,
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 laptop!
I was wondering if anyone has any experience in developing such a plugin, o...