[PHP] Re: linux php editor

2005-06-06 Thread Manuel Lemos

Hello,

on 06/06/2005 04:41 PM Clive Zagno said the following:
what php GUI editors do you recommend. Ive used bluefish before, any 
other recommendations, thanks


Personally I just use Kate that comes with KDE, but it is just an editor 
with PHP syntax highlighting support.


Now, if you are looking for something more integrated with the PHP 
development with debugging support and other features, Zend Studio 4 may 
be a good investment. Here is an in depth review:


http://www.phpclasses.org/reviews/id/B0009JKH8M.html#review62

--

Regards,
Manuel Lemos

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/

Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: Linux PHP editor

2002-08-09 Thread richard . mail

JJ Harrison\ writes: 

 I just switched over to Red Hat Linux from Win2k... 
 
 Only to find my fav editor only works on windows systems... 
 
 could someone suggest a good replacement? 
 
 
 --
 JJ Harrison
 [EMAIL PROTECTED]
 www.tececo.com 
 
  
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php 
 

simply vi or vim of pico :)

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Re: Linux PHP editor

2002-08-09 Thread Negrea Mihai

try nedit from nedit.org
you can download the patterns from the site to do php syntax highlight..

I have combined it with cervisia from kde 3 and made it look smth like an IDE 
:) .. and I've been working 4-6 hours per day for about half an year with it 
with no problems.

I also have tried Quanta but it is too huge for nothing... but if you need 
syntax completion maybe you should take a look at it.

Good luck in your open source trip ;)

-- 
Negrea Mihai
web: http://www.negrea.net


On Friday 09 August 2002 02:11 pm, [EMAIL PROTECTED] wrote:
 JJ Harrison\ writes:
  I just switched over to Red Hat Linux from Win2k...
 
  Only to find my fav editor only works on windows systems...
 
  could someone suggest a good replacement?
 
 
  --
  JJ Harrison
  [EMAIL PROTECTED]
  www.tececo.com
 
 
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php

 simply vi or vim of pico :)



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Re: Linux PHP editor

2002-08-09 Thread John Wards

Try Zend studio if you have the mulla it rocks!

http://www.zend.com/store/products/zend-studio.php

John Wards
SportNetwork.net
- Original Message -
From: Negrea Mihai [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, August 09, 2002 12:21 PM
Subject: Re: [PHP] Re: Linux PHP editor


 try nedit from nedit.org
 you can download the patterns from the site to do php syntax highlight..

 I have combined it with cervisia from kde 3 and made it look smth like an
IDE
 :) .. and I've been working 4-6 hours per day for about half an year with
it
 with no problems.

 I also have tried Quanta but it is too huge for nothing... but if you need
 syntax completion maybe you should take a look at it.

 Good luck in your open source trip ;)

 --
 Negrea Mihai
 web: http://www.negrea.net


 On Friday 09 August 2002 02:11 pm, [EMAIL PROTECTED] wrote:
  JJ Harrison\ writes:
   I just switched over to Red Hat Linux from Win2k...
  
   Only to find my fav editor only works on windows systems...
  
   could someone suggest a good replacement?
  
  
   --
   JJ Harrison
   [EMAIL PROTECTED]
   www.tececo.com
  
  
  
   --
   PHP General Mailing List (http://www.php.net/)
   To unsubscribe, visit: http://www.php.net/unsub.php
 
  simply vi or vim of pico :)



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Re: Linux PHP editor

2002-08-09 Thread Negrea Mihai

On Friday 09 August 2002 02:29 pm, John Wards wrote:
 Try Zend studio if you have the mulla it rocks!

 http://www.zend.com/store/products/zend-studio.php

 John Wards
 SportNetwork.net

yeah.. and if you have 3-4 netscapes open and xmms for music, kmail for spams, 
mysql and apache locally you'll also have to buy a two GHertz Computer with 
only one of RAM ;)
i have tried zend also, but on my Intel PIII 750 with 256RAM was not worth.

anyway.. everybody takes what it needs.. so evaluate and choose!


-- 
Negrea Mihai
web: http://www.negrea.net

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: Linux PHP editor

2002-08-09 Thread Markus Jais

Jj Harrison\\ wrote:

 I just switched over to Red Hat Linux from Win2k...
 
 Only to find my fav editor only works on windows systems...
 
 could someone suggest a good replacement?
 
 
 --
 JJ Harrison
 [EMAIL PROTECTED]
 www.tececo.com


http://quanta.sf.net
(a html ide with php support, quite good, open source)

http://www.jedit.org
very powerful editor with support for many programming languages
open source, you need java to run it

and for course
http://www.xemacs.org
http://www.gvim.org

markus


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: Linux PHP editor

2002-08-09 Thread JJ Harrison\\

Thanks for all your responses...

I will begin checking them out.


