Re: [PHP] PHP editor for linux

2008-08-27 Thread Shelley
Yes, it's quite nice actually. I used it once.
And I am using vim on Linux platform now.
I am feeling quite easy with it.

Maybe you have noticed the survey I made on http://phparch.cn.
A lot of people just look at the result. I really want people to choose
their option first.
Because that's helpful for future visitors.
Anyway, everybody is free to make his own choice.


On Tue, Aug 26, 2008 at 10:26 PM, Carlos Medina [EMAIL PROTECTED]wrote:

 Thodoris schrieb:


 O/H It flance ??:

 Hi,

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

 I'm using the Debian distribution.

 Thanks





 I surprisingly use PSPad editor which is quite neat solution and support
 some basic regexps.

 http://www.pspad.com/

 I think I'll probably move to vim since nothing seems more powerful but
 yet so nerdish.

 It was nice talking for this all boring, again-and-again issue because I
 got some very good ideas and I will totally try eclipse.

  Hi,
 PHPed is nice

 Regards

 Carlos


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




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


Re: [PHP] PHP editor for linux

2008-08-26 Thread Thodoris


O/H It flance ??:

Hi,

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

I'm using the Debian distribution.

Thanks


  



  
I surprisingly use PSPad editor which is quite neat solution and support 
some basic regexps.


http://www.pspad.com/

I think I'll probably move to vim since nothing seems more powerful but 
yet so nerdish.


It was nice talking for this all boring, again-and-again issue because I 
got some very good ideas and I will totally try eclipse.


--
Thodoris


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



Re: [PHP] PHP editor for linux

2008-08-26 Thread Carlos Medina

Thodoris schrieb:


O/H It flance ??:

Hi,

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

I'm using the Debian distribution.

Thanks


 

  
I surprisingly use PSPad editor which is quite neat solution and support 
some basic regexps.


http://www.pspad.com/

I think I'll probably move to vim since nothing seems more powerful but 
yet so nerdish.


It was nice talking for this all boring, again-and-again issue because I 
got some very good ideas and I will totally try eclipse.



Hi,
PHPed is nice

Regards

Carlos

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



Re: [PHP] PHP editor for linux

2008-08-26 Thread Björn Bartels

hello...

i am using kde's 'quanta+' (os-x  opensuse).
it comes with most linux/kde distributions and
has an acceptable set of code-editing features (IMO ;) )


cheers
bb

Am 14.08.2008 um 19:05 schrieb It flance:


Hi,

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

I'm using the Debian distribution.

Thanks





