The coda tag has no wiki summary.
0
votes
1answer
29 views
Searching files in the server and searching string inside the source code
Are there software that enables you to search files or string inside your sourcecode that's on the server? The text editor i'm currently using is Coda by Panic and the Server i'm using is Amazon EC2. ...
0
votes
0answers
36 views
How to foce Coda not to load big binary file?
My Coda always try to load *.ipa file. Usually big binary file. I want to make it not to load any of big binary file. What should I do?
1
vote
1answer
62 views
Keyboard Shortcuts in Coda
Using Coda, the all-in-one web editor developed by Panic for OSX, I find myself utilizing a lot of keyboard shortcuts. Particularly the Publish shortcut (command + option + P). The only problem with ...
0
votes
2answers
29 views
Panic - Coda. Code navigator doesn't recognize PHP
So, its simply began to be too lazy to parse my php code and it doesn't show anything. Only comments. No functions, no classes. How can i fix it?
Syntax-mode is correct: PHP-HTML.
1
vote
0answers
110 views
How to tidy / beautify / re-indent html.erb files in Coda
A few weeks ago I tried using the HTML Tidy Service but no matter what I did with the configuration, it never worked properly with erb files. That's just not what it's made for. All I want is ...
2
votes
1answer
45 views
OSX: Open file with shortcut in file browser in Coda IDE
Coda IDE has a file browser area, where it's pretty nice to navigate with arrows through directories. But how to open a file with shortcut? Couldn't find this anywhere.. =/ 2 Years I'm using mouse for ...
1
vote
5answers
295 views
What is a good alternative to Coda?
At university I used Coda, which was installed on their Macs. Now that I'm at home, I don't have Coda on my Mac and don't want to pirate it because it's harsh on indie developers.
What good ...
0
votes
0answers
33 views
Color picker not working on Coda
I am trying to just pick a color with the tool you get when pressing Ctrl-Shift-C and drag said color to the source code.
I was able to do this yesterday can't seem to be able to do it today. What ...
1
vote
1answer
81 views
Shortcut to insert comments on TextMate?
In Coda I can make a selection (of code) and press Cmd+/ and it will comment it. If I'm in an HTML section it will use <!-- --> and if I'm in a PHP section it will use /* */.
I enjoyed this but ...
0
votes
1answer
100 views
How to reload the remote file list in Coda?
Anyone know how to convince Panic's Coda to reload a directory and file list for a remote server?
⌘ + R with focus in the file list looks like it's doing something, but it doesn't actually do ...
1
vote
1answer
37 views
How can I turn the “… is a script application. Are you sure you want to run it?” warnings in Coda off?
If I paste some code into Coda (for mac) and then change to the preview tab, it asks me:
Untitled2.php is a script application. are you sure you want to run it?
This is annoying. Of course I want ...
0
votes
3answers
98 views
Auto find and replace app for Mac
So I am making a website, and I want to replace code amongst many files at the same time, rather than doing it individually which would take an extremely long time. I am currently using codas find and ...
0
votes
0answers
93 views
Strings underlined as spelling mistakes: how to turn off?
I'm giving Coda a go while I go through some Ruby on Rails tutorials, and I've noticed that the editor is underlying most strings as spelling mistakes (red dotted underline). For example, "utf-8" gets ...
1
vote
1answer
126 views
Copying a licence for Coda for another user on the same computer Mac
An account on my Mac has a full version of coda installed. How can I copy this licence so another user on the same computer can use it. I do not have the serial to hand, could I just copy a certian ...
0
votes
0answers
65 views
Uninstalling Coda plugins
I inadvertently installed an old version of the PHP lively plugin in Coda. Now I have two versions installed simultaneously with plugin menu options with each version. How do you uninstall Coda ...
1
vote
1answer
32 views
how do you get out of 'view source' mode in Coda
I right clicked and selected 'view source' in the Preview window of Coda. It brought up the source code, but I now appear to be stuck there.. I tried going back to Edit and returning to Preview, but ...
1
vote
1answer
386 views
Setting the default Local folder in Coda?
I just started using Coda and the local folder defaults to my home directory when I open the program. Is there a way to set the default local folder in Coda to my web development folder?
0
votes
4answers
635 views
Mac OS X software always order files alphabetically rather than by type
I have noticed many Mac applications sort the files alphabetically rather than by type. A good example would be Coda by panic.com. The files in the file menu are organized alphabetically. I ...
0
votes
3answers
362 views
Mac software Coda and Espresso can't print
Hello I'm currently having problems trying to print from Coda and Espresso.
I'm running Snow Leopard on an iMac and MacBook Pro.
When I try to print I get this error message.
This error will ...
2
votes
1answer
342 views
Clip for Timestamp (Panic Coda for OS X)?
How can I insert a timestamp using clips in Coda for OSX?
This is the "snippet" in Textmate
$`date '+%Y-%m-%d %H:%M'`