PhotoWebMax Posted May 24, 2014 Share Posted May 24, 2014 Just wondering which text editor you PW Mac guys use for your web development? Seems like there are more choices than ever... Thanks! Link to comment Share on other sites More sharing options...
cstevensjr Posted May 24, 2014 Share Posted May 24, 2014 (edited) I'm a recent convert from Ubuntu and I still use Bluefish for my daily needs. I've downloaded a few others but haven't had the free time to evaluate them. [update] 25 May 2014 - Just tried Atom and like what I see, so far. Edited May 26, 2014 by cstevensjr Link to comment Share on other sites More sharing options...
arjen Posted May 24, 2014 Share Posted May 24, 2014 Atom (before that Sublime Text) 2 Link to comment Share on other sites More sharing options...
renobird Posted May 24, 2014 Share Posted May 24, 2014 Sublime Text 3 Link to comment Share on other sites More sharing options...
Zahari M. Posted May 24, 2014 Share Posted May 24, 2014 Hi PhotoWebMax I use Sublime Text for the occasional little snippets of code creating that I do... The color syntax highlighting really helps you spot all your typos! And the multi point cursor is great. You can configure the interfaces look and adjust most every aspect of it. As a result, its an editor that you can look at for hours on end with no fatigue.... Have a look at this if you can.... it will give you a good idea about Sublime Text: http://code.tutsplus.com/articles/perfect-workflow-in-sublime-text-free-course--net-27293 But I always keep Text Wrangler nearby and handy too! When it comes to finding, search and replace etc, it's really easy to use. I also use Text Wrangler as my main program to keep notes. If I buy a piece of software or register in a forum, I will create a simple txt file with those details copied in and then save them in a folder. The Text Wrangler interface is nice for certain text operations. I just bought YummyFTP yesterday to work alongside these two editors. Sure, Text Wrangler has built in FTP and you can get a FTP plugin for Sublime Text. But a dedicated FTP and Syncing tool makes life easier for someone like me who doesn't do this stuff very often... its very intuitive once you spend a short while learning it. Hope you find the one you like! Link to comment Share on other sites More sharing options...
PhotoWebMax Posted May 24, 2014 Author Share Posted May 24, 2014 Interesting... For years I have been using TextMate for my editor and Transmit for FTP. But color highlighting for PHP syntax seems like a useful feature. I just downloaded TextMate 2 which is still free and looks promising... Link to comment Share on other sites More sharing options...
totoff Posted May 24, 2014 Share Posted May 24, 2014 I am a follower oft the absolute truth and use ST2 and nothing else. Link to comment Share on other sites More sharing options...
teppo Posted May 24, 2014 Share Posted May 24, 2014 Wait, there are other editors besides Emacs? Link to comment Share on other sites More sharing options...
Martijn Geerts Posted May 24, 2014 Share Posted May 24, 2014 BBEdit Sublime and my default now is Atom. 2 Link to comment Share on other sites More sharing options...
marcus Posted May 24, 2014 Share Posted May 24, 2014 PHPStorm, and before that Sublime Text 3 Link to comment Share on other sites More sharing options...
Raymond Geerts Posted May 24, 2014 Share Posted May 24, 2014 Previously Sublime Text 3, but i recently switched to Atom too A few years ago when still using windows i used to code with phpDesigner 1 Link to comment Share on other sites More sharing options...
ryan Posted May 24, 2014 Share Posted May 24, 2014 VIM for most quick code editing. PhpStorm (in VIM mode) when I have time to sit and focus on coding. I enjoy using it quite a bit. But the overhead is definitely noticeable relative to using VIM on its own. TextWrangler for quick stuff. I especially like TextWrangler for search/replace with regular expressions, as it's more straightforward than doing it in VIM or PhpStorm. Link to comment Share on other sites More sharing options...
Martijn Geerts Posted May 24, 2014 Share Posted May 24, 2014 TextWrangler for search/replace with regular expressions This is exactly what I use BBEdit for, haven't found any editor that does this better then TextWrangler/BBEdit. Link to comment Share on other sites More sharing options...
Nico Knoll Posted May 24, 2014 Share Posted May 24, 2014 Using Chocolate.app since it was in alpha state 1 Link to comment Share on other sites More sharing options...
Macrura Posted May 24, 2014 Share Posted May 24, 2014 Coda 2 most of the time, also using Sublime Text to clean things up (coda is very convenient, but lacks those line up lines, and double cursor) Link to comment Share on other sites More sharing options...
purwa Posted May 25, 2014 Share Posted May 25, 2014 Sublime Text 2 but thinking to switching to Atom... Link to comment Share on other sites More sharing options...
BFD Calendar Posted May 26, 2014 Share Posted May 26, 2014 BBEdit from time immemorial. 1 Link to comment Share on other sites More sharing options...
onjegolders Posted May 26, 2014 Share Posted May 26, 2014 A very happy Sublime user. Atom's close though.... Link to comment Share on other sites More sharing options...
peterfoeng Posted May 26, 2014 Share Posted May 26, 2014 PHPStorm, and before that Sublime Text 3 1 Link to comment Share on other sites More sharing options...
houseofdeadleg Posted May 26, 2014 Share Posted May 26, 2014 Coda 2 is my main environment for when I'm working on a site, Sublime Text 2 for Processing, TextWrangler for quick and dirty editing. Link to comment Share on other sites More sharing options...
owzim Posted May 26, 2014 Share Posted May 26, 2014 Sublime Text 3 before that: Sublime Text 2 before that: Komodo Edit Tried Atom short after invite beta launch, was too laggy for me. Perhaps that has changed but I also don't want to invest in migrating all my routines/workflows to a new environment right now. Link to comment Share on other sites More sharing options...
einsteinsboi Posted June 4, 2014 Share Posted June 4, 2014 I find myself getting very distracted jumping from editor to editor and tool to tool, so I've been trying to stick to one (for as long as I can avoid getting distracted, which isn't very long LOL). That said, I am currently experimenting with Atom but for most tasks I tend to use TextWrangler or gedit, and for big projects I use NetBeans or Eclipse. Link to comment Share on other sites More sharing options...
MatthewSchenker Posted June 5, 2014 Share Posted June 5, 2014 Hey Everyone, I have tried so many of these... I keep coming back to Espresso (MacRabbit). It lacks a couple of things that Sublime Text has, such as the indent lines and auto-complete PHP functions. But overall, Espresso is smooth. I have tried Sublime Text, but a couple of little things bug me about it. One is inconsistent code coloring. For example, PHP in the following two snippets would be colored differently: <img src="<?php echo $page->image->url; ?>"> And <p><?php echo $page->main_body; ?></p> It's a relatively small thing, but it is annoying. I actually keep switching between ST3 and Espresso, so maybe I'll find a way around the above issue. Thanks, Matthew Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now