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



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



Re: [PHP] PHP editor

2007-11-16 Thread Cem Kayali


You should give a chance to Quanta Plus on Linux/BSd and Mr. Soysal's free
edition of PhpEd, if you can find it.

Regards



Frank Lopes wrote:
 
 Being very new to PHP (empahsis on VERY...), I wonder what most of you use 
 to develop in PHP?
 
 I have experimented with DreamWeaver, UltraEdit, phoDesigner, Eclipse etc.
 
 What would you recommend that I use?
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 
 


-
  
  
  


Cem Kayalı

-- 
View this message in context: 
http://www.nabble.com/PHP-editor-tf4786258.html#a13805151
Sent from the PHP - General mailing list archive at Nabble.com.

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



RE: [PHP] PHP editor

2007-11-11 Thread Jay Blanchard
[snip]
Being very new to PHP (empahsis on VERY...), I wonder what most of you
use 
to develop in PHP?
[/snip]

Search the archives, there was a discussion on IDE's just last week.

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



Re: [PHP] PHP editor

2007-11-11 Thread Per Jessen
Frank Lopes wrote:

 Being very new to PHP (empahsis on VERY...), I wonder what most of you
 use to develop in PHP?

Personally I use vi or kate. 


/Per Jessen, Zürich

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



Re: [PHP] PHP editor

2007-11-11 Thread Daniel Brown
On Nov 11, 2007 11:23 AM, Per Jessen [EMAIL PROTECTED] wrote:
 Frank Lopes wrote:

  Being very new to PHP (empahsis on VERY...), I wonder what most of you
  use to develop in PHP?

 Personally I use vi or kate.

Specifically, ViM (Vi iMproved) for me.  It's rare that I do much
with the OS GUI I'm much more comfortable in a command-line
environment.

-- 
Daniel P. Brown
[office] (570-) 587-7080 Ext. 272
[mobile] (570-) 766-8107

If at first you don't succeed, stick to what you know best so that you
can make enough money to pay someone else to do it for you.

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



Re: [PHP] PHP editor

2007-11-11 Thread Jochem Maas
Jay Blanchard wrote:
 [snip]
 Being very new to PHP (empahsis on VERY...), I wonder what most of you
 use 
 to develop in PHP?
 [/snip]
 
 Search the archives, there was a discussion on IDE's just last week.

and pretty much every week before that :-)

when beginning your most valuable tool is not the IDE but ... http://php.net/
as in http://php.net/search-param|function-name|extension-name|etc

and when your really stuck, a well thought out question to this list
will usually result in something helpful[tm].

 

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



Re: [PHP] PHP editor

2007-11-11 Thread Børge Holen
On Sunday 11 November 2007 20:36:39 Jochem Maas wrote:
 Jay Blanchard wrote:
  [snip]
  Being very new to PHP (empahsis on VERY...), I wonder what most of you
  use
  to develop in PHP?
  [/snip]
 
  Search the archives, there was a discussion on IDE's just last week.

 and pretty much every week before that :-)

 when beginning your most valuable tool is not the IDE but ...
 http://php.net/ as in
 http://php.net/search-param|function-name|extension-name|etc

 and when your really stuck, a well thought out question to this list
 will usually result in something helpful[tm].

WHAT... whenever did that happen?!!?



-- 
---
Børge Holen
http://www.arivene.net

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



Re: [PHP] PHP editor

2007-11-11 Thread Brendon Van Heyzen

Combo of Zend neon and vim (macvim).
--Brendon
On Nov 11, 2007, at 10:35 AM, Frank Lopes wrote:

Being very new to PHP (empahsis on VERY...), I wonder what most of  
you use to develop in PHP?


I have experimented with DreamWeaver, UltraEdit, phoDesigner,  
Eclipse etc.


What would you recommend that I use?

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

2007-11-11 Thread Jochem Maas
Børge Holen wrote:
 On Sunday 11 November 2007 20:36:39 Jochem Maas wrote:
 Jay Blanchard wrote:
 [snip]
 Being very new to PHP (empahsis on VERY...), I wonder what most of you
 use
 to develop in PHP?
 [/snip]

 Search the archives, there was a discussion on IDE's just last week.
 and pretty much every week before that :-)

 when beginning your most valuable tool is not the IDE but ...
 http://php.net/ as in
 http://php.net/search-param|function-name|extension-name|etc

 and when your really stuck, a well thought out question to this list
 will usually result in something helpful[tm].
 
 WHAT... whenever did that happen?!!?

no sure about the well thought out question.
with regard to something helpful you have to remember it's something
akin to microsoft's innovative software and fair market practices


 
 
 

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



Re: [PHP] PHP editor

2007-11-11 Thread Børge Holen
On Sunday 11 November 2007 22:31:29 Jochem Maas wrote:
 Børge Holen wrote:
  On Sunday 11 November 2007 20:36:39 Jochem Maas wrote:
  Jay Blanchard wrote:
  [snip]
  Being very new to PHP (empahsis on VERY...), I wonder what most of you
  use
  to develop in PHP?
  [/snip]
 
  Search the archives, there was a discussion on IDE's just last week.
 
  and pretty much every week before that :-)
 
  when beginning your most valuable tool is not the IDE but ...
  http://php.net/ as in
  http://php.net/search-param|function-name|extension-name|etc
 
  and when your really stuck, a well thought out question to this list
  will usually result in something helpful[tm].
 
  WHAT... whenever did that happen?!!?

 no sure about the well thought out question.
 with regard to something helpful you have to remember it's something
 akin to microsoft's innovative software and fair market practices

oh... well that makes it ok =D



-- 
---
Børge Holen
http://www.arivene.net

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



Re: [PHP] PHP editor

2007-04-13 Thread David Robley
Robert Cummings wrote:

 On Wed, 2007-04-11 at 10:30 -0500, Philip Thompson wrote:

 Obviously some people think this is NOT in the realm of php.
 Nonetheless, I think it's a relevant question and others have
 answered it well.
 
 Relevant sure... but the answers are in the frickin' archives several
 times over.
 
 Cheers,
 Rob.

s/several/several thousand/


Cheers
-- 
David Robley

The girl's been kidnapped, said Tom mistakenly.
Today is Pungenday, the 30th day of Discord in the YOLD 3173. 

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



Re: [PHP] PHP editor

2007-04-13 Thread Timothy Murphy
Just showing my ignorance, probably,
but what exactly is meant by a PHP editor?

Does it mean an editor for editing PHP scripts,
or an editor written in PHP?

-- 
Timothy Murphy  
e-mail (80k only): tim /at/ birdsnest.maths.tcd.ie
tel: +353-86-2336090, +353-1-2842366
s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland

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



RE: [PHP] PHP editor

2007-04-13 Thread Jay Blanchard
[snip]
Just showing my ignorance, probably,
but what exactly is meant by a PHP editor?

Does it mean an editor for editing PHP scripts,
or an editor written in PHP?
[/snip]

Something to edit PHP with...unless you're trying to be funny 

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



Re: [PHP] PHP editor

2007-04-13 Thread Philip Thompson

On Apr 13, 2007, at 10:26 AM, Jay Blanchard wrote:


[snip]
Just showing my ignorance, probably,
but what exactly is meant by a PHP editor?

Does it mean an editor for editing PHP scripts,
or an editor written in PHP?
[/snip]

Something to edit PHP with...unless you're trying to be funny



LOL! I don't know why this was so funny, but I laughed at Jay's  
comment (I can just see the light bulb turn on). Nonetheless, this  
ignorant user brings up a thought - are there any editors written  
in PHP?


~Philip

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



Re: [PHP] PHP editor

2007-04-13 Thread M.Sokolewicz

Philip Thompson wrote:

On Apr 13, 2007, at 10:26 AM, Jay Blanchard wrote:


[snip]
Just showing my ignorance, probably,
but what exactly is meant by a PHP editor?

Does it mean an editor for editing PHP scripts,
or an editor written in PHP?
[/snip]

Something to edit PHP with...unless you're trying to be funny



LOL! I don't know why this was so funny, but I laughed at Jay's comment 
(I can just see the light bulb turn on). Nonetheless, this ignorant 
user brings up a thought - are there any editors written in PHP?


~Philip
I sure hope not. Editors should never be written in scripting-languages 
in my opinion.


- tul

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



Re: [PHP] PHP editor

2007-04-13 Thread Stut

M.Sokolewicz wrote:

Philip Thompson wrote:

On Apr 13, 2007, at 10:26 AM, Jay Blanchard wrote:


