Re: [PHP] looking for a PHP editor

2001-01-11 Thread Miles Thompson
Hi Brian, Yes, I agree. Early on in using PHP I was working with someone else's code, and kept encountering the infamous condition test followed by straight HTML scenario, like so: if( this == true){?> followed by some HTML and more HTML, often quite a bit, sometimes 30-40 lines maybe with

Re: [PHP] looking for a PHP editor

2001-01-11 Thread Alexander Wagner
Toby Butzon wrote: > Come on... mixing PHP and HTML in the same file isn't bad > style... in fact it can make things easier to read, if you > do it right. > > This is one of PHP's biggest features... otherwise we'd just > have another Perl... > > my .02... There are more differences between P

Re: [PHP] looking for a PHP editor

2001-01-11 Thread Meir Kriheli - MKsoft
> hi.. > > ..i am curious if theres anny linux (x, KDE, Gnome) php editor with syntax > highliting and this things... > > markus > You can also try quanta+ for the KDE desktop, http://quanta.sourceforge.net Meir Kriheli MKsoft computer systems 'There's someone in my head but it's not me" - P

Re: [PHP] looking for a PHP editor

2001-01-10 Thread Brian Clark
(BC == "Brian Clark") [EMAIL PROTECTED] writes: BC> Likewise, if you get into the habit of doing or ?> tandem, your worries will soon disappear. P.S. a decent editor that has *good* syntax highlighting (Ie. different schemes for HTML, JavaScript and PHP highlighting in the same document) help

Re: [PHP] looking for a PHP editor

2001-01-10 Thread Brian Clark
Hello Miles, (MT == "Miles Thompson") [EMAIL PROTECTED] writes: MT> When I turn PHP on and off I tend to have "OOPS" scenarios, and MT> have to go searching for the previous "?>" or " or ?> Miles -Brian -- Don't try to be like Jackie. There is only one Jackie. Study computers instead. -- Ja

Re: [PHP] looking for a PHP editor

2001-01-10 Thread Miles Thompson
Actually, the pages I've been working on lately have been so code-intensive I've found it easier to echo/print the HTML, especially as not that much has been generated. When I turn PHP on and off I tend to have "OOPS" scenarios, and have to go searching for the previous "?>" or "Hello Alexande

Re: [PHP] looking for a PHP editor

2001-01-10 Thread Brian Clark
Hello Alexander, (AW == "Alexander Wagner") [EMAIL PROTECTED] writes: >> Mmmmfff... ultraedit's wordlist file still lacks the color of >> allaire's homesite - it does detect which parts of the .php file >> are HTML and what parts of the file are PHP code, and colours >> syntax very well...

Re: [PHP] looking for a PHP editor

2001-01-10 Thread Toby Butzon
nder Wagner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 10, 2001 6:04 PM Subject: Re: [PHP] looking for a PHP editor > Alexander Wagner wrote: > > Who needs that? Nesting PHP in HTML is bad style, IMHO. > > Just because it is poss

Re: [PHP] looking for a PHP editor

