Forum Moderators: travelin cat
It appears that many people are using either dreamweaver, textmate, or Coda to do their web design?
I have downloaded Coda and it appears to be pretty good but I miss a lot of features from Dreamweaver, mainly the ability to auto complete code, css, etc. Coda doesn't seem to do this very well. Perhaps I'm missing something. I also am a little confused by the ftp transmit ability. I worry about accidently putting up changes that I don't want.
I'm not sure on textmate since I haven't used it.
What are people's preferences? Are there others out there that are standards for Mac users?
Thanks
TextMate has code completion, snippets, macros, text manipulation -- I keep discovering new features. Remove trailing spaces in selection. Change non-ASCII characters to ASCII equivalent. Syntax coloring. It knows whether a document (or part of a doc) is html or css or php and it does its code completion and other syntax stuff appropriately for the language. I can select a dozen lines of code and hit command-forward slash and TextMate will comment it out using the appropriate comment syntax for the language of that selection. I keep liking TextMate more and more.
Combine TextMate with Transmit and you've got a home run. TextMate has a hook into Transmit's DockSend feature, whereby you can hit a keyboard command and TextMate automatically saves the page and uploads it to the server via Transmit's DockSend. No switching back and forth between apps, no drilling down through directories on the remote server. Just hit a key and you're done.
That said, I also use Dreamweaver for some visual work. And I find it very helpful. But if I had to give up either DW or TextMate/Transmit, DW would be gone in a heartbeat.