PDA

View Full Version : What are you guys using to edit the PHP?



Cid Highwind
Wed 26th Jul '00, 8:10pm
I've tried Wordpad, Notepad, even MSWorks.

Every program warps the codes and it gets messed up before I even start editing.

What are you guys using.

JimF
Wed 26th Jul '00, 8:32pm
Notepad works fine for me :)

-jim

http://www.vbulletin.com/forum/forumdisplay.php?forumid=12

Cid Highwind
Wed 26th Jul '00, 9:48pm
Notepad works at first, but then when I save it, it all wraps into one big txt bulg. Plus, the search field was too small.

Anyway, I download textpad and it's wonderful.

Mike Sullivan
Wed 26th Jul '00, 11:28pm
http://www.ultraedit.com

(Oh, and moving to PHP Coding) :D

MattR
Thu 27th Jul '00, 12:05am
TextPad (http://www.textpad.com) is another great text editor and includes a PHP plug in to make everything look all nice and pretty. ;)

WebStyles
Thu 27th Jul '00, 12:50am
I like UltraEdit. Plus, it's great to do newsletters in, because it has a handy "Word Wrap After X Characters", then "Convert Word Wrap To LF" functions, makes it easy! :D

Chris Schreiber
Thu 27th Jul '00, 12:55am
I hate using notepad.... I have TextPad set up on my system as the default text editor and of course use it for PHP coding as well.. it's nice since it has color syntax hilighting as well. UltraEdit is nice too.

customcpu
Thu 27th Jul '00, 1:37am
Am I the only one who uses emacs?? It seems that most of you code in windows, which is very surprising to me.

doron
Thu 27th Jul '00, 3:07am
homesite, which has cool php keyword-coloring

Chris Schreiber
Thu 27th Jul '00, 10:33am
Originally posted by customcpu
Am I the only one who uses emacs??

Well ok... I do *some* stuff in vi... but most of the time I find it much easier to develop and test on windows.

-Chris

carp
Thu 27th Jul '00, 6:48pm
I use Arachnophilia.
Its good for just about every kind of internet programming language you can think of.

http://www.arachniod.com/

eva2000
Thu 27th Jul '00, 8:43pm
http://www.notetab.com

NoteTab Light is all you'll ever need.... this free app is amazing ..... sorry but i had to do this hehe



NoteTab Light is the ultimate free Notepad replacement and a capable HTML editor. A slimmer version of the award-winning NoteTab Pro, this slick application makes text editing a breeze. Move quickly around a stack of large
files with a simple tabbed interface. Format your text to your heart's content. Write with the font of your choice, fixed-width or proportional.

If you need to cut and paste chunks from a pile of files, forget the Clipboard: you can set up a Paste Board file to save text clips automatically. Strip HTML tags from your files. Call up complete document statistics instantly. Use
powerful, system-wide search and replace tools.

Speed up your work with text macros: you can use them as shortcuts, or even to auto-replace those persistent typos. Handy sample macro libraries are supplied, and you can easily build your own. Make the most of NoteTab's many options to suit your own workstyle.

Menno
Fri 28th Jul '00, 6:04am
I'll stick with textpad :)

Best damn text tool I've ever seen

Shaman
Fri 28th Jul '00, 10:15am
vi

No, really. :)

Also nedit on UNIX, and looking at Screem.

phumphries
Fri 28th Jul '00, 10:54am
Has anyone created definitions for PHP word highlighting (for the mentioned editors that support custom definitions) that you would care to share?

customcpu
Fri 28th Jul '00, 11:14am
John,
All this talk about editors makes me wonder... What platform/editor was vB created in?

MattR
Fri 28th Jul '00, 11:56am
Peter,

You can download a free TextPad PHP4 definition file here:
ftp://ftp.textpad.com/pub/addons/syntax/php4.zip

Or if you want a listing of other PHP syntax files (3.0 and whatnot):
http://www.textpad.com/add-ons/ntsyn.html

phumphries
Fri 28th Jul '00, 1:09pm
Thanks; I knew they were on there somewhere. Not sure how I missed the "Syntax Definitions" link! :)

MattR
Fri 28th Jul '00, 4:40pm
Peter,
No problem! I highly recommend TextPad, but mainly because I haven't used the other ones out there. However, the PHP4 definition makes it incredibly easy to use with the syntax highliting, coloring, etc.

Give it a try!

BenchRacer
Sun 30th Jul '00, 6:26pm
Edit Plus (http://www.editplus.com)

BrianL
Tue 8th Aug '00, 6:33pm
I was wondering whether anyone was going to mention EditPlus. IMO, it's the best text editor out there. Syntax highlighting for tons of languages, as well as HTML buttons like coffeecup or homesite. All in small, cheap, and better yet, FAST package.

poil11
Fri 11th Aug '00, 2:53pm
on macintosh simpletext or bbedit, get a mac.

bira
Mon 14th Aug '00, 11:15pm
I use UltraEdit and would swear by it. I can also go over the so many advantages it has over TextPad, but I'll spare you of my enthusiastic talk :)

As for syntax highlighting for UltraEdit - you can download some for PHP from UltraEdit's site. I made my custom one that you can download here (http://www.bira.co.il/php-mysql-wordfile.txt) and then copy/paste at the end of your wordfile.txt file (you can find it in the ultraedit main dir or open it via Advanced -> Configuration -> Syntax Highlighting). You can later change the colours (in "Syntax Highlighting") as I chose a stark contrast of colouring for various commonly used functions, seeing as I'm rather a newbie to PHP and still need visual aids :) :)

[Edited by bira on 08-14-2000 at 10:17 PM]