2001-01-10 Thread Alexander Wagner
Alexander Wagner wrote: > Who needs that? Nesting PHP in HTML is bad style, IMHO. > Just because it is possible, ... is no reason to do it, I wanted to say. *whistle* Wagner -- Sanity is calming, but madness is more interesting. -- PHP General Mailing List (http://www.php.net/) To unsubscrib

Re: [PHP] looking for a PHP editor

2001-01-10 Thread Alexander Wagner
MR wrote: > Mmmmfff... ultraedit's wordlist file still lacks the color of > allaire's homesite - it does detect which parts of the .php file are > HTML and what parts of the file are PHP code, and colours syntax very > well... Who needs that? Nesting PHP in HTML is bad style, IMHO. Just becau

RE: [PHP] looking for a PHP editor

2001-01-10 Thread MR
defender of the protocol ... > the specialized editors for php are bs, you don't need an IDE to script > your web page or anything else for that matter > > http://www.ultraedit.com > > go get a copy of UltraEdit, download the wordfile for php syntax so it > highlights properly, and you're set > >

Re: [PHP] looking for a PHP editor

2001-01-10 Thread JB
:47 PM Subject: RE: [PHP] looking for a PHP editor > I mailed the author of UltraEdit, and he responded within 10 > minutes, so I'm forwarding the reply. It turns out you _can_ > actually make use of a version control system from within UE: > > >There is a link on our Products page

RE: [PHP] looking for a PHP editor

2001-01-10 Thread Webintellects Tech Support
php syntax to my wordfile(link below) > -Original Message- > From: defender of the protocol [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 10, 2001 5:35 AM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] looking for a PHP editor > > > the specialized editors for php are bs, you

RE: [PHP] looking for a PHP editor

2001-01-10 Thread Cynic
I mailed the author of UltraEdit, and he responded within 10 minutes, so I'm forwarding the reply. It turns out you _can_ actually make use of a version control system from within UE: >There is a link on our Products page to Component Software's >RCS version control software - http://www.idmcom

RE: [PHP] looking for a PHP editor

2001-01-10 Thread jeremy brand
> Now only if a php-tidy existed ... Agreed. I've often thought about hacking 'indent' to recognice PHP syntax, but I never get around to it. Does anyone know if someone has done this already? Jeremy Jeremy Brand :: Sr. Software Engineer :: 408-245-9058 :: [EMAIL PROTECTED] http://www.JeremyB

RE: [PHP] looking for a PHP editor

2001-01-10 Thread Cynic
you can surely use CVS or VSS or RCS or something like that. the point here is whether you can use such a system from an editor seamlessly, which you can't in the case of UltraEdit, but can with HomeSite. At 19:32 10.1. 2001, Miles Thompson wrote the following:

RE: [PHP] looking for a PHP editor

2001-01-10 Thread Philip Olson
Agreed on the annoying homesite bugs, like with FTP. UltraEdit is nice too, haven't spent enough time with it. Now only if a php-tidy existed ... Philip On Wed, 10 Jan 2001, Cynic wrote: > agreed, 4.5.2 still contains pretty old bugs. > UltraEdit is bugfree (at least I haven't encountered an

RE: [PHP] looking for a PHP editor

2001-01-10 Thread Miles Thompson
Cynic, I've never used version control -- other than saving as draft1, draft2, draft3 -- and there have been days I've wanted draft2.5. Is this something integral to the editor, or would a tool like CVS work? Versioning would be *good*. Miles At 07:26 PM 01/10/2001 +0100, Cynic wrote: >agree

RE: [PHP] looking for a PHP editor

2001-01-10 Thread Boget, Chris
> agreed, 4.5.2 still contains pretty old bugs. > UltraEdit is bugfree (at least I haven't encountered any), has > project management capabilities (but cannot make use of a > version control system, AFAIK). And that is definitely the most important feature I need, unfortunately... Chris

RE: [PHP] looking for a PHP editor

2001-01-10 Thread Cynic
agreed, 4.5.2 still contains pretty old bugs. UltraEdit is bugfree (at least I haven't encountered any), has project management capabilities (but cannot make use of a version control system, AFAIK). At 18:59 10.1. 2001, Boget, Chris wrote the following: -

Re: [PHP] looking for a PHP editor

2001-01-10 Thread Egan
On Wed, 10 Jan 2001 17:54:07 + (GMT), Philip Olson <[EMAIL PROTECTED]> wrote: >> >Personally, my team and I use HomeSite 4.5.x from Allaire. >> >> You did not mention the price (compared to HoTMetaL at $70). > >my two cents on price. who cares! >philip No need to get ballistic. I just wa

RE: [PHP] looking for a PHP editor

2001-01-10 Thread Boget, Chris
> > >Personally, my team and I use HomeSite 4.5.x from Allaire. > > You did not mention the price (compared to HoTMetaL at $70). > my two cents on price. who cares! if an editor makes one > happy then pay as much as it takes to get it. consider how many > hours are spent with the editor. 18

Re: [PHP] looking for a PHP editor

2001-01-10 Thread Philip Olson
> >Personally, my team and I use HomeSite 4.5.x from Allaire. > > You did not mention the price (compared to HoTMetaL at $70). my two cents on price. who cares! if an editor makes one happy then pay as much as it takes to get it. consider how many hours are spent with the editor. 18 hours a

Re: [PHP] looking for a PHP editor

2001-01-10 Thread Egan
On Wed, 10 Jan 2001 09:58:34 -0700, "Wacks, David" <[EMAIL PROTECTED]> wrote: >Personally, my team and I use HomeSite 4.5.x from Allaire. You did not mention the price (compared to HoTMetaL at $70). Egan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTE

RE: [PHP] looking for a PHP editor

2001-01-10 Thread Cal Evans
D] Subject: RE: [PHP] looking for a PHP editor Personally, my team and I use HomeSite 4.5.x from Allaire. It is PHP aware and there are extensions you can add to allow PHP expression building. I have used it for a coupe of years and fills my text building personality as well as the graphical GUI

RE: [PHP] looking for a PHP editor

2001-01-10 Thread Wacks, David
DreamWeaver (DW), it usually comes as a freebie. --Dave -Original Message- From: Egan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 10, 2001 9:54 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] looking for a PHP editor On Wed, 10 Jan 2001 10:50:40 -0400, Miles Thompson <[EMAIL PROTEC

Re: [PHP] looking for a PHP editor

2001-01-10 Thread Christian Reiniger
On Wednesday 10 January 2001 15:50, Miles Thompson wrote: > you use because you know how it behaves. For a Windows environment I'll > endorse jeremy's recommendation of Ultraedit -- my hammer of choice. It seconded. > For Linx, etc.? I don't have a hammer yet. I feel obligated to use VIM, My p

Re: [PHP] looking for a PHP editor

2001-01-10 Thread Egan
On Wed, 10 Jan 2001 10:50:40 -0400, Miles Thompson <[EMAIL PROTECTED]> wrote: > For a Windows environment I'll endorse jeremy's recommendation > of Ultraedit -- my hammer of choice. Am I the only one using HoTMetal Pro 6.0 on Windows? Its PHP support has a very annoying bug when it encounters e

Re: [PHP] looking for a PHP editor

2001-01-10 Thread Matthew Mundy
e protocol" <[EMAIL PROTECTED]>; > <[EMAIL PROTECTED]> > Sent: Wednesday, January 10, 2001 9:50 AM > Subject: Re: [PHP] looking for a PHP editor > > > > Editors are like hammers - once you get used to one, well that's what you > > use because you know h

Re: [PHP] looking for a PHP editor

2001-01-10 Thread Alexander Wagner
Toby Miller wrote: > As far as Linux goes, Jedit is the only editor I've been able to find that > compares against something like Textpad or UltraEdit. It should be stated here that vi (vim, gvim) and emacs (xemacs) belong to a different class of editor. If you know how to handle them (which may

Re: [PHP] looking for a PHP editor

2001-01-10 Thread Toby Miller
of the protocol" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, January 10, 2001 9:50 AM Subject: Re: [PHP] looking for a PHP editor > Editors are like hammers - once you get used to one, well that's what you > use because you know how it behaves. For a Win

Re: [PHP] looking for a PHP editor

2001-01-10 Thread Miles Thompson
Editors are like hammers - once you get used to one, well that's what you use because you know how it behaves. For a Windows environment I'll endorse jeremy's recommendation of Ultraedit -- my hammer of choice. It offers some neat features: tons of macros and word files for various languages,

Re: [PHP] looking for a PHP editor

2001-01-10 Thread Alexander Wagner
Markus H. Maussner wrote: > ...i am curious if theres anny linux (x, KDE, Gnome) php editor with syntax > highliting and this things... emacs and xemacs shouldn't be forgotten here. Wagner -- One maniac alone can do what 20 together cannot -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] looking for a PHP editor

2001-01-10 Thread William Bailey
Try Nedit. http://www.nedit.org On 2001.01.10 13:50:53 + Markus H. Maussner wrote: > hi.. > > ..i am curious if theres anny linux (x, KDE, Gnome) php editor with > syntax > highliting and this things... > > markus > > > -- > PHP General Mailing List (http://www.php.net/) > To un

Re: [PHP] looking for a PHP editor

2001-01-10 Thread Pavel Jartsev
"Markus H. Maussner" wrote: > > hi.. > > ..i am curious if theres anny linux (x, KDE, Gnome) php editor with syntax > highliting and this things... > bluefish is quite nice. http://bluefish.openoffice.nl/ -- Pavel a.k.a. Papi -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] looking for a PHP editor

2001-01-10 Thread Daniel Solin
One word: VIM !!! If you want an editor for X - use gvim. On Wed, Jan 10, 2001 at 02:50:53PM +0100, Markus H. Maussner wrote: > hi.. > > ..i am curious if theres anny linux (x, KDE, Gnome) php editor with syntax > highliting and this things... > > markus > > > -- > PHP General Mailing List

Re: [PHP] looking for a PHP editor

2001-01-10 Thread Markus H. Maussner
hi.. ..i am curious if theres anny linux (x, KDE, Gnome) php editor with syntax highliting and this things... markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrator

Re: [PHP] looking for a PHP editor

2001-01-10 Thread defender of the protocol
the specialized editors for php are bs, you don't need an IDE to script your web page or anything else for that matter http://www.ultraedit.com go get a copy of UltraEdit, download the wordfile for php syntax so it highlights properly, and you're set http://www.ultraedit.com/downloads/additio

Re: [PHP] looking for a PHP editor

2001-01-10 Thread Chris Hayes
> I went to their homepage, and couldn't find a link to download > the actual program, just some example stuff, and it says "coming > soon"... Is it out there somewhere and I'm just retarded, or are > you mob on a beta list or something??? www.codecharge.com/download Their homepage is sort of h

RE: [PHP] looking for a PHP editor

2001-01-09 Thread Jeffrey A. Stuart
2001 8:29 PM To: Jeffrey A. Stuart; Brad Hubbard; PHP is not a drug . Subject: Re: [PHP] looking for a PHP editor I went to their homepage, and couldn't find a link to download the actual program, just some example stuff, and it says "coming soon"... Is it out there somewhere and I

Re: [PHP] looking for a PHP editor

2001-01-09 Thread Josh G
ent: Wednesday, January 10, 2001 12:26 PM Subject: RE: [PHP] looking for a PHP editor > Nope! CodeCharge! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP] looking for a PHP editor

2001-01-09 Thread Jeffrey A. Stuart
] looking for a PHP editor > It's even better than sex... (Well... maybe LOL) I got it myself and have fallen in love with it in about 3 days! > What is it? HTML-Kit? Cheers, Brad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP] looking for a PHP editor

2001-01-09 Thread Brad Hubbard
> It's even better than sex... (Well... maybe LOL) I got it myself and have fallen in love with it in about 3 days! > What is it? HTML-Kit? Cheers, Brad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT