PhotoWebMax Posted May 24, 2014 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!
cstevensjr Posted May 24, 2014 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
Zahari M. Posted May 24, 2014 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!
PhotoWebMax Posted May 24, 2014 Author 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...
totoff Posted May 24, 2014 Posted May 24, 2014 I am a follower oft the absolute truth and use ST2 and nothing else.
Raymond Geerts Posted May 24, 2014 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
ryan Posted May 24, 2014 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.
Martijn Geerts Posted May 24, 2014 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.
Macrura Posted May 24, 2014 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)
onjegolders Posted May 26, 2014 Posted May 26, 2014 A very happy Sublime user. Atom's close though....
SiWhitt Posted May 26, 2014 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.
owzim Posted May 26, 2014 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.
einsteinsboi Posted June 4, 2014 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.
MatthewSchenker Posted June 5, 2014 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
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