Code editor - recommendation??

marz

Master of my Universe
I'm looking for a nice text editor to do all types of scripting - something like TextPad which I use at work on my PC. Does anyone have any recommendations?

TextPad if you're not familiar with it, does syntax highlighting, and you can import or create your own language syntax files and command files.

Thanks in advance!

Oh yeah - it's gotta be X - I just deleted my OS 9!

:D
 
This text editor keeps getting better and better. It's integrated with perl so you can run scripts right from the editor or use perl scripts as text filters. It does syntax highlighting in a variety of languages including perl and PHP. It has support for syntax highlighting extensions (i.e., MySQL). There's a free plugin for BBEdit called BBTidy that optimizes, formats, and analyzes HTML code. It has a built in FTP browser, supports egrep search and replace. It's the ultimate editor, and with all its amazing features remarkably well-designed. Geez, it even supports emacs key-bindings.
 
Yeah man, I purchased BBedit back when I had to take a couple CS classes and it was perfect. I still use it now to for my website .. can't life without it man.
 
let's make it unanimous here...

BBEdit!

buy it. use it. love it.

these rock and they update it regularly.

there is even a downloadable demo to try it out.

www.barbones.com
 
... but there is only one choice. You're right there! But that choice is Vi!! (well, ViM, to be precise).

(Lets start the editor wars all over again!! Hahahahahah!)

C
 
Originally posted by LordCoven
... but there is only one choice. You're right there! But that choice is Vi!! (well, ViM, to be precise).

(Lets start the editor wars all over again!! Hahahahahah!)

C

No, no...vim w/syntax coloring _or_ nano w/syntax coloring. I tested BBedit, but I just can't justify the cost. SubEthaEdit is pretty good and it's free. Same thing with mi and jedit. I use nano most often though and vi whenI don't have nano.

- G!mpy
 
Wow, what's with these old revived threads lately?

I keep seeing Herve and thinking he's back =)
 
WOW. SubEthaEdit is so fast. I'm going to start using it now :). The only thing I'd like is a file/directory browser though.
 
skEdit (www.skti.org) it ROCKS! I tried just about everything out there, this thing has so many features, I am amazed. Plus the guy updates a lot. (Yes, I am a bit biased, I am a beta tester :))
 
I loike how skedit has the site view.... SubThaEdit is missing file browser/site view. Thought SubThaEdit is way faster and leaner.
 
He is just about to release 3.3, 3.4 will have amazing FTP support, like being able to edit a whole 'site' remotely :D
 
I've been messing with 'mi' since my last post quite a bit, and I must admit it is by far the most customizable program I've ever used. You can invent whatever code snippets you want for inserting in or around selections, assign them thier own key command (using the apple key, too!) and they also will live inside the contextual menu.

It also does regexp searches, multi-browser preview, and lets you customize all the contextual coloring.

Right now I have mine configured to operate almost exactly like my commercial bbedit from OS9.

The downfall is you have to figure this all out on your own...no manual. But I will send my config files to anyone who would like to start with something close to bbedit.

cheers!
 
My 2 cents

BBedit - 10 /10, but not good for everything. I still use vi and pico often.

Oh and BBEdit can edit remotely via passive FTP already :p
 
BBEdit 7 addict all the way here, for XHTML/CSS/PHP/CGI programming. Test it once, you'll see what I mean.

The only program I'll buy the upgrade(s) with my eyes closed.

PS: PageSpinner is not bad if all you code is HTML/CSS.
 
Hydra's nicest feature is you can share your documents. It's fun and useful sometimes when 2 or 3 people can write the same document the same time .. and you see who has written what.
 
Back
Top