[PHP] Re: PHP editor for linux

2008-08-25 Thread Swapnil Jain

Hi,

I use gPHPEdit and bluefish, it makes PHP easy.


--
Swapnil Jain
--
E-mail: [EMAIL PROTECTED]
MSN   : [EMAIL PROTECTED]
GTalk : [EMAIL PROTECTED]
Skype : sj1410
YIM   : sj1410




Shawn McKenzie wrote:

It flance wrote:

Hi,

What do you think is the best php editor for linux.

I'm using the Debian distribution.

Thanks


 


I use Aptana which is based on eclipse and has built-in HTML/JS/PHP?SVN 
stuff.  Also a cool plugin that lets you easily develop for the iPhone 
and preview it.


-Shawn


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



Re: [PHP] Re: PHP editor for linux

2008-08-25 Thread Shelley
Check the result at http://phparch.cn.

And you are encouraged to make your choice.


2008/8/19 Pavel [EMAIL PROTECTED]

 I use Zend Studio (shareware, but i couldn't find better things). There are
 some plugins for Eclipse,but if you used Zend before, you will be cunfused
 by
 that plugins...

 P.S. Sorry for my English...


 --
 ===
 С уважением, Манылов Павел aka [R-k]
 icq: 949-388-0
 mailto:[EMAIL PROTECTED]
 ===
 А ещё говорят так:
 В каждом толстом человеке сидит худой и требует, чтобы его выпустили.
-- Сирил Коннолли
 [fortune]




-- 
With best regards,
Shelley Shyan
http://phparch.cn


Re: [PHP] Re: PHP editor for linux

2008-08-19 Thread Pavel
I use Zend Studio (shareware, but i couldn't find better things). There are 
some plugins for Eclipse,but if you used Zend before, you will be cunfused by 
that plugins...

P.S. Sorry for my English...


-- 
===
С уважением, Манылов Павел aka [R-k]
icq: 949-388-0
mailto:[EMAIL PROTECTED]
===
А ещё говорят так:
В каждом толстом человеке сидит худой и требует, чтобы его выпустили.
-- Сирил Коннолли
[fortune]


[PHP] Re: PHP editor for linux

2008-08-18 Thread Carlos Medina

It flance schrieb:

Hi,

What do you think is the best php editor for linux.

I'm using the Debian distribution.

Thanks


  


Hi it´s allways the same: What for Editor are you using? and blah.
Please this dicussion is old and not funny anymore (i think ). The
Developer which vi or nano  on debian to can be a good programmer too.

Regards

Carlos Medina

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



Re: [PHP] Re: PHP editor for linux

2008-08-18 Thread Ashley Sheridan
To  be honest, I've always favoured KATE. It's just a plain old text
editor with syntax highlighting for most languages. There are plugins
for Eclipse which let you edit PHP code, so yu could start looking in
that direction. Oh, and it should never really matter what distro you
use. You can install any program if you have the source and are willing
to compile it yourself, which isn't as daunting as it sounds! I use
Fedora and Suse interchangeably, and have had no trouble installing what
I need on either.


Ash
www.ashleysheridan.co.uk
---BeginMessage---

It flance schrieb:

Hi,

What do you think is the best php editor for linux.

I'm using the Debian distribution.

Thanks


  


Hi it´s allways the same: What for Editor are you using? and blah.
Please this dicussion is old and not funny anymore (i think ). The
Developer which vi or nano  on debian to can be a good programmer too.

Regards

Carlos Medina

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

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

Re: [PHP] Re: PHP editor for linux

2008-08-18 Thread Aschwin Wesselius

Carlos Medina wrote:

It flance schrieb:

Hi,

What do you think is the best php editor for linux.

I'm using the Debian distribution.

Thanks


 

Hi it´s allways the same: What for Editor are you using? and blah.
Please this dicussion is old and not funny anymore (i think ). The
Developer which vi or nano  on debian to can be a good programmer too.

Regards

Carlos Medina


Hi,

It always comes down to what someone prefers to be useful. On the other 
hand, some people can point out quirks in some tools so you don't have 
to bother trying it out. A lot of people say Vi is a very good editor, 
but it takes a long time to get used to it.


Other editors have the also cons and pro's etc. But some editors are 
plain out not useful for programming. It is good to notice so you don't 
have to install all the thousands of editors out there. If somebody on 
this list already has tried the software and has arguments against it, 
fine let them speak out.


But I do feel much against a 'my editor, my framework, my blah is better 
than yours' flamewar discussion for the next 3 weeks. So I think I get 
your point.


--

Aschwin Wesselius

'What you would like to be done to you, do that to the other'


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



Re: [PHP] Re: PHP editor for linux

2008-08-16 Thread Richard Heyes
pico :-)
  
   ed baby; its all about ed!
 
  hexedit /dev/sda1

I do seriously use pico. My editing needs on Linux are small, via a
puTTY window and pico is the most like a Windows editor that I've used
(compared to vi say with its command/edit modes). I've used it for
years, am very comfortable with it (you might say blinkered to it...),
and do not see a need to make a switch to something more powerful or
versatile.

-- 
Richard Heyes
http://www.phpguru.org

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



Re: [PHP] Re: PHP editor for linux

2008-08-16 Thread Brice
On Fri, Aug 15, 2008 at 5:11 PM, Shawn McKenzie [EMAIL PROTECTED]wrote:

 It flance wrote:

 Hi,

 What do you think is the best php editor for linux.

 I'm using the Debian distribution.

 Thanks





 I use Aptana which is based on eclipse and has built-in HTML/JS/PHP?SVN
 stuff.  Also a cool plugin that lets you easily develop for the iPhone and
 preview it.


Aptana is very good. I use it in addition to Eclipse PDT. Aptana brings
html, css and ftp features.

Brice


 -Shawn


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




[PHP] Re: PHP editor for linux

2008-08-15 Thread Shawn McKenzie

It flance wrote:

Hi,

What do you think is the best php editor for linux.

I'm using the Debian distribution.

Thanks


  



I use Aptana which is based on eclipse and has built-in HTML/JS/PHP?SVN 
stuff.  Also a cool plugin that lets you easily develop for the iPhone 
and preview it.


-Shawn

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



Re: [PHP] Re: PHP editor for linux

2008-08-15 Thread Richard Heyes
 What do you think is the best php editor for linux.

pico :-)