[snip]
Just showing my ignorance, probably,
but what exactly is meant by a PHP editor?

Does it mean an editor for editing PHP scripts,
or an editor written in PHP?
[/snip]

Something to edit PHP with...unless you're trying to be funny



LOL! I don't know why this was so funny, but I laughed at Jay's 
comment (I can just see the light bulb turn on). Nonetheless, this 
ignorant user brings up a thought - are there any editors written in 
PHP?


~Philip
I sure hope not. Editors should never be written in scripting-languages 
in my opinion.


So you have an issue with every web-based CMS on the planet? IMHO it 
doesn't matter what language/tool/technology is used to write software, 
as long as it does the job and meets customer requirements.


-Stut

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



Re: [PHP] PHP editor

2007-04-13 Thread Tijnema !

On 4/13/07, M.Sokolewicz [EMAIL PROTECTED] wrote:

Philip Thompson wrote:
 On Apr 13, 2007, at 10:26 AM, Jay Blanchard wrote:

 [snip]
 Just showing my ignorance, probably,
 but what exactly is meant by a PHP editor?

 Does it mean an editor for editing PHP scripts,
 or an editor written in PHP?
 [/snip]

 Something to edit PHP with...unless you're trying to be funny


 LOL! I don't know why this was so funny, but I laughed at Jay's comment
 (I can just see the light bulb turn on). Nonetheless, this ignorant
 user brings up a thought - are there any editors written in PHP?

 ~Philip
I sure hope not. Editors should never be written in scripting-languages
in my opinion.

- tul



Uhm, C is a scripting language too right?

Most editors are written in C :)

Tijnema

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



Re: [PHP] PHP editor

2007-04-13 Thread Jarrel Cobb

No, C is not a scripting language.  There probably are some editors written
in python though...which is a scripting language.

On 4/13/07, Tijnema ! [EMAIL PROTECTED] wrote:


On 4/13/07, M.Sokolewicz [EMAIL PROTECTED] wrote:
 Philip Thompson wrote:
  On Apr 13, 2007, at 10:26 AM, Jay Blanchard wrote:
 
  [snip]
  Just showing my ignorance, probably,
  but what exactly is meant by a PHP editor?
 
  Does it mean an editor for editing PHP scripts,
  or an editor written in PHP?
  [/snip]
 
  Something to edit PHP with...unless you're trying to be funny
 
 
  LOL! I don't know why this was so funny, but I laughed at Jay's
comment
  (I can just see the light bulb turn on). Nonetheless, this ignorant
  user brings up a thought - are there any editors written in PHP?
 
  ~Philip
 I sure hope not. Editors should never be written in scripting-languages
 in my opinion.

 - tul


Uhm, C is a scripting language too right?

Most editors are written in C :)

Tijnema

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




RE: [PHP] PHP editor

2007-04-13 Thread Buesching, Logan J
Komodo, written in python and XUL (yes, the firefox extention engine).

-Original Message-
From: Jarrel Cobb [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 13, 2007 12:08 PM
To: Tijnema !
Cc: M. Sokolewicz; Philip Thompson; php General List
Subject: Re: [PHP] PHP editor

No, C is not a scripting language.  There probably are some editors
written in python though...which is a scripting language.

On 4/13/07, Tijnema ! [EMAIL PROTECTED] wrote:

 On 4/13/07, M.Sokolewicz [EMAIL PROTECTED] wrote:
  Philip Thompson wrote:
   On Apr 13, 2007, at 10:26 AM, Jay Blanchard wrote:
  
   [snip]
   Just showing my ignorance, probably, but what exactly is meant by

   a PHP editor?
  
   Does it mean an editor for editing PHP scripts, or an editor 
   written in PHP?
   [/snip]
  
   Something to edit PHP with...unless you're trying to be funny
  
  
   LOL! I don't know why this was so funny, but I laughed at Jay's
 comment
   (I can just see the light bulb turn on). Nonetheless, this
ignorant
   user brings up a thought - are there any editors written in PHP?
  
   ~Philip
  I sure hope not. Editors should never be written in 
  scripting-languages in my opinion.
 
  - tul


 Uhm, C is a scripting language too right?

 Most editors are written in C :)

 Tijnema

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

