![]() |
![]() |
#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... ![]() |
![]() |
![]() |
#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!
|
![]() |
![]() |
#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 |
|
![]() |
![]() |
#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
|
![]() |
![]() |
#6 (permalink) | |
Junkie
Location: RI
|
Quote:
|
|
![]() |
![]() |
#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. |
![]() |
![]() |
#8 (permalink) | |
Junkie
|
Quote:
|
|
![]() |
![]() |
#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 (permalink) | |
Insane
|
Quote:
![]()
__________________
I know I was born and I know that I'll die, the inbetween is mine. |
|
![]() |
![]() |
#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 |
|
![]() |
![]() |
#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!- |
![]() |
![]() |
#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. |
![]() |
![]() |
#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? |
![]() |
![]() |
#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. |
![]() |
![]() |
#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 |
![]() |
![]() |
#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 |
![]() |
![]() |
#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 ![]() ![]()
__________________
"Don't believe everything you read on the internet. Except this. Well, including this, I suppose." -- Douglas Adams |
![]() |
![]() |
#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 |
![]() |
![]() |
#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 |
|
|