Re: [PHP] Text Editor for Windows?

2007-02-16 Thread Sady Marcos
PDT - PHP Eclipse -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Text Editor for Windows?

2007-02-15 Thread Kai
[snip] I am finding that notepad is lacking when correcting syntax errors in my php code. No line numbers. What can people recommend for use under Windows? [/snip] Zend Studio :-) ...but it's not for free. Check out the trial version. -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Text Editor for Windows?

2007-02-08 Thread Andrei
Lots of ppl would tell u lots of different php editors. I personally use editplus2 bcuz it's very light and has syntax hightlighting on php code and html code in same time and other bla bla features. And I use it on linux too with wine. But anyway you will have to try them yourself to

Re: [PHP] Text Editor for Windows?

2007-02-08 Thread Alexandre B.
u can try PSPad, a freeware code editor (kind of ultraedit but free) http://www.pspad.com/ ALexandre B On 2/8/07, Andrei [EMAIL PROTECTED] wrote: Lots of ppl would tell u lots of different php editors. I personally use editplus2 bcuz it's very light and has syntax hightlighting on php

Re: [PHP] Text Editor for Windows?

2007-02-08 Thread Brice
On 2/8/07, Stephen [EMAIL PROTECTED] wrote: I am finding that notepad is lacking when correcting syntax errors in my php code. No line numbers. What can people recommend for use under Windows? Try notepad++. It's a great software, specially when you code with many languages :

Re: [PHP] Text Editor for Windows?

2007-02-08 Thread Juan Felipe Alvarez Saldarriaga
Stephen wrote: I am finding that notepad is lacking when correcting syntax errors in my php code. No line numbers. What can people recommend for use under Windows? Thanks Stephen Hey, well, actually I use gVim on windows + WinSCP :)

Re: [PHP] Text Editor for Windows?

2007-02-08 Thread Myron Turner
Stephen wrote: I am finding that notepad is lacking when correcting syntax errors in my php code. No line numbers. What can people recommend for use under Windows? Thanks Stephen I've recommended this before, Programmer's File Editor. I never leave home without it and have been using

RE: [PHP] Text Editor for Windows?

2007-02-08 Thread Jay Blanchard
[snip] I am finding that notepad is lacking when correcting syntax errors in my php code. No line numbers. What can people recommend for use under Windows? [/snip] Notepad++ and it is free -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Text Editor for Windows?

2007-02-08 Thread Silent1
Another vote for gvim, with vim7's php omni-completion really becomes a great editor for php. On 2/7/07, Stephen [EMAIL PROTECTED] wrote: I am finding that notepad is lacking when correcting syntax errors in my php code. No line numbers. What can people recommend for use under Windows?

Re: [PHP] Text Editor for Windows?

2007-02-08 Thread tg-php
Lots of good recommendations have been made.. I just wanted to toss one more into the mix. It hasn't been updated in years, but does a fantastic job, and so far I havn't been lured by Notepad++ or any of the others enough (even after trying them) to switch. Check out Crimson Editor when you

Re: [PHP] Text Editor for Windows?

2007-02-07 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2007-02-07 20:49:13 -0500: I am finding that notepad is lacking when correcting syntax errors in my php code. No line numbers. What can people recommend for use under Windows? gvim.exe -- How many Vietnam vets does it take to screw in a light bulb? You don't know,

RE: [PHP] Text Editor for Windows?

2007-02-07 Thread Warren Vail
I've Been using htmlkit for quite a few years now. I don't like it correcting my text on the fly (interrupts my train of thought), but it will highlight in color what type of text it thinks it is. For example when I start typing in a function name, it will change the color when what I have typed

Re: [PHP] Text Editor for Windows?

2007-02-07 Thread Ryan Fielding
Stephen wrote: I am finding that notepad is lacking when correcting syntax errors in my php code. No line numbers. What can people recommend for use under Windows? Thanks Stephen I like UltraEdit. Has everything i need and then some. syntax Highlighting, code folding, variable completion

Re: [PHP] Text Editor for Windows?

2007-02-07 Thread J R
if you want a very lightweight use notepad2[1] i use php eclipse though :) [1] http://www.flos-freeware.ch/notepad2.html On 2/8/07, Ryan Fielding [EMAIL PROTECTED] wrote: Stephen wrote: I am finding that notepad is lacking when correcting syntax errors in my php code. No line numbers.