-- 
Richard Heyes
http://www.phpguru.org

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



Re: [PHP] Re: PHP editor for linux

2008-08-15 Thread Nathan Nobbe
On Fri, Aug 15, 2008 at 10:40 AM, Richard Heyes [EMAIL PROTECTED] wrote:

  What do you think is the best php editor for linux.

 pico :-)


ed baby; its all about ed!

-nathan


Re: [PHP] Re: PHP editor for linux

2008-08-15 Thread Robert Cummings
On Fri, 2008-08-15 at 10:43 -0600, Nathan Nobbe wrote:
 On Fri, Aug 15, 2008 at 10:40 AM, Richard Heyes [EMAIL PROTECTED] wrote:
 
   What do you think is the best php editor for linux.
 
  pico :-)
 
 
 ed baby; its all about ed!

hexedit /dev/sda1

;)

Cheers,
Rob.
-- 
http://www.interjinn.com
Application and Templating Framework for PHP


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



Re: [PHP] Re: PHP editor for linux

2008-08-15 Thread Davi Vidal
Em Friday 15 August 2008, Robert Cummings escreveu:
 On Fri, 2008-08-15 at 10:43 -0600, Nathan Nobbe wrote:
  On Fri, Aug 15, 2008 at 10:40 AM, Richard Heyes [EMAIL PROTECTED] wrote:
What do you think is the best php editor for linux.
  
   pico :-)
 
  ed baby; its all about ed!

 hexedit /dev/sda1

 ;)


Butterflies. :-)

http://xkcd.com/378/

-- 
Davi Vidal
--
E-mail: [EMAIL PROTECTED]
MSN   : [EMAIL PROTECTED]
GTalk : [EMAIL PROTECTED]
Skype : davi vidal
YIM   : davi_vidal
ICQ   : 138815296

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



Re: [PHP] Re: PHP editor for linux

2008-08-15 Thread Robert Cummings
On Fri, 2008-08-15 at 14:06 -0300, Davi Vidal wrote:
 Em Friday 15 August 2008, Robert Cummings escreveu:
  On Fri, 2008-08-15 at 10:43 -0600, Nathan Nobbe wrote:
   On Fri, Aug 15, 2008 at 10:40 AM, Richard Heyes [EMAIL PROTECTED] wrote:
 What do you think is the best php editor for linux.
   
pico :-)
  
   ed baby; its all about ed!
 
  hexedit /dev/sda1
 
  ;)
 
 
 Butterflies. :-)
 
 http://xkcd.com/378/


That's great... I love those cartoons.

Cheers,
Rob.
-- 
http://www.interjinn.com
Application and Templating Framework for PHP


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



RE: [PHP] Re: PHP editor for linux

2008-08-15 Thread Boyd, Todd M.
 -Original Message-

 From: Davi Vidal [mailto:[EMAIL PROTECTED]

 Sent: Friday, August 15, 2008 12:07 PM

 To: php-general@lists.php.net

 Subject: Re: [PHP] Re: PHP editor for linux

 

 Em Friday 15 August 2008, Robert Cummings escreveu:

  On Fri, 2008-08-15 at 10:43 -0600, Nathan Nobbe wrote:

   On Fri, Aug 15, 2008 at 10:40 AM, Richard Heyes [EMAIL PROTECTED]

 wrote:

 What do you think is the best php editor for linux.

   

pico :-)

  

   ed baby; its all about ed!

 

  hexedit /dev/sda1

 

  ;)

 

 

 Butterflies. :-)

 

 http://xkcd.com/378/

 

Haha! Yes! That is one of my favorite XKCD strips. Kudos, my friend.

For those of you who are unfamiliar--give it a click. You won't be
sorry.

 

 

Todd Boyd

Web Programmer

 

 

 

 



[PHP] Re: PHP editor for linux

2008-08-14 Thread Colin Guthrie

Eric Butera wrote:

Eclipse with PDT.

http://www.zend.com/en/community/pdt#all


As much as I hate +1 emails, this is a good options... Good subversion 
integration too if that floats your boat.


Col



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



Re: [PHP] Re: PHP editor for linux

2008-08-14 Thread Eric Butera
On Thu, Aug 14, 2008 at 1:36 PM, Colin Guthrie [EMAIL PROTECTED] wrote:
 As much as I hate +1 emails, this is a good options... Good subversion
 integration too if that floats your boat.

 Col


+1 for subclipse!  ;D

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