Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   Best PHP Editor? (https://thetfp.com/tfp/tilted-technology/72768-best-php-editor.html)

gaiden 10-15-2004 06:27 PM

Best PHP Editor?
 
Hello all, I'm starting out in PHP, and I'm wondering if there is a really good PHP editor out there that's either free or really cheap. Any suggestions?

TheAgent 10-15-2004 07:32 PM

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... :)

bitrunner 10-15-2004 08:10 PM

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!

sailor 10-16-2004 02:38 PM

Quote:

Originally Posted by bitrunner
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!

Along a similar vein, I use TextPad. I downloaded a syntax file for it, and everything is good. Not too fancy, but works damn well.

SiN 10-16-2004 03:03 PM

UltraEdit's my editor of choice.

granted, I don't code much PHP ... but the bf does, and he loves it too :)

Fallon 10-16-2004 04:41 PM

Quote:

Originally Posted by TheAgent
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... :)

Nice, I'm gonna hafta try this out now. I love the ability to ftp it right off the site and into the editor but I dislike you can't do that for other languages with dreamweaver.

DarkPho 10-17-2004 11:25 AM

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.

SinisterMotives 10-17-2004 12:12 PM

Quote:

Originally Posted by SiN
UltraEdit's my editor of choice.

granted, I don't code much PHP ... but the bf does, and he loves it too :)

I use UltraEdit for everything. The latest version is kinda glitchy though. It can't seem to indent closing curly brackets correctly, which is a pain.

gaiden 10-17-2004 01:29 PM

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?

silver26 10-18-2004 07:48 AM

Quote:

Originally Posted by bitrunner
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!

I second EditPlus. :thumbsup:

sailor 10-18-2004 08:15 AM

Quote:

Originally Posted by gaiden
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?

Homesite is nothing more than a glorified text editor (it does a good job, though). I still use TextPad to do websites, too :)

Herk 10-18-2004 03:11 PM

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

eanda9001 10-20-2004 09:47 AM

Zend is good if you like bells and whistles. I actually bought it for my development team and was very happy. The remote step debugging is good.

theFez 10-20-2004 10:13 PM

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.

mjw 10-22-2004 12:31 PM

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.......

someguy42 10-22-2004 09:27 PM

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.

tropi 10-27-2004 08:19 AM

I just wanted to say thanks for all of the suggestions here. I'd just been using a dorky text editor for years and forgot how nice syntax highlighting was until I got back into C#. *sigh*

nikon23777 11-01-2004 12:41 AM

I Like SciTE
 
SciTE is a editor for many different languages but it also includes PHP.

http://www.scintilla.org/SciTE.html

joemc91 11-10-2004 06:23 PM

Emacs for when I'm using SSH, which is pretty much the only way I currently work on my website. But for working on my own computer, Editplus.

gh0ti 11-11-2004 07:41 AM

Im a big fan of Homesite, yes its a glorified text editor, but it has a lot of features that make coding easier. I use it for ASP, but it can be used for PHP as well. The built in FTP client makes your life so much easier once you get used to it.

tinomen 11-11-2004 09:09 AM

Im fond of HTML-Kit.

I am playing with TruStudio.

Fahim 11-11-2004 04:15 PM

I like Komodo for PHP editing because of all the debugging features it offers and the fact that I can usually run bits of code in the editor itself to test things out.

No1 11-13-2004 08:19 AM

I use to use UltaEdit in the past but then I found Zend and never looked back.

trache 11-13-2004 08:47 AM

Syn

Syntax-Hilighting for any number of languages (with user-defined hilighting as well)... Tabbed Editing, Scriptable, etc Absolutely free and open-source.

pixelbend 11-17-2004 06:04 AM

On a Mac, BBEdit is hard to beat.

insidious_machinae 12-16-2004 04:37 PM

PrimalScript

jaypc2 12-18-2004 08:08 PM

Dreamweaver MX is my program of choice. Once you really learn how to use it the power and functionality of it is amazing

That_Other_Guy 12-23-2004 05:55 PM

Notepad2
Its small and has highlight features.

Rangsk 01-16-2005 01:22 AM

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.

irseg 01-16-2005 01:29 AM

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

quannum 01-29-2005 10:31 PM

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...


All times are GMT -8. The time now is 10:55 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360