--
JJ Harrison
[EMAIL PROTECTED]
www.tececo.com

Jj Harrison\ [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 I just switched over to Red Hat Linux from Win2k...

 Only to find my fav editor only works on windows systems...

 could someone suggest a good replacement?


 --
 JJ Harrison
 [EMAIL PROTECTED]
 www.tececo.com





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Re: Linux PHP editor

2002-08-09 Thread EdwardSPL

Is there a php editor for Win2k ?

Negrea Mihai wrote:

 try nedit from nedit.org
 you can download the patterns from the site to do php syntax highlight..

 I have combined it with cervisia from kde 3 and made it look smth like an IDE
 :) .. and I've been working 4-6 hours per day for about half an year with it
 with no problems.

 I also have tried Quanta but it is too huge for nothing... but if you need
 syntax completion maybe you should take a look at it.

 Good luck in your open source trip ;)

 --
 Negrea Mihai
 web: http://www.negrea.net

 On Friday 09 August 2002 02:11 pm, [EMAIL PROTECTED] wrote:
  JJ Harrison\ writes:
   I just switched over to Red Hat Linux from Win2k...
  
   Only to find my fav editor only works on windows systems...
  
   could someone suggest a good replacement?
  
  
   --
   JJ Harrison
   [EMAIL PROTECTED]
   www.tececo.com
  
  
  
   --
   PHP General Mailing List (http://www.php.net/)
   To unsubscribe, visit: http://www.php.net/unsub.php
 
  simply vi or vim of pico :)

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Re: Linux PHP editor

2002-08-09 Thread @ Edwin
I'm sure you can also use vim or jedit or Zend's mentioned earlier.

Or, visit this site for more: http://php.weblogs.com/editors

- E


Is there a php editor for Win2k ?





_
ウィルスメール、迷惑メール対策なら MSN Hotmail http://www.hotmail.com/JA


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Re: Linux PHP editor

2002-08-09 Thread Jason Reid

Yep. Theres several for windows.

I've used:

-PHP4EE
-Homesite
-Dreamweaver (MX version finally has syntax highlighting)
-Good old notepad
-PHP Coder Pro (What PHP4EE was based on)

Jason Reid
[EMAIL PROTECTED]
--
AC Host Canada
www.achost.ca

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, August 09, 2002 10:52 AM
Subject: Re: [PHP] Re: Linux PHP editor


 Is there a php editor for Win2k ?

 Negrea Mihai wrote:

  try nedit from nedit.org
  you can download the patterns from the site to do php syntax highlight..
 
  I have combined it with cervisia from kde 3 and made it look smth like
an IDE
  :) .. and I've been working 4-6 hours per day for about half an year
with it
  with no problems.
 
  I also have tried Quanta but it is too huge for nothing... but if you
need
  syntax completion maybe you should take a look at it.
 
  Good luck in your open source trip ;)
 
  --
  Negrea Mihai
  web: http://www.negrea.net
 
  On Friday 09 August 2002 02:11 pm, [EMAIL PROTECTED] wrote:
   JJ Harrison\ writes:
I just switched over to Red Hat Linux from Win2k...
   
Only to find my fav editor only works on windows systems...
   
could someone suggest a good replacement?
   
   
--
JJ Harrison
[EMAIL PROTECTED]
www.tececo.com
   
   
   
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
  
   simply vi or vim of pico :)
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Re: Linux PHP editor

2002-08-09 Thread Aaron Gould

You might want to check the archives.  This topic has been discussed
exhaustively many times...

To name a very small few:

HTML-Kit
Zend IDE
HomeSite
Dreamweaver
jEdit
... and many, many more.

--
Aaron Gould
[EMAIL PROTECTED]
Web Developer


- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, August 09, 2002 12:52 PM
Subject: Re: [PHP] Re: Linux PHP editor


 Is there a php editor for Win2k ?

 Negrea Mihai wrote:

  try nedit from nedit.org
  you can download the patterns from the site to do php syntax highlight..
 
  I have combined it with cervisia from kde 3 and made it look smth like
an IDE
  :) .. and I've been working 4-6 hours per day for about half an year
with it
  with no problems.
 
  I also have tried Quanta but it is too huge for nothing... but if you
need
  syntax completion maybe you should take a look at it.
 
  Good luck in your open source trip ;)
 
  --
  Negrea Mihai
  web: http://www.negrea.net
 
  On Friday 09 August 2002 02:11 pm, [EMAIL PROTECTED] wrote:
   JJ Harrison\ writes:
I just switched over to Red Hat Linux from Win2k...
   
Only to find my fav editor only works on windows systems...
   
could someone suggest a good replacement?
   
   
--
JJ Harrison
[EMAIL PROTECTED]
www.tececo.com
   
   
   
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
  
   simply vi or vim of pico :)
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php