10-15-2004, 07:32 PM | #2 (permalink) |
Upright
|
i've used vim, Dreamweaver MX, and JEdit...
honestly, i prefer JEdit, as it highlight/colors things intelligently, and has an FTP plugin that allows you to read/write directly from/to an FTP/SFTP server... and it has a lot of other plugins for miscellaneous other cool things... |
10-15-2004, 08:10 PM | #3 (permalink) |
Crazy
Location: Ohio
|
Not made just for PHP, but I like Editplus. It will do syntax highlighting for PHP, Java, JSP, really anything, you can modify it for language. It's a free trial download and I think it's only 30 bucks to buy. I've used it mostly for Java, it's great for quick and dirty stuff. Also there is a spell checker plug in, that helps!
|
10-16-2004, 02:38 PM | #4 (permalink) | |
beauty in the breakdown
Location: Chapel Hill, NC
|
Quote:
__________________
"Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws." --Plato |
|
10-16-2004, 03:03 PM | #5 (permalink) |
strangelove
Location: ...more here than there...
|
UltraEdit's my editor of choice.
granted, I don't code much PHP ... but the bf does, and he loves it too
__________________
- + - ° GiRLie GeeK ° - + - ° 01110010011011110110111101110100001000000110110101100101 Therell be days/When Ill stray/I may appear to be/Constantly out of reach/I give in to sin/Because I like to practise what I preach
|
10-16-2004, 04:41 PM | #6 (permalink) | |
Junkie
Location: RI
|
Quote:
|
|
10-17-2004, 11:25 AM | #7 (permalink) |
Tilted
|
I use ConTEXT mainly as it supports pretty much ever language but have TextPad installed as well. I didn't like Dreamweaver at all, i just didn't get how it worked. It looked as if i'd just be typing out the code myself so i just did that in a normal text editor.
Don't forget about NotePad though. Handy little tool. |
10-17-2004, 12:12 PM | #8 (permalink) | |
Junkie
|
Quote:
|
|
10-17-2004, 01:29 PM | #9 (permalink) |
Tilted
|
Ok cool, thanks--I use Textpad right now, but I was thinking there might be a really well integrated editor that would be specifically designed with PHP in mind...I've heard of ultraedit and before and the others, so I'll go ahead and give them a go....However, I do got another question--how about a great HTML/website editor/creator? One I've seen recommended much is the Dreamweaver and Homesite ones....or is a text editor, such as textpad, really the best way to go on those?
|
10-18-2004, 07:48 AM | #10 (permalink) | |
Insane
|
Quote:
__________________
I know I was born and I know that I'll die, the inbetween is mine. |
|
10-18-2004, 08:15 AM | #11 (permalink) | |
beauty in the breakdown
Location: Chapel Hill, NC
|
Quote:
__________________
"Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws." --Plato |
|
10-18-2004, 03:11 PM | #12 (permalink) |
Insane
Location: Kansas City, MO
|
I'd have to say I really like GVim 6.3. It is very widely used for many types of coding, does syntax highlighting, and is very customizable. Best of all, it's free. I use Dreamweaver sometimes for fast FTP'ing, but I use GVim when I am about to do a lot of code without checking it for a while.
Herk
__________________
-Blind faith runs into things!- |
10-20-2004, 10:13 PM | #14 (permalink) |
Crazy
Location: here and there
|
ultra edit for quick touchups. i love the open from ftp and save to ftp functions, html tidy is sweet, and with the launchy extension you can view webpage source in it as well. I use kate under linux for similar types of things.
eclipse with the php plugin for big projects. i like eclipse because i can use one environment for php, perl, java, c, c++, plus there is a good regular expression evaluator and a very nice database interface plugin. |
10-22-2004, 12:31 PM | #15 (permalink) |
Upright
|
i've never used editplus, but i'm a fan of Crimson Editor,
http://www.crimsoneditor.com/ keyword highlighting, tabed files, so all the files you're working on are contained in the same application, etc.......
__________________
Quis custodiet ipsos custodes? |
10-22-2004, 09:27 PM | #16 (permalink) |
Upright
Location: Middle Tennessee, USA
|
I'm a Cooledit man, personally. It's minimal enough to stay out of my way, can open multiple files at once, and has good syntax highlighting.
__________________
The probability that someone is watching you is directly proportional to the stupidity of your actions. |
11-01-2004, 12:41 AM | #18 (permalink) |
Upright
|
I Like SciTE
SciTE is a editor for many different languages but it also includes PHP.
http://www.scintilla.org/SciTE.html |
11-13-2004, 08:47 AM | #24 (permalink) |
Insane
|
Syn
Syntax-Hilighting for any number of languages (with user-defined hilighting as well)... Tabbed Editing, Scriptable, etc Absolutely free and open-source.
__________________
"You looked at me as if I was eating runny eggs in slow motion." - Gord Downie of The Tragically Hip |
01-16-2005, 01:22 AM | #29 (permalink) |
Crazy
Location: San Diego, CA
|
At home I use Ultraedit for all my programming stuff, unless it's Windows programming in C++ or something... then I use Visual Studio.
At work I use vim, because I'm not paid to be productive, I'm paid to show up for 4 hours a day Yay for internships, where students aren't expected to do work quickly Vim will do syntax highlighting, it's just that... the learning curve is really, really steep, to say the least.
__________________
"Don't believe everything you read on the internet. Except this. Well, including this, I suppose." -- Douglas Adams |
01-16-2005, 01:29 AM | #30 (permalink) |
Junkie
Location: Florida
|
VIM!! Yes it's the learning curve is a little steep, but once you figure it out you can get around really fast. And it's universal--pretty much all Unix variants have had it for about forever, and there is a really nice Windows version too.
Newer versions do PHP indenting/syntax highlighting out of the box, but there's an improved indent plugin that works even better at http://www.vim.org/scripts/script.php?script_id=1120 |
01-29-2005, 10:31 PM | #31 (permalink) |
Upright
|
If you are doing any more than simple scripting, the debugging section of PHPEd can come in pretty useful. you can monitor variables as they initialise and step through.
I think you have to pay for it though: http://www.nusphere.com/ I'm still fond of good old var_dump for that purpose, but hey... |
Tags |
editor, php |
|
|