2007-04-13 Thread Tim
 

 -Message d'origine-
 De : Philip Thompson [mailto:[EMAIL PROTECTED] 
 Envoyé : vendredi 13 avril 2007 17:35
 À : php General List
 Objet : Re: [PHP] PHP editor
 
 On Apr 13, 2007, at 10:26 AM, Jay Blanchard wrote:
 
  [snip]
  Just showing my ignorance, probably,
  but what exactly is meant by a PHP editor?
 
  Does it mean an editor for editing PHP scripts, or an 
 editor written 
  in PHP?
  [/snip]
 
  Something to edit PHP with...unless you're trying to be funny
 
 
 LOL! I don't know why this was so funny, but I laughed at 
 Jay's comment (I can just see the light bulb turn on). 
 Nonetheless, this ignorant user brings up a thought - are 
 there any editors written in PHP?

?php
If ($_SERVER['SERVER_ADDR'] != '127.0.0.1') die(Local acces only); 
$content = '';
$file_content = '';
If ($_POST['filename']  strlen($_POST['php_editor']  0) {
  $file_path = '/tmp/' . $_POST['filename'];
  if(!file_put_contents('/tmp/' . $_POST['filename'],$_POST['php_editor']) {
$content .= 'Error writing to '/tmp/' .
  }
  $file_content = $_POST['php_editor'];
}
If (isset($_POST['filename']  strlen($_POST['php_editor'] == 0) {
 $file_path = '/tmp/' . $_POST['filename'];
 if (file_exists($filename)) {
   $file_content = file_get_contents($filename);
 }
}
$content .= 'form action=' . $_SERVER['PHP_SELF'] . 'br /';
$content .= 'Filename:input type=text name=filename id=telephone
size=25 /br /';
$content .= 'PHP:textarea name=php_editor id=my_editor rows=10
cols=71$file_content/textareabr /';
$content .= 'input type=submit value=Save /';
$content .= '/formbr /br /';
?

There is now :P

Regards,

Tim

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



RE: [PHP] PHP editor

2007-04-13 Thread Tim
 

 -Message d'origine-
 De : Tim [mailto:[EMAIL PROTECTED] 
 Envoyé : vendredi 13 avril 2007 18:19
 À : 'Philip Thompson'; 'php General List'
 Objet : RE: [PHP] PHP editor
 
  
 
  -Message d'origine-
  De : Philip Thompson [mailto:[EMAIL PROTECTED] 
  Envoyé : vendredi 13 avril 2007 17:35
  À : php General List
  Objet : Re: [PHP] PHP editor
  
  On Apr 13, 2007, at 10:26 AM, Jay Blanchard wrote:
  
   [snip]
   Just showing my ignorance, probably,
   but what exactly is meant by a PHP editor?
  
   Does it mean an editor for editing PHP scripts, or an 
  editor written 
   in PHP?
   [/snip]
  
   Something to edit PHP with...unless you're trying to be funny
  
  
  LOL! I don't know why this was so funny, but I laughed at 
  Jay's comment (I can just see the light bulb turn on). 
  Nonetheless, this ignorant user brings up a thought - are 
  there any editors written in PHP?
 
?php
if ($_SERVER['SERVER_ADDR'] != '127.0.0.1') die(Local acces only); 
$content = '';
$file_content = '';
if ($_POST['filename']) {
$file_path = '/tmp/' . $_POST['filename'];
if (strlen($_POST['php_editor']  0)) {
$file_path = '/tmp/' . $_POST['filename'];
if(!file_put_contents('/tmp/' .
$_POST['filename'],$_POST['php_editor'])) {
$content .= 'Error writing to ' . $file_path . 'br
/';
}
$file_content = $_POST['php_editor'];
} elseif (strlen($_POST['php_editor'] == 0)) {
if (file_exists($filename)) {
$file_content = file_get_contents($filename);
} else {
$content .= 'Error reading from ' . $file_path .
'br /';
}
}
}
$content .= 'form action=' . $_SERVER['PHP_SELF'] . 'br /';
$content .= 'Filename:input type=text name=filename id=telephone
size=25 /br /';
$content .= 'PHP:textarea name=php_editor id=my_editor rows=10
cols=71$file_content/textareabr /';
$content .= 'input type=submit value=Save /';
$content .= '/formbr /br /';
echo $content;
?

Sorry, i couldn't leave that up.. I must redeem myself..

:D

Tim

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



Re: [PHP] PHP editor

2007-04-13 Thread Richard Lynch
On Fri, April 13, 2007 10:11 am, Timothy Murphy wrote:
 Just showing my ignorance, probably,
 but what exactly is meant by a PHP editor?

 Does it mean an editor for editing PHP scripts,

Usually means this, and that's been answered a few zillion times.

 or an editor written in PHP?

Seldom means this, but even so, you're pretty much looking at PHP-GTK,
or you're not looking at a PHP question...

Though I guess with enough effort, one could write something not
unlike 'vi' in PHP CLI for a specific OS with the right control codes
to re-draw the screen...  [shudder]

-- 
Some people have a gift link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

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



Re: [PHP] PHP editor

2007-04-13 Thread Timothy Murphy
On Fri 13 Apr 2007, Jay Blanchard wrote:
 [snip]
 Just showing my ignorance, probably,
 but what exactly is meant by a PHP editor?

 Does it mean an editor for editing PHP scripts,
 or an editor written in PHP?
 [/snip]

 Something to edit PHP with...unless you're trying to be funny

I wasn't trying to be funny -
I'm not very knowledgeable about PHP,
but it doesn't seem to me its syntax is sufficiently complicated
to warrant using a special editor.

I'm interested (slightly) in any editors written in PHP,
as I use WordPress (WP), and am not particularly enamoured
of any of the WP editors I have seen.


-- 
Timothy Murphy  
e-mail (80k only): tim /at/ birdsnest.maths.tcd.ie
tel: +353-86-2336090, +353-1-2842366
s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland

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



Re: [PHP] PHP editor

2007-04-12 Thread Tijnema !

For win i'm using Macromedia Dreamwaver, it's not free, but it has
great interface with servers not on your own PC, i'm using several
different servers, and i have them all listed in Dreamwaver. I click
on a file on one of the servers, and it loads, and when i press save,
it saves directly to the server (even if the server isn't in the LAN,
it can save through FTP automatically).

For linux i prefer Kdevelop :), nice free and buitlin with KDE, which
a lot of distributions use...

Tijnema

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



RE: [PHP] PHP editor

2007-04-11 Thread Jay Blanchard
[snip]
I beleive this is in the realm of php (I have learned my lesson from
last 
time). Does anyone have recomendation for any free (I.E. permanently
free 
not 30 day trial) of a good php editor. The ones i am seeing all only
allow 
usage for a limited time.
[/snip]

Eclipse
Notepad 2 

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



Re: [PHP] PHP editor

2007-04-11 Thread jgodish
Check Out Easy Eclipse

http://www.easyeclipse.org/site/home/

Quoting Jonathan Kahan [EMAIL PROTECTED]:

 Hi all,

 I beleive this is in the realm of php (I have learned my lesson from last
 time). Does anyone have recomendation for any free (I.E. permanently free
 not 30 day trial) of a good php editor. The ones i am seeing all only allow
 usage for a limited time.

 Kind Regards
 Jonathan Kahan
 
 Systems Developer
 Estrin Technologies, inc.
 1375 Broadway, 3rd Floor, New York, NY, 10018
 
 Email: [EMAIL PROTECTED]
 Web: http://www.estrintech.com

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

2007-04-11 Thread Jochem Maas
Jonathan Kahan wrote:
 Hi all,
 
 I beleive this is in the realm of php (I have learned my lesson from
 last time). Does anyone have recomendation for any free (I.E.
 permanently free not 30 day trial) of a good php editor. The ones i am
 seeing all only allow usage for a limited time.

STFA, STFW, notepad, textpad, whateverpad.

look what I find after googling for 5 seconds:
http://www.php-editors.com/review/

*you* have to decide if you like an editor, nobody else can do it for you.

this topic comes almost weekly and it's rather boring - go search
and find *lots* of totally abitrary, rose-tinted opinions about what
the best freaking editor is.

 
 Kind Regards
 Jonathan Kahan
 
 Systems Developer
 Estrin Technologies, inc.
 1375 Broadway, 3rd Floor, New York, NY, 10018
 
 Email: [EMAIL PROTECTED]
 Web: http://www.estrintech.com

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



Re: [PHP] PHP editor

2007-04-11 Thread Robert Cummings
On Wed, 2007-04-11 at 10:12 -0400, Jonathan Kahan wrote:
 Hi all,
 
 I beleive this is in the realm of php (I have learned my lesson from last 
 time). Does anyone have recomendation for any free (I.E. permanently free 
 not 30 day trial) of a good php editor. The ones i am seeing all only allow 
 usage for a limited time.

You should really search the archives... but I personally recommend:

joe ( http://sourceforge.net/projects/joe-editor/ )

Cheers,
Rob.
-- 
..
| InterJinn Application Framework - http://www.interjinn.com |
::
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for   |
| creating re-usable components quickly and easily.  |
`'

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



Re: [PHP] PHP editor

2007-04-11 Thread Philip Thompson

On Apr 11, 2007, at 9:17 AM, Jochem Maas wrote:


Jonathan Kahan wrote:

Hi all,

I beleive this is in the realm of php (I have learned my lesson from
last time). Does anyone have recomendation for any free (I.E.
permanently free not 30 day trial) of a good php editor. The ones  
i am

seeing all only allow usage for a limited time.


STFA, STFW, notepad, textpad, whateverpad.

look what I find after googling for 5 seconds:
http://www.php-editors.com/review/

*you* have to decide if you like an editor, nobody else can do it  
for you.


this topic comes almost weekly and it's rather boring - go search
and find *lots* of totally abitrary, rose-tinted opinions about what
the best freaking editor is.


Obviously some people think this is NOT in the realm of php.  
Nonetheless, I think it's a relevant question and others have  
answered it well. It's up to you to decide which suits you best...  
and Google, can probably help you with that.


For Mac (my main platform), I use TextMate, but it's not free.
For PC, I use Crimson Editor, and it is free.

Hope that helps.

~Philip



Kind Regards
Jonathan Kahan

Systems Developer
Estrin Technologies, inc.
1375 Broadway, 3rd Floor, New York, NY, 10018

Email: [EMAIL PROTECTED]
Web: http://www.estrintech.com


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



Re: [PHP] PHP editor

2007-04-11 Thread Robert Cummings
On Wed, 2007-04-11 at 10:30 -0500, Philip Thompson wrote:

 Obviously some people think this is NOT in the realm of php.  
 Nonetheless, I think it's a relevant question and others have  
 answered it well.

Relevant sure... but the answers are in the frickin' archives several
times over.

Cheers,
Rob.
-- 
..
| InterJinn Application Framework - http://www.interjinn.com |
::
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for   |
| creating re-usable components quickly and easily.  |
`'

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



Re: [PHP] PHP editor

2007-04-11 Thread afan
 On Apr 11, 2007, at 9:17 AM, Jochem Maas wrote:

 Jonathan Kahan wrote:
 Hi all,

 I beleive this is in the realm of php (I have learned my lesson from
 last time). Does anyone have recomendation for any free (I.E.
 permanently free not 30 day trial) of a good php editor. The ones
 i am
 seeing all only allow usage for a limited time.

 STFA, STFW, notepad, textpad, whateverpad.

 look what I find after googling for 5 seconds:
  http://www.php-editors.com/review/

 *you* have to decide if you like an editor, nobody else can do it
 for you.

 this topic comes almost weekly and it's rather boring - go search
 and find *lots* of totally abitrary, rose-tinted opinions about what
 the best freaking editor is.

 Obviously some people think this is NOT in the realm of php.
 Nonetheless, I think it's a relevant question and others have
 answered it well. It's up to you to decide which suits you best...
 and Google, can probably help you with that.

 For Mac (my main platform), I use TextMate, but it's not free.
 For PC, I use Crimson Editor, and it is free.

 Hope that helps.

 ~Philip


 Kind Regards
 Jonathan Kahan
 
 Systems Developer
 Estrin Technologies, inc.
 1375 Broadway, 3rd Floor, New York, NY, 10018
 
 Email: [EMAIL PROTECTED]
 Web: http://www.estrintech.com

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



On both Win and Linux I use Zend Studio. Not free but it's worth every cent.
Before I used HomeSite. Great tool too.
If you use Linux Quanta+ is great tool too.
Download EVERY editor you think and try it. What I like doesn't mean it's
ok with you. Try even not free editors - it's worth testing, and you will
find what do you really want from an editor.

-afan

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



Re: [PHP] PHP editor

2007-04-11 Thread Jochem Maas
Robert Cummings wrote:
 On Wed, 2007-04-11 at 10:30 -0500, Philip Thompson wrote:
 Obviously some people think this is NOT in the realm of php.  
 Nonetheless, I think it's a relevant question and others have  
 answered it well.
 
 Relevant sure... but the answers are in the frickin' archives several
 times over.

ditto. (hey let's frak not frick - as in 'do me one of those blond cylon 
chicks' ;-)

 
 Cheers,
 Rob.

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



Re: [PHP] PHP editor

2007-04-11 Thread Zoltán Németh
I use jEdit
http://www.jedit.org/

and I like it ;)
it's not specifically for php but for any kind of programming, and has
nice plugins for several programming languages you might edit with it

greets
Zoltán Németh

2007. 04. 11, szerda keltezéssel 10.12-kor Jonathan Kahan ezt írta:
 Hi all,
 
 I beleive this is in the realm of php (I have learned my lesson from last 
 time). Does anyone have recomendation for any free (I.E. permanently free 
 not 30 day trial) of a good php editor. The ones i am seeing all only allow 
 usage for a limited time.
 
 Kind Regards
 Jonathan Kahan
 
 Systems Developer
 Estrin Technologies, inc.
 1375 Broadway, 3rd Floor, New York, NY, 10018
 
 Email: [EMAIL PROTECTED]
 Web: http://www.estrintech.com 
 

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



Re: [PHP] PHP editor

2007-04-11 Thread Susana Carrasco

For Win, I use either Notepad++ or PHP Designer (www.mpsoftware.org). For
Linux I use Joe.


Re: [PHP] PHP editor suggestion?

2005-01-25 Thread Merlin
Robert Cummings schrieb:
On Mon, 2005-01-24 at 12:26, Merlin wrote:
Hi there,
I am now using Homesite 4.5.x  since a few years since I found it the 
most relieble editor arround.

Now I would like to have a look around to see if there are better 
solutions nowadays.

I am looking for a relieable, stable and quick PHP/HTML editor.
Can anybody suggest a good one? I tried phpdesigner, but it seems to 
have lots of bugs and is quite slow.

Thank you for any suggestions,
Merlin

Let me recommend something far better: A SEARCH ENGINE
If that should fail: A BRAIN
At the very least: RTFA
This topic spams the list every week or two. It was just on last week.
At least have a little self respect and try to find an answer for
yourself before posting the same old off topic crap.
Cheers,
Rob. 
It seems like you did have a very bad day. Maybe you should consider not 
to spoil the good spirit that this nice php list offers. There are lots 
of great people on here. To bad that such answers also find its way to 
the board.

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


Re: [PHP] PHP editor suggestion?

2005-01-24 Thread trobi
Merlin  wrote / napísal (a):
Hi there,
I am now using Homesite 4.5.x  since a few years since I found it the 
most relieble editor arround.

Now I would like to have a look around to see if there are better 
solutions nowadays.

I am looking for a relieable, stable and quick PHP/HTML editor.
Can anybody suggest a good one? I tried phpdesigner, but it seems to 
have lots of bugs and is quite slow.

Thank you for any suggestions,
Merlin
phpeclipse?
trobi
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] PHP editor suggestion?

2005-01-24 Thread Robert Cummings
On Mon, 2005-01-24 at 12:26, Merlin wrote:
 Hi there,
 
 I am now using Homesite 4.5.x  since a few years since I found it the 
 most relieble editor arround.
 
 Now I would like to have a look around to see if there are better 
 solutions nowadays.
 
 I am looking for a relieable, stable and quick PHP/HTML editor.
 
 Can anybody suggest a good one? I tried phpdesigner, but it seems to 
 have lots of bugs and is quite slow.
 
 Thank you for any suggestions,
 
 Merlin

Let me recommend something far better: A SEARCH ENGINE

If that should fail: A BRAIN

At the very least: RTFA

This topic spams the list every week or two. It was just on last week.
At least have a little self respect and try to find an answer for
yourself before posting the same old off topic crap.

Cheers,
Rob. 
-- 
..
| InterJinn Application Framework - http://www.interjinn.com |
::
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for   |
| creating re-usable components quickly and easily.  |
`'

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



Re: [PHP] PHP editor suggestion?

2005-01-24 Thread Christopher Fulton
[quote]
 I am looking for a relieable, stable and quick PHP/HTML editor.
 
 Can anybody suggest a good one? I tried phpdesigner, but it seems to
 have lots of bugs and is quite slow.
 
[/quote]

Just a suggestionA mailing list may not be the best place to find
the answer for this question.  A person's choice in an editor is going
to be different depending on who you talk to.  One person may love vi,
whereas another person may love Dreamweaver.  If you read the
archives, you'll see several responses going many different ways as to
what editor is the best.  My suggestion would be to decide what are
the most important things you want in an editor (ie...syntax
highlighting, speed, a built in code debugger, cross platform
compatibility, etc...).  Then, once you have decided what is
essential for you, do a google search for editors with those things.
 Try a few out, and decide what works best for you.

Happy Searching, 
Chris  

---
Christopher Fulton
http://www.fultonfam.com

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



Re: [PHP] PHP editor suggestion?

2005-01-24 Thread The Disguised Jedi
jEdit is one of the bestdownloadable PHP parser to check for
errors, recognizes syntax perfectly, and is free.

www.jedit.org

I LOVE IT!


On Mon, 24 Jan 2005 13:41:55 -0800, Christopher Fulton
[EMAIL PROTECTED] wrote:
 [quote]
  I am looking for a relieable, stable and quick PHP/HTML editor.
 
  Can anybody suggest a good one? I tried phpdesigner, but it seems to
  have lots of bugs and is quite slow.
  
 [/quote]
 
 Just a suggestionA mailing list may not be the best place to find
 the answer for this question.  A person's choice in an editor is going
 to be different depending on who you talk to.  One person may love vi,
 whereas another person may love Dreamweaver.  If you read the
 archives, you'll see several responses going many different ways as to
 what editor is the best.  My suggestion would be to decide what are
 the most important things you want in an editor (ie...syntax
 highlighting, speed, a built in code debugger, cross platform
 compatibility, etc...).  Then, once you have decided what is
 essential for you, do a google search for editors with those things.
  Try a few out, and decide what works best for you.
 
 Happy Searching,
 Chris
 
 ---
 Christopher Fulton
 http://www.fultonfam.com
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 


-- 
The Disguised Jedi
[EMAIL PROTECTED]

PHP rocks!
Knowledge is Power.  Power Corrupts.  Go to school, become evil

Disclaimer: Any disclaimer attached to this message may be ignored.
This message is Certified Virus Free

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



Re: [PHP] php editor

2005-01-17 Thread Benjamin Edwards
Or you could get phpeclipse for free which is a php IDE.  It all depends on 
weather you are a web designer or a php developer.  If you are both you will 
still want an IDE (Integrated Development Enviroment) and Probably a debugger 
(see my previous email about phped).  If you can aford to throw your money 
around why dont you get Zend Studio and Dreamwever, or I can send you my paypal 
details...  

 David Green [EMAIL PROTECTED] 01/14/05 01:53pm 
I've been using Dreamweaver (currently MX) since I started writing PHP 
and I would defintiely recommend it if you can get hold of it.

You can download a trial from
http://www.macromedia.com/cfusion/tdrc/index.cfm?product=dreamweaver 



William Stokes wrote:

Hello,

I'm quite new with writing php code. I was considering of using some kind of
php editor program to help with the syntax. Know any goog ones?

Thanks
-Will

  


-- 
--
David Green
Information Centre, Central Science Laboratory
Sand Hutton, York, YO41 1LZ

Phone:  +44 (0)1904 462388 (GTN: 5129 2388)
Fax:+44 (0)1904 462111
E-Mail: [EMAIL PROTECTED] 
--
CSL email disclaimer: http://www.csl.gov.uk/email.htm 

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


__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__


__
This email and any files transmitted with it are confidential. It is for the 
intended recipient only. If you have received the email in error please notify 
the author by replying to this email. If you are not the intended recipient, 
you must not disclose, distribute, copy, print, or rely on this email. Any 
views expressed by an individual within this email which do not constitute or 
record professional advice relating to the RNLI, do not necessarily reflect the 
views of the organisation.

Registered Charity Number 209603

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



Re: [PHP] php editor

2005-01-17 Thread M Saleh EG
Zend Especialy with Zend 4.0 beta and Zend platform wow...
that's all i'm gonna say. I had day on Zend 3.5 where I used to see
.Net programmers openning Visual Studio.net and playing with their DB
on their left hand panels on the same IDE and I used to say
man..god help me with mySQLCC and Query Browser now with Zend
4.0 (beta) i'm experiencing the magic of having all the stuff
together
Profiling, Debugin, Code Completion and Syntax highliting, mn it's
just what I needed to have. Abit expensive but realy worth it! I
wouldnt like programming on any programming language if I had a poor
IDE or Editor n maybe that's me.

M.Saleh.EG
+97150-4779817

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



Re: [PHP] php editor

2005-01-17 Thread Daniel Lahey
I use Dreamweaver and I absolutely love it.  It's a bit pricey, though. 
 In the latest newsletter from Apple Developer Connection, there is a 
notice about skEdit, which is only $20.  It looks pretty nice, though I 
haven't tried it.  Eclipse is very good, too, and it's free (phpEclipse 
is an extension for Eclipse).  Not terribly easy to get set up, though. 
 At least, I found it to be so.  Here's the URL for skEdit:  
http://www.skti.org/skEdit.php

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


Re: [PHP] php editor

2005-01-15 Thread Rick Fletcher
I had been using Zend Studio, but I've just about made the switch to 
Eclipse with the TruStudio PHP plugin.

Eclipse: http://www.eclipse.org
TruStudio: http://www.xored.com/trustudio/
Mostly running it in Linux (Fedora Core 3), but I've used that 
combination in Windows and OSX, too.

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


Re: [PHP] php editor

2005-01-15 Thread Jochem Maas
Greg Donald wrote:
On Fri, 14 Jan 2005 18:47:14 +0100, Jochem Maas [EMAIL PROTECTED] wrote:
in addition there is the xdebug extension by Derick Rethans its at
version 2 but I might suggest starting with 1.3 as its alot simpler to
use than 2 (then again if you have experience of things like
valgrind/dbg on linux you should have little problems).

I just don't see the need.  PHP explodes right on the screen for me. 
I can usually find and fix an error in a few seconds of seeing it in
my browser or in my terminal.  Lines numbers always accompany the
error messages, and you can even go the extra mile and link the error
messages back into the PHP manual for faster lookups when required.
actually I agree with you when it come to bug hunting/fixing. especially 
with PHP5 and the nice stacktraces you get as part of an Exception.

but (there always a 'but' hey!)...
where I found xdebug to be very handy is in code profiling. - it helped 
me shave 30% (time) per request in a (way too!) generic data editing 
framework I wrote with a friend of mine. (we run it on a slow test 
server and some of the _really_ heavy pages were taking 10-15 seconds to 
display - 40,000 calls to strtolower()!!! for instance - and that wasn't 
even the 'bad' part).

thats also the reason I mentioned going for xdebug1.3x - it lets you 
basically dump different kinds of profiling info onto the screen in HTML 
format (or into a file for later viewing) where as xdebug 2.x requires 
using something like cachegrind to analyse the data - which is little 
over my head to just setup and go (i.e. too much effort to figure it out 
right now :-).

I haven't even look at the actually debugger functionality of xdebug!
so I reckon its overkill for most people - but nice to know its there if 
you ever need it.

Granted if you have a long running PHP app that's acting funky then
you might want to analyze it in more depth.. but at that point you
gotta ask yourself should you even be using PHP for the task at hand? 
Could this task or even part of the task be better handled better with
another language?


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


Re: [PHP] php editor

2005-01-14 Thread Greg Donald
On Thu, 13 Jan 2005 22:11:05 +, Justin [EMAIL PROTECTED] wrote:
 Is there a Debugger for PHP?

php -l filename.php for basic syntax check.

If you need more than that you can turn of full error reporting and
view the errors directly on the screen:

error_reporting( E_ALL );
ini_set( 'display_errors', 1 );

But later when you go to a production environment I'd go with:

error_reporting( E_ERROR | E_WARNING | E_PARSE );
ini_set( 'display_errors', 0 );
ini_set( 'log_errors', 1 );


-- 
Greg Donald
Zend Certified Engineer
http://destiney.com/

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



Re: [PHP] php editor

2005-01-14 Thread Zouari Fourat
I used PHPedit 0.6, PHPDesigner 2005, PHPed and Zend on windows.
and vi, eclipse and zend on linux.
Here's what i prefer :
if u'r looking for a free editor try eclipse/linux or PHPDesigner 2005/windows
and if u can afford the licence try the Zend, am using it by now and
it's magic ! plus it runs on windows/linux !


On Thu, 13 Jan 2005 18:29:30 -0500, GH [EMAIL PROTECTED] wrote:
 On linux I use thee KDE IDE program...
 
 
 On Thu, 13 Jan 2005 14:02:17 -0600, Greg Donald [EMAIL PROTECTED] wrote:
  On Thu, 13 Jan 2005 18:02:12 +0200, William Stokes [EMAIL PROTECTED] 
  wrote:
   I'm quite new with writing php code. I was considering of using some kind 
   of
   php editor program to help with the syntax. Know any goog ones?
 
  vim.org
  editplus.com
 
  Both support PHP syntax highlighting.
 
  --
  Greg Donald
  Zend Certified Engineer
  http://destiney.com/
 
  --
  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] php editor

2005-01-14 Thread zerof
http://www.maguma.com/

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


Re: [PHP] php editor

2005-01-14 Thread Bostjan Skufca @ domenca.com
1. Does anybody know an editor that supports Smarty tags natively or via some 
sort of custom extension/configuration?

2. Does anybody use Scite (for Un*x) or SciteFlash (for Windows)? I prefer 
it's clean and lightweight interface (once properly configured)...


Regards,
Bostjan


On Thursday 13 January 2005 17:02, William Stokes wrote:
 Hello,

 I'm quite new with writing php code. I was considering of using some kind
 of php editor program to help with the syntax. Know any goog ones?

 Thanks
 -Will

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



Re: [PHP] php editor

2005-01-14 Thread Greg Donald
On Thu, 13 Jan 2005 16:37:24 -0800 (PST), welly limston
[EMAIL PROTECTED] wrote:
 i'm usually use Dreamweaver to edit php code
 and debug in it
 it's very help ones us
 why don't u try

Why don't you mail me $399 and I will.  :)


-- 
Greg Donald
Zend Certified Engineer
http://destiney.com/

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



Re: [PHP] php editor

2005-01-14 Thread eoghan

Since I do Java, Python etc. on OSX/windows/Linux, I'm using Eclipse 
with the PHPEclipse (PHPEclipse.de), I'm just starting PHP, but I'm 
pretty happy with it so far. One thing I am wondering about is the 
situation which Debugging in PHP4 / PHP5. Is there a Debugger for PHP?

http://dd.cron.ru/dbg/downloads.php
eoghan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] php editor

2005-01-14 Thread David Green
I've been using Dreamweaver (currently MX) since I started writing PHP 
and I would defintiely recommend it if you can get hold of it.

You can download a trial from
http://www.macromedia.com/cfusion/tdrc/index.cfm?product=dreamweaver

William Stokes wrote:
Hello,
I'm quite new with writing php code. I was considering of using some kind of
php editor program to help with the syntax. Know any goog ones?
Thanks
-Will
 

--
--
David Green
Information Centre, Central Science Laboratory
Sand Hutton, York, YO41 1LZ
Phone:  +44 (0)1904 462388 (GTN: 5129 2388)
Fax:+44 (0)1904 462111
E-Mail: [EMAIL PROTECTED]
--
CSL email disclaimer: http://www.csl.gov.uk/email.htm
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] php editor

2005-01-14 Thread Greg Donald
On Fri, 14 Jan 2005 18:47:14 +0100, Jochem Maas [EMAIL PROTECTED] wrote:
 in addition there is the xdebug extension by Derick Rethans its at
 version 2 but I might suggest starting with 1.3 as its alot simpler to
 use than 2 (then again if you have experience of things like
 valgrind/dbg on linux you should have little problems).

I just don't see the need.  PHP explodes right on the screen for me. 
I can usually find and fix an error in a few seconds of seeing it in
my browser or in my terminal.  Lines numbers always accompany the
error messages, and you can even go the extra mile and link the error
messages back into the PHP manual for faster lookups when required.

Granted if you have a long running PHP app that's acting funky then
you might want to analyze it in more depth.. but at that point you
gotta ask yourself should you even be using PHP for the task at hand? 
Could this task or even part of the task be better handled better with
another language?


-- 
Greg Donald
Zend Certified Engineer
http://destiney.com/

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



Re: [PHP] php editor

2005-01-14 Thread Jochem Maas
Greg Donald wrote:
On Thu, 13 Jan 2005 22:11:05 +, Justin [EMAIL PROTECTED] wrote:
Is there a Debugger for PHP?

php -l filename.php for basic syntax check.
If you need more than that you can turn of full error reporting and
view the errors directly on the screen:
error_reporting( E_ALL );
ini_set( 'display_errors', 1 );
But later when you go to a production environment I'd go with:
error_reporting( E_ERROR | E_WARNING | E_PARSE );
ini_set( 'display_errors', 0 );
ini_set( 'log_errors', 1 );

in addition there is the xdebug extension by Derick Rethans its at 
version 2 but I might suggest starting with 1.3 as its alot simpler to 
use than 2 (then again if you have experience of things like 
valgrind/dbg on linux you should have little problems).

obviously you need to be able to compile the extension on/for you server 
(or have someone do it for you) which may not be possible for you (e.g. 
because its sharedhosting)

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


Re: [PHP] php editor

2005-01-13 Thread Paul Marinas
i use phpedit www.phpedit.com i think it's preaty good and also have a 
free personal licence

William Stokes wrote:
Hello,
I'm quite new with writing php code. I was considering of using some kind of
php editor program to help with the syntax. Know any goog ones?
Thanks
-Will
--
Paul Marinas, netadm @ RDS Craiova.
Imagination is more important than knowledge... - A.E.
GnuPG Key http://sgi.rdscv.ro/~paulm/paulm.PGP


signature.asc
Description: OpenPGP digital signature


Re: [PHP] php editor

2005-01-13 Thread Leif Gregory
Hello William,

Thursday, January 13, 2005, 9:02:12 AM, you wrote:
W I'm quite new with writing php code. I was considering of using
W some kind of php editor program to help with the syntax. Know any
W goog ones?

There are a few.

http://www.pspad.com is my favorite, and it'll syntax highlight a good
number of programming languages. Plus you can download the PHP
documentation in .chm format from php.net and use it from within
PSPad. It's freeware too.


-- 
Leif (TB lists moderator and fellow end user).

Using The Bat! 3.0.2.3 Rush under Windows XP 5.1
Build 2600 Service Pack 2 on a Pentium 4 2GHz with 512MB

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



RE: [PHP] php editor

2005-01-13 Thread phpninja
Know any goog ones?

funny you should mention goog.. if you google'd php editor youd have
your answer by now..

cheers
phpninja

-Original Message-
From: William Stokes [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 13, 2005 8:02 AM
To: php-general@lists.php.net
Subject: [PHP] php editor

Hello,

I'm quite new with writing php code. I was considering of using some kind of
php editor program to help with the syntax. Know any goog ones?

Thanks
-Will

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

2005-01-13 Thread John Nichel
William Stokes wrote:
Hello,
I'm quite new with writing php code. I was considering of using some kind of
php editor program to help with the syntax. Know any goog ones?
http://www.thelinuxconsultancy.co.uk/phpeditors/
--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] php editor

2005-01-13 Thread Bret Hughes
On Thu, 2005-01-13 at 10:02, William Stokes wrote:
 Hello,
 
 I'm quite new with writing php code. I was considering of using some kind of
 php editor program to help with the syntax. Know any goog ones?

These sort of threads are good every now and then I think.  Especially
since it has been so long since I read this list on a day to day basis.

I assume windows by your mailer.  html-kit was good when I used windows
on a day to day basis several years ago.  I wish there was an html-kit
for linux.. gvim is my old stand by on windows and linux and does a
pretty good job of syntax highlighting but no completion/options based
stuff. gvim in combination with a browser ready to hit the manual pages
is all I use nowadays.

I am interested to hear what other folks are using.

Bret

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



Re: [PHP] php editor

2005-01-13 Thread Jochem Maas
doh, I hit reply again by mistake.
(I'm sure TBird keeps moving the reply-all button when I'm not looking  :-)

William Stokes wrote:
 Hello,

 I'm quite new with writing php code. I was considering of using some 
kind of

goog == good? me thinks yes! wonderful little freudian slip (i.e. maybe 
you should GOOGle for it ;-)

 php editor program to help with the syntax. Know any goog ones?
this depends on what you are looking for, some people prefer fully 
integrated IDE environments, other people (like me) often prefer 
standalone editors (e.g because its often easier to combine with 
existing tools you use etc):

I really like Textpad on windows (29 Bucks to register - which I think 
is worth it), its simple, fast, robust, lots of plugins/addons/etc, 
custom syntax highlighting, integrate your own tools (e.g. I have CTRL+4 
setup to do a 'php -l' on the current file - 'php -l file' does syntax 
checking).

On *nix I tend to use 'nano' for quick stuff (I am slowly learning Vi, 
but its a tricky beast to control ;-) when in a shell.

On the IDE front - I'm actually really impressed with the Eclipse IDE, I 
keep firing it up and liking it more and more - its not PHP specific at 
all but has plenty of PHP related addons/customizations available for 
it, pretty amazing stuff + its available on both Windoze and Linux and 
its free :-)

At the end of the day once you get comfortable with PHP and you've 
memorized a bunch of the most used functions, you won't have much 
trouble writing it whatever tool you happen to have available!

hope you enjoy PHP as much as I do.

 Thanks
 -Will

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


Re: [PHP] php editor

2005-01-13 Thread Danny Brow
On Thu, 2005-01-13 at 18:02 +0200, William Stokes wrote:
 Hello,
 
 I'm quite new with writing php code. I was considering of using some kind of
 php editor program to help with the syntax. Know any goog ones?
 
 Thanks
 -Will
 

I like Komodo.

Dan.

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



Re: [PHP] php editor

2005-01-13 Thread Greg Donald
On Thu, 13 Jan 2005 18:02:12 +0200, William Stokes [EMAIL PROTECTED] wrote:
 I'm quite new with writing php code. I was considering of using some kind of
 php editor program to help with the syntax. Know any goog ones?

vim.org
editplus.com

Both support PHP syntax highlighting.


-- 
Greg Donald
Zend Certified Engineer
http://destiney.com/

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



RE: [PHP] php editor

2005-01-13 Thread Chris W. Parker
Bret Hughes mailto:[EMAIL PROTECTED]
on Thursday, January 13, 2005 11:02 AM said:

 I assume windows by your mailer.  html-kit was good when I used
 windows on a day to day basis several years ago.

I'll second HTML-Kit. It's an excellent program (once you customize the
way it handles the tab key).

www.chami.com



Chris.

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



Re: [PHP] php editor

2005-01-13 Thread Justin
Bret Hughes wrote:
I am interested to hear what other folks are using.
Bret
Since I do Java, Python etc. on OSX/windows/Linux, I'm using Eclipse 
with the PHPEclipse (PHPEclipse.de), I'm just starting PHP, but I'm 
pretty happy with it so far. One thing I am wondering about is the 
situation which Debugging in PHP4 / PHP5. Is there a Debugger for PHP?

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


RE: [PHP] php editor

2005-01-13 Thread welly limston
i'm usually use Dreamweaver to edit php code
and debug in it
it's very help ones us 
why don't u try
 
HTH

phpninja [EMAIL PROTECTED] wrote:
Know any goog ones?

funny you should mention goog.. if you google'd php editor youd have
your answer by now..

cheers
phpninja

-Original Message-
From: William Stokes [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 13, 2005 8:02 AM
To: php-general@lists.php.net
Subject: [PHP] php editor

Hello,

I'm quite new with writing php code. I was considering of using some kind of
php editor program to help with the syntax. Know any goog ones?

Thanks
-Will

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



-
Do you Yahoo!?
 Yahoo! Mail - Easier than ever with enhanced search. Learn more.

Re: [PHP] php editor

2005-01-13 Thread GH
On linux I use thee KDE IDE program...


On Thu, 13 Jan 2005 14:02:17 -0600, Greg Donald [EMAIL PROTECTED] wrote:
 On Thu, 13 Jan 2005 18:02:12 +0200, William Stokes [EMAIL PROTECTED] wrote:
  I'm quite new with writing php code. I was considering of using some kind of
  php editor program to help with the syntax. Know any goog ones?
 
 vim.org
 editplus.com
 
 Both support PHP syntax highlighting.
 
 --
 Greg Donald
 Zend Certified Engineer
 http://destiney.com/
 
 --
 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] php editor or php IDE for linux with autocompletion

2004-12-08 Thread [EMAIL PROTECTED]
Steve Brown wrote:
 Eclipse: http://www.eclipse.org/
 PHPEclipse: http://www.phpeclipse.de/

What about Eclipse? Did anyone make it work?

How does it compare to Kdevelop?

I tried to install it, unsuccesfully, on Mandrake 10.1 CE. Apparently, one
library is missing (but the library does not exist).

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



Re: [PHP] php editor or php IDE for linux with autocompletion

2004-11-30 Thread Jason Wong
On Tuesday 30 November 2004 23:18, [EMAIL PROTECTED] wrote:

 Does anyboy know about a linux based php editor with autocompletion? Must
 be open source free software (free as in speech, not beer).

 We like quanta and kate, but there is no autocompletion.

What version of quanta are you using? Autocompletion was available quite a 
while ago.

-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
--
/*
 Leela: I love his boyish charm, but I hate his childishness.
*/

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



Re: [PHP] php editor or php IDE for linux with autocompletion

2004-11-30 Thread Steve Brown
  Does anyboy know about a linux based php editor with autocompletion? Must
  be open source free software (free as in speech, not beer).

I use the PHPEclipse add on for the Eclipse IDE.  Eclipse provides a
fantastic suite of tools for coding in almost any language.  The
PHPEclipse add-ons provide some things that are specific to PHP. 
Eclipse is java based, so it works on any platform.

Eclipse: http://www.eclipse.org/
PHPEclipse: http://www.phpeclipse.de/

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



RE: [PHP] PHP-editor connected to FTP?

2004-11-19 Thread Chris W. Parker
Chris mailto:[EMAIL PROTECTED]
on Thursday, November 18, 2004 8:56 PM said:

 HTML-Kit (www.chami.com) will do this. I've been using HTML-Kit for
 almost 2 years and I've never had a problem with a bad save.

 I use HTML-Kit as well and feel it is a bloated pile of crap.

i'm sorry you've had so much trouble with it! but in the hopes of not
scaring off other users i feel it is my duty as an html-kit user to
respond.

 Tab
 handling is broken (if you select tabs over spaces, selected text
 will still indent with spaces if you press tab to indent the whole
 block of code).  It suffers from severe option overload.  It lacks
 the ability to use secure FTP.  It also lacks simple features like
 setting a block of selected text to all lowercase without a plugin.

1. i use spaces all the time so this is not a problem for me.
2. i admit it, there are a *ton* of options. most of which i have not
even bothered to set.
3. until very recently i have worked exclusively with a local ftp server
so a secure connection has not been a concern.
4. i've never wanted to set a block of text to all lowercase so i can't
really comment on this one.

 The only feature I actually like is the ability to edit files via FTP
 so that when I hit save, it uploads the new copy to the server.  So
 if that's all you really care about in an editor, HTML-Kit will do a
 fine job.

that pretty much sums it up for me. :)

 Also, if you tell it where PHP is found on your local
 machine, it will highlight all of the PHP function names.

i thought html-kit did this based on the filename extension? i've never
pointed html-kit to any php executable (considering it's not even on my
local machine) and it recognizes functions fine. are you referring to
something else?



chris.

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



Re: [PHP] PHP-editor connected to FTP?

2004-11-19 Thread Aaron Gould
 i'm sorry you've had so much trouble with it! but in the hopes of not
 scaring off other users i feel it is my duty as an html-kit user to
 respond.
I'll back you up on this.  I've used HTML-Kit for quite some time... 
probably over three years now.  Great little program, especially for free!

 1. i use spaces all the time so this is not a problem for me.
 2. i admit it, there are a *ton* of options. most of which i have not
 even bothered to set.
 3. until very recently i have worked exclusively with a local ftp
 server so a secure connection has not been a concern.
 4. i've never wanted to set a block of text to all lowercase so
 i can't really comment on this one.
Same on all accounts for me. Changing the case of blocked text does 
indeed require an extension, but I regard this as a strength of 
HTML-Kit.  It is infinitely expandable with plug-ins/extensions.

 i thought html-kit did this based on the filename extension? i've
 never pointed html-kit to any php executable (considering it's not
 even on my local machine) and it recognizes functions fine. are
 you referring to something else?
Same here; it takes the appropriate colour scheme based on file 
extension.  You can point to help files for languages though, I believe...

--
Aaron Gould
Parts Canada - Web Developer
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] PHP-editor connected to FTP?

2004-11-18 Thread Jason Wong
On Thursday 18 November 2004 16:41, Peter Lauri wrote:

 What editor do you use when working with websites (php) connected directly
 to the FTP?

 I like Eclipse 3.0 with the PHP plugin, but it do not have the future to
 connect to the FTP.

Any KDE-aware editor would be able to take advantage of KDE's transparent file 
access over various protocols (ftp, ssh, etc).

-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
--
/*
You had some happiness once, but your parents moved away, and you had to
leave it behind.
*/

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



Re: [PHP] PHP-editor connected to FTP?

2004-11-18 Thread Greg Donald
On Thu, 18 Nov 2004 09:41:53 +0100, Peter Lauri [EMAIL PROTECTED] wrote:
 What editor do you use when working with websites (php) connected directly
 to the FTP?

Editplus has this ability.

http://editplus.com/


-- 
Greg Donald
Zend Certified Engineer
http://gdconsultants.com/
http://destiney.com/

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



RE: [PHP] PHP-editor connected to FTP?

2004-11-18 Thread Gryffyn, Trevor
I use Crimson Editor which will save directly to an FTP location fairly
easily.   I'm not sure if they fixed this, but in earlier versions it
wouldn't save a local backup copy and I ran into problems where it would
fail to send via FTP, I'd have a zero byte file on the remote web server
and would close Crimson Editor without testing first or something.. So
I'd lose whatever edits I did since my last backup.   So I stopped using
the Save to FTP feature.

I do believe that they do local backups now, but out of habit I don't
use the FTP Feature.

I bet Zend Studio will save remotely too.

-TG


 -Original Message-
 From: Greg Donald [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, November 18, 2004 7:24 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [PHP] PHP-editor connected to FTP?
 
 
 On Thu, 18 Nov 2004 09:41:53 +0100, Peter Lauri 
 [EMAIL PROTECTED] wrote:
  What editor do you use when working with websites (php) 
 connected directly
  to the FTP?
 
 Editplus has this ability.
 
http://editplus.com/


-- 
Greg Donald
Zend Certified Engineer
http://gdconsultants.com/
http://destiney.com/

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



RE: [PHP] PHP-editor connected to FTP?

2004-11-18 Thread Chris W. Parker
Peter Lauri mailto:[EMAIL PROTECTED]
on Thursday, November 18, 2004 12:42 AM said:

 What editor do you use when working with websites (php) connected
 directly to the FTP?
 
 I like Eclipse 3.0 with the PHP plugin, but it do not have the future
 to connect to the FTP.

HTML-Kit (www.chami.com) will do this. I've been using HTML-Kit for
almost 2 years and I've never had a problem with a bad save.


hth,
chris.

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



Re: [PHP] PHP-editor connected to FTP?

2004-11-18 Thread Chris
On Thu, 18 Nov 2004 09:35:42 -0800, Chris W. Parker [EMAIL PROTECTED]  
wrote:

Peter Lauri mailto:[EMAIL PROTECTED]
on Thursday, November 18, 2004 12:42 AM said:
What editor do you use when working with websites (php) connected
directly to the FTP?
I like Eclipse 3.0 with the PHP plugin, but it do not have the future
to connect to the FTP.
HTML-Kit (www.chami.com) will do this. I've been using HTML-Kit for
almost 2 years and I've never had a problem with a bad save.
hth,
chris.
I use HTML-Kit as well and feel it is a bloated pile of crap.  Tab  
handling is broken (if you select tabs over spaces, selected text will  
still indent with spaces if you press tab to indent the whole block of  
code).  It suffers from severe option overload.  It lacks the ability to  
use secure FTP.  It also lacks simple features like setting a block of  
selected text to all lowercase without a plugin.

The only feature I actually like is the ability to edit files via FTP so  
that when I hit save, it uploads the new copy to the server.  So if that's  
all you really care about in an editor, HTML-Kit will do a fine job.   
Also, if you tell it where PHP is found on your local machine, it will  
highlight all of the PHP function names.

I have tried Ultra Edit, which claims to have a similar feature and  
supports secure FTP, but has a horrible implementation compared to  
HTML-Kit.  EditPlus claims it can connect via secure FTP through an SSH  
tunnel, which simply does not work if the server it is connecting to does  
not allow FTP connections at all.

--
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] PHP editor

2004-04-15 Thread Vicente Werner
El Thursday 15 April 2004 10:28, Arthur Radulescu escribi:
 Hello!


 This might sound like a stupid question but could anyone recommand a good
 PHP editor...
 I have used some editors until now but each one has some problems...

 Right now I am using PHPed which is pretty good but oine of the major
 problems is that it does fills the tabs with spaces which will increase a
 lot the size of pages specially the templates...

 Also using Zend which is very good but this is extremly slowly and some
 times it is almost crashing the computer so it is not very good for fast
 editing...

 What I am looking for is something to work pretty fast, have code
 autocompletion (even for functions defined in the included files like zend
 does) and also code ident in a similar manner with zend studio
If you're using Windows I'll give a try to phpedit (www.phpedit.net) and/or 
weaverslave (www.weaverslave.ws)

They're both pretty good, if you're on Linux, I strongly suggest Quanta and/or 
Komodo -also for windows-

-- 
__
Vicente Antonio Snchez Werner ( [EMAIL PROTECTED] )
Fijo: +34-923185650 Movil: +34-66865
Director Depto Informtica, Desarrollo y Seguridad Informtica
Wap Comunicaciones S.L.
C/Guadalajara n9-11
37003 Salamanca (Espaa)
--

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



Re: [PHP] PHP editor

2004-04-15 Thread Jorge Oliveira
Hi,

Filling tabs with spaces is a directive for good programming - see 
http://pear.php.net

If you want a good editor you can try EditPlus - almost as fast as 
notepad :)

Regards,

Jorge | cloreto.com

Arthur Radulescu wrote:

Hello!

This might sound like a stupid question but could anyone recommand a good
PHP editor...
I have used some editors until now but each one has some problems...
Right now I am using PHPed which is pretty good but oine of the major
problems is that it does fills the tabs with spaces which will increase a
lot the size of pages specially the templates...
Also using Zend which is very good but this is extremly slowly and some
times it is almost crashing the computer so it is not very good for fast
editing...
What I am looking for is something to work pretty fast, have code
autocompletion (even for functions defined in the included files like zend
does) and also code ident in a similar manner with zend studio


Arthur



Looking for a job!? Use the smart search engine!!
Find a Job from Millions WorldWide...
http://search.jobsgrabber.com

 

--
Cumprimentos,
Jorge Oliveira

Assistncia
Seara.com
Cais das Pedras, N 8 , 1 Esq.
4050-465 Porto - Portugal
Tel: (+351) 22 607 56 70
Fax: (+351) 22 607 56 77
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] PHP editor

2004-04-15 Thread Arthur Radulescu
It might be a directive for good programming but as long as this might
double the size of a resulted page this is not good for me. Thanks anyway.


Arthur



 Filling tabs with spaces is a directive for good programming - see
 http://pear.php.net

 If you want a good editor you can try EditPlus - almost as fast as
 notepad :)

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



Re: [PHP] PHP editor

2004-04-15 Thread Robert Cummings
On Thu, 2004-04-15 at 07:14, Arthur Radulescu wrote:
 It might be a directive for good programming but as long as this might
 double the size of a resulted page this is not good for me. Thanks anyway.

Sounds like you suffer from no-accelerator-itis. Using one of the PHP
accelerators will make whitespace concerns pointless since they operate
on cached bytecode. At any rate, whitespace and comment parsing is
pretty much negilible... you might shave a millionth of a second off
your page time, but really, is that point for contention? If you're
running Google then it might be, but I doubt that's the case.

Cheers,
Rob.
-- 
..
| InterJinn Application Framework - http://www.interjinn.com |
::
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for   |
| creating re-usable components quickly and easily.  |
`'

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



Re: [PHP] PHP editor

2004-04-15 Thread Arthur Radulescu
Not exactly... I was not reffering to PHP files... The white spaces from a
template file will make double the size of certain files when they are sent
to the browser... So a page of 50 k might have 100 K because of those white
spaces instead of tabs... For a dial up connection this means a lot even if
you are not google...

 Sounds like you suffer from no-accelerator-itis. Using one of the PHP
 accelerators will make whitespace concerns pointless since they operate
 on cached bytecode. At any rate, whitespace and comment parsing is
 pretty much negilible... you might shave a millionth of a second off
 your page time, but really, is that point for contention? If you're
 running Google then it might be, but I doubt that's the case.

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



RE: [PHP] PHP editor

2004-04-15 Thread electroteque
the htmlkit looks hot, although its licenced, work has a shitty copy of
homesite 4 licences, i doubt i can convince them, i am using phpedit,
although does it turn tabs into spaces ??

 -Original Message-
 From: Arthur Radulescu [mailto:[EMAIL PROTECTED]
 Sent: Thursday, April 15, 2004 9:48 PM
 To: Robert Cummings
 Cc: PHP-General
 Subject: Re: [PHP] PHP editor


 Not exactly... I was not reffering to PHP files... The white spaces from a
 template file will make double the size of certain files when
 they are sent
 to the browser... So a page of 50 k might have 100 K because of
 those white
 spaces instead of tabs... For a dial up connection this means a
 lot even if
 you are not google...

  Sounds like you suffer from no-accelerator-itis. Using one of the PHP
  accelerators will make whitespace concerns pointless since they operate
  on cached bytecode. At any rate, whitespace and comment parsing is
  pretty much negilible... you might shave a millionth of a second off
  your page time, but really, is that point for contention? If you're
  running Google then it might be, but I doubt that's the case.

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

2004-04-15 Thread Travis Low
XEmacs www.xemacs.org.

T

Arthur Radulescu wrote:
Hello!

This might sound like a stupid question but could anyone recommand a good
PHP editor...
I have used some editors until now but each one has some problems...
Right now I am using PHPed which is pretty good but oine of the major
problems is that it does fills the tabs with spaces which will increase a
lot the size of pages specially the templates...
Also using Zend which is very good but this is extremly slowly and some
times it is almost crashing the computer so it is not very good for fast
editing...
What I am looking for is something to work pretty fast, have code
autocompletion (even for functions defined in the included files like zend
does) and also code ident in a similar manner with zend studio


Arthur



Looking for a job!? Use the smart search engine!!
Find a Job from Millions WorldWide...
http://search.jobsgrabber.com

--
Travis Low
mailto:[EMAIL PROTECTED]
http://www.dawnstar.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] PHP editor

2004-04-15 Thread Chris Boget
 What I am looking for is something to work pretty fast, have code
 autocompletion (even for functions defined in the included files like zend
 does) and also code ident in a similar manner with zend studio

Check out Visual Slick Edit.  After using many of the more oft suggested
editors, I found VSE to be superior to them all.

http://www.slickedit.com/

Chris

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



Re: [PHP] PHP editor

2004-04-15 Thread Lowell Allen

What I am looking for is something to work pretty fast, have code
autocompletion (even for functions defined in the included files like 
zend
does) and also code ident in a similar manner with zend studio
I just installed Zend Studio because I was able to buy it through Adobe 
at a discount when upgrading GoLive. I've been comfortable working in 
the source editor of GoLive, and the new version has improved support 
for PHP, but I assumed moving to Zend Studio would improve my 
efficiency. This thread makes me wonder if I should switch or stay with 
the simple workflow I'm used to. Opinions? Zend Studio endorsements? Is 
it worth the time to learn to use?

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


RE: [PHP] PHP editor

2004-04-15 Thread Chris W. Parker
Arthur Radulescu mailto:[EMAIL PROTECTED]
on Thursday, April 15, 2004 4:48 AM said:

 Not exactly... I was not reffering to PHP files... The white spaces
 from a template file will make double the size of certain files when
 they are sent to the browser... So a page of 50 k might have 100 K
 because of those white spaces instead of tabs... For a dial up
 connection this means a lot even if you are not google...

can someone confirm this? this sounds totally wrong. but the again i
don't work with templates (yet) so i have no idea!

ON THE OTHER HAND

if you're referring to the html that is sent to the browser don't use
the tab key use the space bar. imho tab indented html is very ugly!




chris.

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



RE: [PHP] PHP editor

2004-04-15 Thread Chris W. Parker
electroteque mailto:[EMAIL PROTECTED]
on Thursday, April 15, 2004 5:03 AM said:

 the htmlkit looks hot, although its licenced, work has a shitty copy
 of homesite 4 licences, i doubt i can convince them, i am using
 phpedit, although does it turn tabs into spaces ??

html-kit is great.

and you say it's licensed now? you mean you can't download it for free
anymore? fortunately i got it a long time ago so i guess i don't have to
worry about it! :)

html-kit can do both regular tabs or convert one tab into
$number_of_spaces spaces.



chris.

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



  1   2   3   >