Cross-platform code editor for Mac and PC?
October 13, 2011 7:24 AM Subscribe
What great code/text editors provide a perfectly consistent experience across both Mac and Windows environments?
All Mac in the office, all Windows (7, if it matters) at home. I tinker a lot with my own sites at lunch at work, and sometimes come in early or stay late for better focus. Most of my editing is done at home.
90% of what I'm doing is HTML and CSS, but working within a JavaScript and/or Python and/or Django and/or PHP environment, so something that provides context (colour-coding, most usually) is helpful.
Right now I'm using TextWrangler on the Mac and Notepad++ at home, and they're both fine, but I'd like something that gives me a universally consistent experience on both platforms, rather than each having their own menus and shortcuts and FTP protocols and quirks.
Paid software is an option in the <$50 range.
posted by Shepherd to computers & internet (29 answers total) 5 users marked this as a favorite
Part of the reason they're all so similar is that the point of vim is to not have to touch the mouse much at all. So the little differences in the GUI are not a part of your experience while using the text editor.
Of course, using vi requires that you learn to use vi, which might not interest you.
posted by richyoung at 7:32 AM on October 13, 2011 [1 favorite]