• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

BBedit Alternative

ucsdguy

Member
Hey guys,

I just purchased an iBook and was wondering if any of you Mac users could recommend a decent html/general code editor that is similar to BBedit, but doesn't cost $200 after the 30-day demo is over. I know I could just use a plain vanilla text editor, but I happen to like the color coding and other little plugins that BBedit includes. Thanks for your help!
 
There are two editors I use on the mac:

1) BBEdit
2) vi

vi comes with OS X. Start terminal > type "vi" > write code.

BBEdit is the best graphical editor for the mac. You can get it for $79 or so if you're a student.
 
Back
Top