--  
PHP General Mailing List (http://www.php.net/)

To unsubscribe, visit: http://www.php.net/unsub.php




[Björn Bartels   ]

[email :  [EMAIL PROTECTED] ]
[home  :   http://dragon-projects.de ]
[skype :  bb-drummer ]
[phone :++49 171 9606240 ]

[--- ]

Diese E-Mail könnte vertrauliche und/oder rechtlich geschützte  
Informationen enthalten. Wenn Sie nicht der richtige Adressat sind  
oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte  
sofort den Absender und vernichten Sie diese Mail. Das unerlaubte  
Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht  
gestattet.


This e-mail may contain confidential and/or privileged information.  
If you are not the intended recipient (or have received this e-mail  
in error) please notify the sender immediately and destroy this e- 
mail. Any unauthorised copying, disclosure or distribution of the  
material in this e-mail is strictly forbidden.


[--- ]










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



Re: [PHP] PHP editor for linux

2008-08-15 Thread Mario Guenterberg
On Thu, Aug 14, 2008 at 07:32:13PM -0400, Eric Butera wrote:
 What sort of plugins do you use with vim?  For a while I was
 interested with it after seeing some presentations on it.  I never
 could figure out how to get it to do code completion based on methods
 of a class, it sort of jumbled all of them from a project together.  I
 also felt like it was a bit clunky jumping between files.  Using MVC
 means at least 3 files per uri so that got to be very tedious for me
 jumping between so many different files.  Any tips there?
 
 One of my favorite parts of pdt is the fact that I can code complete
 any class in my current project or anything that I specify in my
 include path.  Also you can jump to the exact class/method by control
 clicking on it too which is a huge time saver.  Is there anything like
 this?

Hi

I use vim + some plugins and a custom configuration. It works fine
in cli and as vim-gtk under debian/ubuntu.

The Plugins are NERDTree, PDV and debugger. This and a little own
vimrc makes we wonder how powerfull vim is.

The vim installation is a standard apt-get install way installation.

You can open mutliple files with NERDTree if you use the the tab-key. 
It is easy to handle more than 3 files recently, but a bigger 
resolution on your desktop is needed ;-)

So i can coding some lines or files, press CTRL-L for syntax
checking and have a wonderfull customizable syntax highlightning.

The autocomplete function works also very well. I have downloaded
the php5 funclist from rasmus and extend it if needed. Variables and
contants defined in the file that i edit are also autocompleted.

Happy coding
Mario

-- 
-BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS/CM d- s++: a+ C$ UBL*$ P++ L+++ E--- W+++ N+ o-- K- w O- M-
V-- PS++ PE++ Y PGP+++ t--- 5 X R++ tv- b+++ DI D  G++ e* h
r+++ y
--END GEEK CODE BLOCK--

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



[PHP] PHP editor for linux

2008-08-14 Thread It flance
Hi,

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

I'm using the Debian distribution.

Thanks


  


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



Re: [PHP] PHP editor for linux

2008-08-14 Thread Dan Joseph
On Thu, Aug 14, 2008 at 1:05 PM, It flance [EMAIL PROTECTED] wrote:

 Hi,

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

 I'm using the Debian distribution.

 Thanks





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


You should search the archives, there are dozens of discussions on this one.

I think you'll find a lot of people recommend the Zend IDE, I personally use
PhpED, both are good.  Kate is pretty good if you don't want to buy anything
(apt-get install kate -- if its not there...)

-- 
-Dan Joseph

www.canishosting.com - Plans start @ $1.99/month.

Build a man a fire, and he will be warm for the rest of the day.
Light a man on fire, and will be warm for the rest of his life.


Re: [PHP] PHP editor for linux

2008-08-14 Thread Micah Gersten
I use Eclipse with PHPEclipse.  I think you have to install from source
to get PHPEclipse to work right.

Thank you,
Micah Gersten
onShore Networks
Internal Developer
http://www.onshore.com



It flance wrote:
 Hi,

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

 I'm using the Debian distribution.

 Thanks


   


   

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



Re: [PHP] PHP editor for linux

2008-08-14 Thread Eric Butera
On Thu, Aug 14, 2008 at 1:05 PM, It flance [EMAIL PROTECTED] wrote:
 Hi,

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

 I'm using the Debian distribution.

 Thanks





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



Eclipse with PDT.

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

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



RE: [PHP] PHP editor for linux

2008-08-14 Thread Boyd, Todd M.
 -Original Message-
 From: Micah Gersten [mailto:[EMAIL PROTECTED]
 Sent: Thursday, August 14, 2008 12:20 PM
 To: [EMAIL PROTECTED]
 Cc: php-general@lists.php.net
 Subject: Re: [PHP] PHP editor for linux
 
 I use Eclipse with PHPEclipse.  I think you have to install from
source
 to get PHPEclipse to work right.

---8--- snip

 It flance wrote:
  Hi,
 
  What do you think is the best php editor for linux.
 
  I'm using the Debian distribution.

Yep, PHPEclipse will be all sorts of fudged if you add it in
after-the-fact. I learned that the hard way. :(


Todd Boyd
Web Programmer




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



Re: [PHP] PHP editor for linux

2008-08-14 Thread Nathan Nobbe
On Thu, Aug 14, 2008 at 2:54 PM, Boyd, Todd M. [EMAIL PROTECTED] wrote:

  -Original Message-
  From: Micah Gersten [mailto:[EMAIL PROTECTED]
  Sent: Thursday, August 14, 2008 12:20 PM
  To: [EMAIL PROTECTED]
  Cc: php-general@lists.php.net
  Subject: Re: [PHP] PHP editor for linux
 
  I use Eclipse with PHPEclipse.  I think you have to install from
 source
  to get PHPEclipse to work right.

 ---8--- snip

  It flance wrote:
   Hi,
  
   What do you think is the best php editor for linux.
  
   I'm using the Debian distribution.

 Yep, PHPEclipse will be all sorts of fudged if you add it in
 after-the-fact. I learned that the hard way. :(


i used to use php-eclipse + subclipse all the time; i never had to 'install
from source' or had issues installing subclipse on top of php-eclipse...

just my 2c,

vim + cli + protoeditor(as needed)

-nathan


RE: [PHP] PHP editor for linux

2008-08-14 Thread Boyd, Todd M.
From: Nathan Nobbe [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 14, 2008 4:00 PM
To: Boyd, Todd M.
Cc: php-general@lists.php.net
Subject: Re: [PHP] PHP editor for linux

On Thu, Aug 14, 2008 at 2:54 PM, Boyd, Todd M. [EMAIL PROTECTED] wrote:
 -Original Message-
 From: Micah Gersten [mailto:[EMAIL PROTECTED]
 Sent: Thursday, August 14, 2008 12:20 PM
 To: [EMAIL PROTECTED]
 Cc: php-general@lists.php.net
 Subject: Re: [PHP] PHP editor for linux

 I use Eclipse with PHPEclipse.  I think you have to install from
source
 to get PHPEclipse to work right.
---8--- snip

 It flance wrote:
  Hi,
 
  What do you think is the best php editor for linux.
 
  I'm using the Debian distribution.
 Yep, PHPEclipse will be all sorts of fudged if you add it in
 after-the-fact. I learned that the hard way. :(

i used to use php-eclipse + subclipse all the time; i never had to 'install 
from source' or had issues installing subclipse on top of php-eclipse...

just my 2c,

vim + cli + protoeditor(as needed)

---

Ahh... but you're in Linux. I was referring to the Windows distribution of 
Eclipse. It's Java, so I guess it wouldn't matter... but when I installed 
PHPEclipse on top of Eclipse, it broke. Big-time.


Todd Boyd
Web Programmer





Re: [PHP] PHP editor for linux

2008-08-14 Thread Eric Butera
On Thu, Aug 14, 2008 at 4:59 PM, Nathan Nobbe [EMAIL PROTECTED] wrote:
 i used to use php-eclipse + subclipse all the time; i never had to 'install
 from source' or had issues installing subclipse on top of php-eclipse...

 just my 2c,

 vim + cli + protoeditor(as needed)

 -nathan


What sort of plugins do you use with vim?  For a while I was
interested with it after seeing some presentations on it.  I never
could figure out how to get it to do code completion based on methods
of a class, it sort of jumbled all of them from a project together.  I
also felt like it was a bit clunky jumping between files.  Using MVC
means at least 3 files per uri so that got to be very tedious for me
jumping between so many different files.  Any tips there?

One of my favorite parts of pdt is the fact that I can code complete
any class in my current project or anything that I specify in my
include path.  Also you can jump to the exact class/method by control
clicking on it too which is a huge time saver.  Is there anything like
this?

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



Re: [PHP] PHP editor for linux

2008-08-14 Thread Michael S. Dunsavage
On Thu, 2008-08-14 at 10:05 -0700, It flance wrote:
 Hi,
 
 What do you think is the best php editor for linux.
 
 I'm using the Debian distribution.
 
 Thanks
 
 
   
 
 

I use geany and Quantum
-- 
Michael S. Dunsavage


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



Re: [PHP] PHP editor for linux

2008-08-14 Thread Ross McKay
On Thu, 14 Aug 2008 23:46:05 -0400, Michael S. Dunsavage wrote:

I use geany and Quantum

+2 for geany (SWMBO uses it too). It's a good general-purpose text
editor and simplified IDE. Build it from SVN, as it has been moving
fairly quickly and distro packages often haven't kept up.
-- 
Ross McKay, Toronto, NSW Australia
Nobody ever rioted for austerity - George Monbiot

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



Re: [PHP] PHP editor for linux

2008-08-14 Thread Lester Caine

Boyd, Todd M. wrote:


i used to use php-eclipse + subclipse all the time; i never had to 'install 
from source' or had issues installing subclipse on top of php-eclipse...
---
Ahh... but you're in Linux. I was referring to the Windows distribution of 
Eclipse. It's Java, so I guess it wouldn't matter... but when I installed 
PHPEclipse on top of Eclipse, it broke. Big-time.


Depends on the Linux distribution.
I have matching copies of phpeclipse on my Windows and Mandriva Linux boxes. 
Mandriva had it in the distribution and I then updated via Eclipse without a 
problem.
It's nice to have a development environment that I don't have to think which 
machine I'm on - until it comes to a file path.


--
Lester Caine - G8HFL
-
Contact - http://lsces.co.uk/lsces/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk//
Firebird - http://www.firebirdsql.org/index.php

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



[PHP] PHP Editor for Linux

2001-03-30 Thread Martin Cabrera Diaubalick

Hi there!

I use bluefish for HTML and PHP coding, but I'm not too happy with it. Do
you know a good PHP Editor for Linux, besides Emacs and xjed...?



TIA




-- 
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] PHP Editor for Linux

2001-03-30 Thread Michael Champagne

What about the greatness of VIM?

 Hi there!

 I use bluefish for HTML and PHP coding, but I'm not too happy with it. Do
 you know a good PHP Editor for Linux, besides Emacs and xjed...?



 TIA






-- 
Michael Champagne, Software Engineer
Capital Institutional Services, Inc.
wk: [EMAIL PROTECTED]
hm: [EMAIL PROTECTED]



**
This communication is for informational purposes only.  It is not
intended as an offer or solicitation for the purchase or sale of 
any financial instrument or as an official confirmation of any 
transaction, unless specifically agreed otherwise.  All market 
prices, data and other information are not warranted as to 
completeness or accuracy and are subject to change without
notice.  Any comments or statements made herein do not 
necessarily reflect the views or opinions of Capital Institutional
Services, Inc.  Capital Institutional Services, Inc. accepts no
liability for any errors or omissions arising as a result of
transmission.  Use of this communication by other than intended
recipients is prohibited.
**

-- 
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] PHP Editor for Linux

2001-03-30 Thread Martin Cabrera Diaubalick

VIM? No thanks :-)

:wq


- Original Message -
From: Michael Champagne [EMAIL PROTECTED]
To: Martin Cabrera Diaubalick [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Friday, March 30, 2001 5:13 PM
Subject: Re: [PHP] PHP Editor for Linux


 What about the greatness of VIM?

  Hi there!
 
  I use bluefish for HTML and PHP coding, but I'm not too happy with it.
Do
  you know a good PHP Editor for Linux, besides Emacs and xjed...?
 
 
 
  TIA
 
 
 
 
 

 --
 Michael Champagne, Software Engineer
 Capital Institutional Services, Inc.
 wk: [EMAIL PROTECTED]
 hm: [EMAIL PROTECTED]



 **
 This communication is for informational purposes only.  It is not
 intended as an offer or solicitation for the purchase or sale of
 any financial instrument or as an official confirmation of any
 transaction, unless specifically agreed otherwise.  All market
 prices, data and other information are not warranted as to
 completeness or accuracy and are subject to change without
 notice.  Any comments or statements made herein do not
 necessarily reflect the views or opinions of Capital Institutional
 Services, Inc.  Capital Institutional Services, Inc. accepts no
 liability for any errors or omissions arising as a result of
 transmission.  Use of this communication by other than intended
 recipients is prohibited.
 **



-- 
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] PHP Editor for Linux

2001-03-30 Thread Phillip Bow

Read back a couple of days and you'll probably see multiple answers to this
question.
--
phill

""Martin Cabrera Diaubalick"" [EMAIL PROTECTED] wrote in message
005b01c0b92c$8bd3ff80$[EMAIL PROTECTED]">news:005b01c0b92c$8bd3ff80$[EMAIL PROTECTED]...
 VIM? No thanks :-)

 :wq


 - Original Message -
 From: Michael Champagne [EMAIL PROTECTED]
 To: Martin Cabrera Diaubalick [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Friday, March 30, 2001 5:13 PM
 Subject: Re: [PHP] PHP Editor for Linux


  What about the greatness of VIM?
 
   Hi there!
  
   I use bluefish for HTML and PHP coding, but I'm not too happy with it.
 Do
   you know a good PHP Editor for Linux, besides Emacs and xjed...?
  
  
  
   TIA
  
  
  
  
  
 
  --
  Michael Champagne, Software Engineer
  Capital Institutional Services, Inc.
  wk: [EMAIL PROTECTED]
  hm: [EMAIL PROTECTED]
 
 
 
  **
  This communication is for informational purposes only.  It is not
  intended as an offer or solicitation for the purchase or sale of
  any financial instrument or as an official confirmation of any
  transaction, unless specifically agreed otherwise.  All market
  prices, data and other information are not warranted as to
  completeness or accuracy and are subject to change without
  notice.  Any comments or statements made herein do not
  necessarily reflect the views or opinions of Capital Institutional
  Services, Inc.  Capital Institutional Services, Inc. accepts no
  liability for any errors or omissions arising as a result of
  transmission.  Use of this communication by other than intended
  recipients is prohibited.
  **
 


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



-- 
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] PHP Editor for Linux

2001-03-30 Thread Robert Vetter



Martin Cabrera Diaubalick wrote:
 
 Hi there!
 
 I use bluefish for HTML and PHP coding, but I'm not too happy with it. Do
 you know a good PHP Editor for Linux, besides Emacs and xjed...?

 
Try nedit...

Robert

-- 
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] PHP Editor for Linux

2001-03-30 Thread Eric Knudstrup

I'm looking for a PHP mode for XEmacs and really miss c-mode.  Do you know
of any packages for it?

Eric

 -Original Message-
 From: Phillip Bow [mailto:[EMAIL PROTECTED]]
 Sent: Friday, March 30, 2001 7:18 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [PHP] PHP Editor for Linux


 Read back a couple of days and you'll probably see multiple
 answers to this
 question.
 --
 phill

 ""Martin Cabrera Diaubalick"" [EMAIL PROTECTED] wrote in message
 005b01c0b92c$8bd3ff80$[EMAIL PROTECTED]">news:005b01c0b92c$8bd3ff80$[EMAIL PROTECTED]...
  VIM? No thanks :-)
 
  :wq
 
 
  - Original Message -
  From: Michael Champagne [EMAIL PROTECTED]
  To: Martin Cabrera Diaubalick [EMAIL PROTECTED]
  Cc: [EMAIL PROTECTED]
  Sent: Friday, March 30, 2001 5:13 PM
  Subject: Re: [PHP] PHP Editor for Linux
 
 
   What about the greatness of VIM?
  
Hi there!
   
I use bluefish for HTML and PHP coding, but I'm not too
 happy with it.
  Do
    you know a good PHP Editor for Linux, besides Emacs and xjed...?
   
   
   
TIA
   
   
   
   
   
  
   --
   Michael Champagne, Software Engineer
   Capital Institutional Services, Inc.
   wk: [EMAIL PROTECTED]
   hm: [EMAIL PROTECTED]
  
  
  
   **
   This communication is for informational purposes only.  It is not
   intended as an offer or solicitation for the purchase or sale of
   any financial instrument or as an official confirmation of any
   transaction, unless specifically agreed otherwise.  All market
   prices, data and other information are not warranted as to
   completeness or accuracy and are subject to change without
   notice.  Any comments or statements made herein do not
   necessarily reflect the views or opinions of Capital Institutional
   Services, Inc.  Capital Institutional Services, Inc. accepts no
   liability for any errors or omissions arising as a result of
   transmission.  Use of this communication by other than intended
   recipients is prohibited.
   **
  
 
 
  --
  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]
 




-- 
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] PHP Editor for Linux

2001-03-30 Thread Adi Wibowo


On Fri, 30 Mar 2001, Martin Cabrera Diaubalick wrote:
 Hi there!
 
 I use bluefish for HTML and PHP coding, but I'm not too happy with it. Do
 you know a good PHP Editor for Linux, besides Emacs and xjed...?

I use Quanta+. I was moving from Bluefish to this. And I like it.
But it use KDE libraries. So kdelibs and kdebase should be installed
before you can use it.

It provide many highlight mode, html preview, very stable. 
Plus if you use XFree-4.0.3 and KDE-2.1., true type font will make
programming a nicer moment. =)



http://quanta.sourceforge.net

Adi Wibowo ---
* Work matter: [EMAIL PROTECTED]
* Private matter : [EMAIL PROTECTED]
--


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