[PHP] Re: PHP editor for linux

2008-08-25 Thread Swapnil Jain

Hi,

I use gPHPEdit and bluefish, it makes PHP easy.


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




Shawn McKenzie wrote:

It flance wrote:

Hi,

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

I'm using the Debian distribution.

Thanks


 


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


-Shawn


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



Re: [PHP] Re: PHP editor for linux

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

And you are encouraged to make your choice.


2008/8/19 Pavel [EMAIL PROTECTED]

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

 P.S. Sorry for my English...


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




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


Re: [PHP] Re: PHP editor for linux

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

P.S. Sorry for my English...


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


[PHP] Re: PHP editor for linux

2008-08-18 Thread Carlos Medina

It flance schrieb:

Hi,

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

I'm using the Debian distribution.

Thanks


  


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

Regards

Carlos Medina

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



Re: [PHP] Re: PHP editor for linux

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


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

It flance schrieb:

Hi,

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

I'm using the Debian distribution.

Thanks


  


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

Regards

Carlos Medina

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

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

Re: [PHP] Re: PHP editor for linux

2008-08-18 Thread Aschwin Wesselius

Carlos Medina wrote:

It flance schrieb:

Hi,

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

I'm using the Debian distribution.

Thanks


 

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

Regards

Carlos Medina


Hi,

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


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


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


--

Aschwin Wesselius

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


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



Re: [PHP] Re: PHP editor for linux

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

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

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

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



Re: [PHP] Re: PHP editor for linux

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

 It flance wrote:

 Hi,

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

 I'm using the Debian distribution.

 Thanks





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


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

Brice


 -Shawn


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




[PHP] Re: PHP editor for linux

2008-08-15 Thread Shawn McKenzie

It flance wrote:

Hi,

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

I'm using the Debian distribution.

Thanks


  



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


-Shawn

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



Re: [PHP] Re: PHP editor for linux

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

pico :-)

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

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



Re: [PHP] Re: PHP editor for linux

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

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

 pico :-)


ed baby; its all about ed!

-nathan


Re: [PHP] Re: PHP editor for linux

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

hexedit /dev/sda1

;)

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


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



Re: [PHP] Re: PHP editor for linux

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

 hexedit /dev/sda1

 ;)


Butterflies. :-)

http://xkcd.com/378/

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

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



Re: [PHP] Re: PHP editor for linux

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


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

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


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



RE: [PHP] Re: PHP editor for linux

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

 From: Davi Vidal [mailto:[EMAIL PROTECTED]

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

 To: php-general@lists.php.net

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

 

 Em Friday 15 August 2008, Robert Cummings escreveu:

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

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

 wrote:

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

   

pico :-)

  

   ed baby; its all about ed!

 

  hexedit /dev/sda1

 

  ;)

 

 

 Butterflies. :-)

 

 http://xkcd.com/378/

 

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

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

 

 

Todd Boyd

Web Programmer

 

 

 

 



[PHP] Re: PHP editor for linux

2008-08-14 Thread Colin Guthrie

Eric Butera wrote:

Eclipse with PDT.

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


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


Col



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



Re: [PHP] Re: PHP editor for linux

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

 Col


+1 for subclipse!  ;D

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



[PHP] Re: PHP editor

2007-04-13 Thread David Robley
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.

OMG - it must be a few days now since this question (in some form) was
asked. This URL is listed on the PHP website Links page, but seeing you
haven't found it there, here you go.

http://www.midnighthax.com/phpeditors.php





Cheers
-- 
David Robley

2 bdrm furn w c/h, said Tom aptly.
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



[PHP] Re: PHP editor

2007-04-11 Thread Steve
You could always opt to use emacs or vi.


Jonathan Kahan [EMAIL PROTECTED] wrote in message 
news:[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] Re: PHP editor

2007-04-11 Thread Al

Does Estrin Technologies, inc. provide its products free?

All GOOD, worthwhile editors cost something.

Personally, I use phpEdit.

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.


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

2007-04-11 Thread Sady Marcos
Using with CVS, PHP Eclipse no doubt 
http://download.eclipse.org/tools/pdt/downloads/?release=S20070401-RC3
Unzip and execute eclipse.exe.. It's free...
No CVS.. can use Zend Studio.. but isn't free...
My choose is Eclipse..


Jonathan Kahan [EMAIL PROTECTED] escreveu na mensagem 
news:[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



RE: [PHP] editor

2005-10-16 Thread yangshiqi1089
It's also could be vim.

-Original Message-
From: Hodicska Gergely [mailto:[EMAIL PROTECTED] 
Sent: Saturday, October 15, 2005 9:48 PM
To: php general help
Subject: Re: [PHP] editor

 I read somewhere about an editor, which has built in support for
 phpdocumentator and creating unit test. Now I could not find it, I tried
 a lot using Google without success.

 Could it be PHPEdit ?

Yes, thx, this is the editor which I tried to find. I already get it 
last night, after I tried to google not php editor unit test support, 
but only php editor simpletest.


Regards,
Felhő

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

2005-10-15 Thread Hodicska Gergely

I read somewhere about an editor, which has built in support for
phpdocumentator and creating unit test. Now I could not find it, I tried
a lot using Google without success.



Could it be PHPEdit ?


Yes, thx, this is the editor which I tried to find. I already get it 
last night, after I tried to google not php editor unit test support, 
but only php editor simpletest.



Regards,
Felhő

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



Re: [PHP] editor

2005-10-14 Thread Edward Vermillion

Hodicska Gergely wrote:

Hi!


In advance, this is not a yet another editor question. :)

I read somewhere about an editor, which has built in support for 
phpdocumentator and creating unit test. Now I could not find it, I tried 
a lot using Google without success.


Can anybody find out from this little descrition which one could it be?


Thx,
Felhő



Dunno about the unit test stuff, but I believe Zend Studio still has the 
phpDoc stuff.


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

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



Re: [PHP] editor

2005-10-14 Thread Hodicska Gergely

Hi!


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

Thx, I know this one, but I'm really curious about this unit test support.


Regards,
Felhő

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



Re: [PHP] editor in WEB PAGE

2005-06-20 Thread Angelo Zanetti
there is a product called spaw, i think the site is
www.solmetra.com

check it out
HTH

Angelo Zanetti
Z Logic
www.zlogic.co.za



Denyl Meneses Guillén wrote:

Hello
I want to use a RTF editor within a web page like the Hotmail or Yahoo where 
when writing the content of the email him can be put format like Bold, fonts, 
etc.
 I'll like to find how to do.
Thanks for your helps

Denyl. 

  


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



RE: [PHP] editor that typesets the php code

2005-04-27 Thread Rob Agar
hi Dasmeet

 From: Dasmeet Singh 
 I have just completed coding for a script... i want to take a 
 printout 
 of the code.. but the code is very hotch potch..
 
 Is there any software to automatically set the code with proper 
 spacing/tabs extra..and possibly give colors to it too...??

Check out the PEAR PHP_Beautifier package
http://pear.php.net/package/PHP_Beautifier

R

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



RE: [PHP] editor that typesets the php code

2005-04-27 Thread Richard Lynch
On Wed, April 27, 2005 5:09 pm, Rob Agar said:
 hi Dasmeet

 From: Dasmeet Singh
 I have just completed coding for a script... i want to take a
 printout
 of the code.. but the code is very hotch potch..

 Is there any software to automatically set the code with proper
 spacing/tabs extra..and possibly give colors to it too...??

 Check out the PEAR PHP_Beautifier package
 http://pear.php.net/package/PHP_Beautifier

You may also want to investigate http://php.net/syntax_highlight and friends.

Or just copy your hodgepodge.php to pretty.phps and surf to that.

-- 
Like Music?
http://l-i-e.com/artists.htm

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



[PHP] Re: 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] Re: php editor or php IDE for linux with autocompletion

2004-12-01 Thread Christophe Chisogne
M. Sokolewicz wrote:
http://vim.sourceforge.net/tips/tip.php?tip_id=91
Thanks. It's a dictionary based completion.
Is there some way to get completion for user-defined functions,
variables etc, say in php files from/below current working directory?
Perhaps based on ctags? Some editors do it (PHPed I think)
is a HOW, can't find the dictionary file anymore, and don't have it 
locally either (I don't use auto-completion with PHP). But it shouldn't 
be too hard to make ;)
Rasmus vim php dictionary from Google -- looks authoritative ;-)
http://lerdorf.com/funclist.txt
Christophe
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


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

2004-11-30 Thread M. Sokolewicz
[EMAIL PROTECTED] wrote:
Hi.
We use linux as default development system.
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.
Does anyone know about a php IDE?
I got a look at the php editors page, but the things I found there did not
match the requirements. 

Thanks in advance.
I prefer vim, which does have auto-completion, as an add-on. But I 
wouldn't call it an IDE... =/

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


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

2004-11-30 Thread Dustin Wish with INDCO Networks
Speaking of IDE's, does anyone know if Codeweavers has ported Dreamweaver to
Linux? It is my favorite IDE for programming web apps.

-Original Message-
From: M. Sokolewicz [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 30, 2004 9:38 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Re: php editor or php IDE for linux with autocompletion

[EMAIL PROTECTED] wrote:
 Hi.
 
 We use linux as default development system.
 
 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.
 
 Does anyone know about a php IDE?
 
 I got a look at the php editors page, but the things I found there did not
 match the requirements. 
 
 Thanks in advance.
I prefer vim, which does have auto-completion, as an add-on. But I 
wouldn't call it an IDE... =/

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

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.802 / Virus Database: 545 - Release Date: 11/26/2004
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.802 / Virus Database: 545 - Release Date: 11/26/2004
 

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



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

2004-11-30 Thread Christophe Chisogne
M. Sokolewicz wrote:
I prefer vim, which does have auto-completion, as an add-on. 
Interesting. Where can this add-on be found?
(google/vim.org/debian.org, I guess, but...)
wouldn't call it an IDE... =/
Yes, but so usefull when edition html tags
Ex ct to change to end of current tag
Ex c/table to change text before 'table'
And I really like '*' and '#' operators,
that search current _word_ under cursor
(seems emacs cant do that without defining a macro)
Christophe
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


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

2004-11-30 Thread M. Sokolewicz
Christophe Chisogne wrote:
M. Sokolewicz wrote:
I prefer vim, which does have auto-completion, as an add-on. 

Interesting. Where can this add-on be found?
(google/vim.org/debian.org, I guess, but...)
wouldn't call it an IDE... =/

Yes, but so usefull when edition html tags
Ex ct to change to end of current tag
Ex c/table to change text before 'table'
And I really like '*' and '#' operators,
that search current _word_ under cursor
(seems emacs cant do that without defining a macro)
Christophe
http://vim.sourceforge.net/tips/tip.php?tip_id=91
is a HOW, can't find the dictionary file anymore, and don't have it 
locally either (I don't use auto-completion with PHP). But it shouldn't 
be too hard to make ;)

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


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

2004-11-30 Thread Matthew Weier O'Phinney
* M. Sokolewicz [EMAIL PROTECTED]:
 Christophe Chisogne wrote:

  M. Sokolewicz wrote:
  
   I prefer vim, which does have auto-completion, as an add-on. 
  
  
  Interesting. Where can this add-on be found?
  
  (google/vim.org/debian.org, I guess, but...)
  
   wouldn't call it an IDE... =/
  
  
  Yes, but so usefull when edition html tags
  Ex ct to change to end of current tag
  Ex c/table to change text before 'table'
  
  And I really like '*' and '#' operators,
  that search current _word_ under cursor
  (seems emacs cant do that without defining a macro)
 
 http://vim.sourceforge.net/tips/tip.php?tip_id=91

 is a HOW, can't find the dictionary file anymore, and don't have it
 locally either (I don't use auto-completion with PHP). But it
 shouldn't be too hard to make ;)

google for 'rasmus vim php dictionary', and I think you'll find it.

-- 
Matthew Weier O'Phinney   | mailto:[EMAIL PROTECTED]
Webmaster and IT Specialist   | http://www.garden.org
National Gardening Association| http://www.kidsgardening.com
802-863-5251 x156 | http://nationalgardenmonth.org

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



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

2004-11-18 Thread Sebastian Mendel
Peter Lauri wrote:
Best groupmember,
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.
did you tried the FTP-WebDAV plugin?
--
Sebastian Mendel
www.sebastianmendel.de www.warzonez.de www.tekkno4u.de www.nofetish.com
www.sf.net/projects/phpdatetimewww.sf.net/projects/phptimesheet
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Re: PHP editor that doesn't require installation

2004-07-28 Thread rush
Justin Patrin [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Edit locally and FTP manually.

 Or get some kind of mounted FTP filesystemdoesn't Windows XP have
 something like this built in?

As far as I know, but there is great program that does that. WebDrive. A
true little gem I may add.

rush
--
http://www.templatetamer.com/

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



Re: [PHP] Re: PHP editor that doesn't require installation

2004-07-26 Thread barophobia
On Sat, 24 Jul 2004 16:37:03 +0200, rush [EMAIL PROTECTED] wrote:

 scite, from the scintilla fame. TemplateTamer would also work fine if you
 just copy the whole directory

wow. that's a pretty awesome editor. too bad it can't connect to FTP
sites. all my files are remote!

anyone have a work around for this?



thanks.

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



Re: [PHP] Re: PHP editor that doesn't require installation

2004-07-26 Thread Justin Patrin
On Mon, 26 Jul 2004 10:20:56 -0700, barophobia [EMAIL PROTECTED] wrote:
 On Sat, 24 Jul 2004 16:37:03 +0200, rush [EMAIL PROTECTED] wrote:
 
  scite, from the scintilla fame. TemplateTamer would also work fine if you
  just copy the whole directory
 
 wow. that's a pretty awesome editor. too bad it can't connect to FTP
 sites. all my files are remote!
 
 anyone have a work around for this?
 

Edit locally and FTP manually.

Or get some kind of mounted FTP filesystemdoesn't Windows XP have
something like this built in?

-- 
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder

paperCrane --Justin Patrin--

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



Re[2]: [PHP] Re: PHP editor that doesn't require installation

2004-07-26 Thread Tom Rogers
Hi,

Tuesday, July 27, 2004, 7:40:25 AM, you wrote:

JP Edit locally and FTP manually.

JP Or get some kind of mounted FTP filesystemdoesn't Windows XP have
JP something like this built in?

JP -- 
JP DB_DataObject_FormBuilder - The database at your fingertips
JP http://pear.php.net/package/DB_DataObject_FormBuilder

JP paperCrane --Justin Patrin--


I use a program called webdrive
(http://www.webdrive.com/index.php?pg=./products/webdrive/index)
that sets up the remote site as a
local drive which works really well.

-- 
regards,
Tom

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



[PHP] Re: PHP editor that doesn't require installation

2004-07-24 Thread rush
John W. Holmes [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Does anyone know of a good windows PHP editor that I can run from a USB
 flash drive without installing it? A good stand-alone editor. I know how
 to use Vi, so I'll even take a copy of that (so long as it's got syntax
 hightlighting) so long as installation isn't required.

 For everyone else, yes, I know what editor you use, so you don't have to
 tell me. I agree that what you use is the best editor ever. No, really.
 Honest. ;)

scite, from the scintilla fame. TemplateTamer would also work fine if you
just copy the whole directory

rush
--
http://www.templatetamer.com/

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



Re: [PHP] editor for remote files using ssh

2004-07-24 Thread Miroslav Hudak (php/ml)
Vi or ViM :)
m.
Peter Risdon wrote:
I have been using emacs/tramp for editing files on remote machines, but 
I find it can be flaky - no doubt I am doing something wrong. Can anyone 
suggest a good programmers' text editor that at least has syntax 
highlighting and can use ssh for accessing files directly on remote 
machines? I need a Unix program, preferably a FreeBSD port, but am happy 
to compile something myself if it will work consistently or at least 
give some kind of error message if it has difficulty, and not just hang.

TIA.
Peter.
--
Miroslav Hudak
developer  designer
http://hudak.info
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Re: PHP editor that doesn't require installation

2004-07-24 Thread John W. Holmes
rush wrote:
John W. Holmes [EMAIL PROTECTED] wrote in message
Does anyone know of a good windows PHP editor that I can run from a USB
flash drive without installing it? 
scite, from the scintilla fame. TemplateTamer would also work fine if you
just copy the whole directory
Scite is perfect. You rock. A single 364KB file with PHP source code 
highlighting, brace matching, (regex) search and replace and more. It's 
so perfect I won't even make fun of you for mentioning TemplateTamer 
again! ;) Thanks, though, seriously.

--
---John Holmes...
Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/
php|architect: The Magazine for PHP Professionals  www.phparch.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Re: PHP editor that doesn't require installation

2004-07-24 Thread Curt Zirzow
* Thus wrote John W. Holmes:
 rush wrote:
 John W. Holmes [EMAIL PROTECTED] wrote in message
 
 Does anyone know of a good windows PHP editor that I can run from a USB
 flash drive without installing it? 
 
 scite, from the scintilla fame. TemplateTamer would also work fine if you
 just copy the whole directory
 
 Scite is perfect. You rock. A single 364KB file with PHP source code 
 highlighting, brace matching, (regex) search and replace and more. It's 
 so perfect I won't even make fun of you for mentioning TemplateTamer 
 again! ;) Thanks, though, seriously.

364K? That seems almost impossible, i'm going to have check that out :)


Curt
-- 
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about.  No, sir.  Our model is the trapezoid!

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



Re: [PHP] Re: PHP editor that doesn't require installation

2004-07-24 Thread rush
John W. Holmes [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Scite is perfect. You rock. A single 364KB file with PHP source code
 highlighting, brace matching, (regex) search and replace and more. It's
 so perfect I won't even make fun of you for mentioning ...

there is also code folding if I recall correctly. Not making fun of me is
also kindly appreciated, although I am not sure if I would have deserved
that kind of attention in the first place :). Anyway, I suggest that we put
it to rest, and enjoy the rest of the evening/day (depending on the time
zone). Good luck!

rush
--
http://www.templatetamer.com/

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



Re: [PHP] editor for remote files using ssh

2004-07-24 Thread Curt Zirzow
* Thus wrote Miroslav Hudak (php/ml):
 Vi or ViM :)

I swear that topics always come in bunches together.

vim++


Curt
-- 
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about.  No, sir.  Our model is the trapezoid!

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



Re[2]: [PHP] Re: PHP editor that doesn't require installation

2004-07-24 Thread Tom Rogers
Hi,

Sunday, July 25, 2004, 5:18:44 AM, you wrote:

JWH Scite is perfect. You rock. A single 364KB file with PHP source code
JWH highlighting, brace matching, (regex) search and replace and more. It's
JWH so perfect I won't even make fun of you for mentioning TemplateTamer
JWH again! ;) Thanks, though, seriously.

JWH -- 

JWH ---John Holmes...

JWH Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/

JWH php|architect: The Magazine for PHP Professionals – www.phparch.com


I have a modified lexer dll which has slightly better colouring
for php (basically it means php functions can be coloured differently
from the keywords) which I find useful. Your quite welcome to try it
out. Warning: it will add 3K to the dll size :)

-- 
regards,
Tom

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



[PHP] Re: PHP editor

2004-04-15 Thread pete M
I use dreameaver.

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

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


RE: [PHP] Re: PHP editor

2004-04-15 Thread Nunners
www.chami.com/htmlkit/

Excellent product

Nunners

 -Original Message-
 From: pete M [mailto:[EMAIL PROTECTED]
 Sent: 15 April 2004 11:50
 To: [EMAIL PROTECTED]
 Subject: [PHP] Re: PHP editor
 
 I use dreameaver.
 
 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
  
 
 --
 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] Re: PHP editor

2004-04-15 Thread pete M
I code with pencil and paper then scan it  with OCR ;-))

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

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


Re: [PHP] Re: PHP editor

2004-04-15 Thread Richard Harb
Finally somebody else who does it that way
Unfortunately most of the $ signs usually get messed up...

So ... which ocr program do you use / recommend for that?

:)


Thursday, April 15, 2004, 2:12:44 PM, you wrote:

 I code with pencil and paper then scan it  with OCR ;-))

snipped /

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



Re: [PHP] Re: PHP editor

2004-04-15 Thread pete M
 Unfortunately most of the $ signs usually get messed up...

Because I'm in the UK I use £ instead of $ and do a global search and 
replace

Richard Harb wrote:

Finally somebody else who does it that way
Unfortunately most of the $ signs usually get messed up...
So ... which ocr program do you use / recommend for that?

:)

Thursday, April 15, 2004, 2:12:44 PM, you wrote:


I code with pencil and paper then scan it  with OCR ;-))


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


[PHP] Re: PHP Editor - which to use?

2003-09-22 Thread John Taylor-Johnston
I don't know if such an animal exists?
I use Windows Wordpad as a text editor. Then I use Microweb from:
http://www.indigostar.com/microweb.htm
You might want to download a newer copy of PHP from http://www.php.net/downloads.php
This is lilkely not what you are looking for, but will do a very nice job working 
offline.
John

Binay wrote:

 Please suggest me  a good PHP editor like ( Microsoft's Interdev for ASP) to write 
 my php programs/scripts and get a visual feel.

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



Re: [PHP] Re: PHP Editor - which to use?

2003-09-22 Thread Robert Cummings
I find having a virtual host for development to be best when viewing
your handiwork as you develop it. It provides the convenience of
actually running the PHP code, and makes it simple to preview the
content in the most popular browsers to check for incompatibility
issues. Then you can use any text/code editor you please.

Cheers,
Rob.


On Mon, 2003-09-22 at 11:46, John Taylor-Johnston wrote:
 I don't know if such an animal exists?
 I use Windows Wordpad as a text editor. Then I use Microweb from:
 http://www.indigostar.com/microweb.htm
 You might want to download a newer copy of PHP from http://www.php.net/downloads.php
 This is lilkely not what you are looking for, but will do a very nice job working 
 offline.
 John
 
 Binay wrote:
 
  Please suggest me  a good PHP editor like ( Microsoft's Interdev for ASP) to write 
  my php programs/scripts and get a visual feel.
 
-- 
..
| 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



[PHP] Re: PHP Editor - which to use?

2003-09-22 Thread jsWalter
I use Homesite.

It has plug-ins for PHP so you have tps and cose completion.

I just modified another plug it has so I can see then entire list of methods
a script has in a window, which can then jump to, scroll to, insert here.

And I can hit F-12 and it will talk to my apache server and run the script
right there!

All in one!

Thee is CVS integration for Homesite, I just never got around to it.

I just use WinCVS, I'm just lazy.

Walter

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



RE: [PHP] Editor

2003-06-24 Thread Jonathan Wilkes
I use EditPad Lite, although I am thinking of upgrading to the pro version


-Original Message-
From: Denis 'Alpheus' Cahuk [mailto:[EMAIL PROTECTED]
Sent: 24 June 2003 09:15
To: [EMAIL PROTECTED]
Subject: [PHP] Editor


just wanted to know what free editors (for windows) do you use.
Im using Maguma.


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


Re: [PHP] Editor

2003-06-24 Thread Hidayet Dogan
Try http://www.php-editors.com and php-general list archive at
http://marc.theaimsgroup.com/?l=php-general

 Hidayet Dogan
  [EMAIL PROTECTED]

Pleksus Bilisim Teknolojileri D.T.O. A.S.
--
caldiran sok. 14/6 06420 kolej ankara * www.pleksus.com.tr
tel : +90 312 4355343 * faks: +90 312 4354006

On Tue, 24 Jun 2003, Denis 'Alpheus' Cahuk wrote:

 just wanted to know what free editors (for windows) do you use.
 Im using Maguma.


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



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



Re: [PHP] Re: php editor?

2003-06-18 Thread Alberto Ferrer
im use PHPcoder too, and the best :) http://devphp.sourceforge.net/ , and in
Linux Zend Studio :)

--
--
Alberto Ferrer
[EMAIL PROTECTED]
  http://www.barrahome.org
--
Syntax Error in KITCHEN.H: COFFEE not found.
Chris Sherwood [EMAIL PROTECTED] escribió en el mensaje
news:[EMAIL PROTECTED]
 I use PHPCoder Pro and it works great... hook it into your php and apache
 engines and you can run and debug while coding


 - Original Message -
 From: Noel Wade [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, June 16, 2003 9:57 AM
 Subject: Re: [PHP] Re: php editor?


  My favorite little gem is a shareware program called Code-Genie
  (www.code-genie.com).  Its cheap, fast, a slim app, provides tons of
  useful little features, and has TOTALLY user-configurable text-coloring.
  You can specify a particular coloring scheme for each file extension, so
 it
  automatically picks the scheme for the type of programming you're
doing -
  very handy!  Comes with schemes for all of the most common / simple
  programming languages, plus plenty of user-made files for download, too!
 
  It doesn't have any real debugging features, nor can it do fancy things
 like
  track your custom object-functions and color them or present their
  arguments - but for a quick, simple, helpful tool - its just perfect!
 
  Take care,
 
  --Noel
 
 
 
  --
  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] Re: php editor?

2003-06-16 Thread James Hatridge
Hi John et al,,
On Sunday 15 June 2003 02:09, John Nichel wrote:

Linux I  use Quanta.

Do you know how (or if) to get Quanta to color code PHP like it does html? If 
I could get that then Quanta would be almost perfit.

Thanks

JIM

-- 
Jim Hatridge
Linux User #88484
--
 BayerWulf
   Linux System # 129656
 The Recycled Beowulf Project
  Looking for throw-away or obsolete computers and parts
   to recycle into a Linux super computer


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



Re: [PHP] Re: php editor?

2003-06-16 Thread Stefan Dengscherz
Hi James,

Quanta has built in syntax highlighting for PHP; i have made a small
screenshot: http://www.chowned.us/sd/quanta-php.png

regards

Am Mon, 2003-06-16 um 17.49 schrieb James Hatridge:
 Hi John et al,,
 On Sunday 15 June 2003 02:09, John Nichel wrote:
 
 Linux I  use Quanta.
 
 Do you know how (or if) to get Quanta to color code PHP like it does html? If 
 I could get that then Quanta would be almost perfit.
 
 Thanks
 
 JIM
 
 -- 
 Jim Hatridge
 Linux User #88484
 --
  BayerWulf
Linux System # 129656
  The Recycled Beowulf Project
   Looking for throw-away or obsolete computers and parts
to recycle into a Linux super computer
 


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



Re: [PHP] Re: php editor?

2003-06-16 Thread Noel Wade
My favorite little gem is a shareware program called Code-Genie
(www.code-genie.com).  Its cheap, fast, a slim app, provides tons of
useful little features, and has TOTALLY user-configurable text-coloring.
You can specify a particular coloring scheme for each file extension, so it
automatically picks the scheme for the type of programming you're doing -
very handy!  Comes with schemes for all of the most common / simple
programming languages, plus plenty of user-made files for download, too!

It doesn't have any real debugging features, nor can it do fancy things like
track your custom object-functions and color them or present their
arguments - but for a quick, simple, helpful tool - its just perfect!

Take care,

--Noel



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



Re: [PHP] Re: php editor?

2003-06-16 Thread Chris Sherwood
I use PHPCoder Pro and it works great... hook it into your php and apache
engines and you can run and debug while coding


- Original Message -
From: Noel Wade [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, June 16, 2003 9:57 AM
Subject: Re: [PHP] Re: php editor?


 My favorite little gem is a shareware program called Code-Genie
 (www.code-genie.com).  Its cheap, fast, a slim app, provides tons of
 useful little features, and has TOTALLY user-configurable text-coloring.
 You can specify a particular coloring scheme for each file extension, so
it
 automatically picks the scheme for the type of programming you're doing -
 very handy!  Comes with schemes for all of the most common / simple
 programming languages, plus plenty of user-made files for download, too!

 It doesn't have any real debugging features, nor can it do fancy things
like
 track your custom object-functions and color them or present their
 arguments - but for a quick, simple, helpful tool - its just perfect!

 Take care,

 --Noel



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




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



Re: [PHP] Re: php editor?

2003-06-16 Thread Jim McNeely
on mac OS X, BBEdit color codes php, perl, shell scripts, SQL, and 
HTML, and does regular expression searches/replaces etc. across 
multiple files and also cleans the dishes. Its definitely my favorite 
text editor.

jim mcneely

On Monday, June 16, 2003, at 10:49  AM, James Hatridge wrote:

Hi John et al,,
On Sunday 15 June 2003 02:09, John Nichel wrote:
Linux I  use Quanta.
Do you know how (or if) to get Quanta to color code PHP like it does 
html? If
I could get that then Quanta would be almost perfit.

Thanks

JIM

--
Jim Hatridge
Linux User #88484
--
 BayerWulf
   Linux System # 129656
 The Recycled Beowulf Project
  Looking for throw-away or obsolete computers and parts
   to recycle into a Linux super computer
--
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] Re: php editor?

2003-06-15 Thread M-Ali Mahmoodi
thanks all for all

i will test them


M-Ali Mahmoodi [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 hi all
 i'm a beginner in php
 can anyone help me about useful and powerful editors in php?






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



[PHP] Re: php editor?

2003-06-14 Thread Aliaksei Kurets
The best PHP editor I know is Zend Studio. This is a real good editor with
debugging, highlighting and very good code complete.


M-Ali Mahmoodi [EMAIL PROTECTED] ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ × ÎÏ×ÏÓÔÑÈ
ÓÌÅÄÕÀÝÅÅ: news:[EMAIL PROTECTED]
 hi all
 i'm a beginner in php
 can anyone help me about useful and powerful editors in php?






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



RE: [PHP] Re: php editor?

2003-06-14 Thread electroteque
possibly not free though ?

-Original Message-
From: Aliaksei Kurets [mailto:[EMAIL PROTECTED]
Sent: Saturday, June 14, 2003 9:15 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Re: php editor?


The best PHP editor I know is Zend Studio. This is a real good editor with
debugging, highlighting and very good code complete.


M-Ali Mahmoodi [EMAIL PROTECTED] ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ × ÎÏ×ÏÓÔÑÈ
ÓÌÅÄÕÀÝÅÅ: news:[EMAIL PROTECTED]
 hi all
 i'm a beginner in php
 can anyone help me about useful and powerful editors in php?






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


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



Re: [PHP] Re: php editor?

2003-06-14 Thread Aliaksei Kurets
Not free... hmmm (this is very argue point :)))

Electroteque [EMAIL PROTECTED] ???/ ? 
?: news:[EMAIL PROTECTED]
 possibly not free though ?

 -Original Message-
 From: Aliaksei Kurets [mailto:[EMAIL PROTECTED]
 Sent: Saturday, June 14, 2003 9:15 PM
 To: [EMAIL PROTECTED]
 Subject: [PHP] Re: php editor?


 The best PHP editor I know is Zend Studio. This is a real good editor with
 debugging, highlighting and very good code complete.


 M-Ali Mahmoodi [EMAIL PROTECTED] ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ × ÎÏ×ÏÓÔÑÈ
 ÓÌÅÄÕÀÝÅÅ: news:[EMAIL PROTECTED]
  hi all
  i'm a beginner in php
  can anyone help me about useful and powerful editors in 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



[PHP] Re: php editor

2003-01-12 Thread rush
I think Scite (http://www.scintilla.org/SciTE.html) can do it.

rush
--
http://www.templatetamer.org/




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




[PHP] Re: PHP Editor Browser View? (Beginner Question)

2002-12-11 Thread UberGoober
You might consider downloading a package like foxserve
(http://sourceforge.net/projects/foxserv) for your system. This is an
apache/php bundle that will allow you to test your code from a local
instance of php.


Paul Lazare [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 A Company Programmed my Homepage in PHP. Now I want to make simple changes
 like changing some text. And I want to try it alone, so I got myselv
 PHPEdit.

 I copied the complete Homepage on my harddisc to work on it tiht PHP Edit
 and everthing works fine.

 But how can I see the result of the changes (without uploading it the
 provider again)?

 I allready tried to click on new browser and it is opening an empty
 browser...

 sorry for the beginner question. Am I in the right newgroup for this
 question?

 greetings, paul





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




[PHP] Re: PHP Editor Browser View? (Beginner Question)

2002-12-11 Thread David Eisenhart
If your local machine is running Windows you could also use Personal Web
Server or IIS (whichever comes with your Windows) for the web server (of
course you will also need a local copy of php, but this is very easy to set
up)

David Eisenhart




Ubergoober [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 You might consider downloading a package like foxserve
 (http://sourceforge.net/projects/foxserv) for your system. This is an
 apache/php bundle that will allow you to test your code from a local
 instance of php.


 Paul Lazare [EMAIL PROTECTED] wrote in message
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  A Company Programmed my Homepage in PHP. Now I want to make simple
changes
  like changing some text. And I want to try it alone, so I got myselv
  PHPEdit.
 
  I copied the complete Homepage on my harddisc to work on it tiht PHP
Edit
  and everthing works fine.
 
  But how can I see the result of the changes (without uploading it the
  provider again)?
 
  I allready tried to click on new browser and it is opening an empty
  browser...
 
  sorry for the beginner question. Am I in the right newgroup for this
  question?
 
  greetings, paul
 
 





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




Re: [PHP] Editor

2002-09-21 Thread Brad Bonkoski

I like textpad, because it will write files in a Unix friendly way, i.e. none of that 
annoying ^M at the
end of lines! :-)

Bryan McLemore wrote:

 Hi guys, just wondering if anyone could recomend a good editor that is based on 
windows.  Thanks, Bryan


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




RE: [PHP] Editor

2002-09-21 Thread Todd Pasley

You can get vi/vim for windows, without a doubt the best editor of all time
if you can be bothered learning the commands.

Todd.

 -Original Message-
 From: Bryan McLemore [mailto:[EMAIL PROTECTED]]
 Sent: Saturday, 21 September 2002 11:16 PM
 To: PHP GEN LIST
 Subject: [PHP] Editor


 Hi guys, just wondering if anyone could recomend a good editor
 that is based on windows.  Thanks, Bryan



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




Re: [PHP] Editor

2002-09-21 Thread Sascha Cunz

Newest gvim for windows acts in most cases just like any other editor, too. 
You can mark text with the mouse, scroll over with the scrollbars etc. etc. 
It even got a nice menu. This is the best you can get - and it does 
everything.

I even switched from VC++'s IDE to gvim, now ;-)

Am Samstag, 21. September 2002 16:16 schrieb Todd Pasley:
 You can get vi/vim for windows, without a doubt the best editor of all time
 if you can be bothered learning the commands.

 Todd.

  -Original Message-
  From: Bryan McLemore [mailto:[EMAIL PROTECTED]]
  Sent: Saturday, 21 September 2002 11:16 PM
  To: PHP GEN LIST
  Subject: [PHP] Editor
 
 
  Hi guys, just wondering if anyone could recomend a good editor
  that is based on windows.  Thanks, Bryan


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




Re: [PHP] Editor

2002-09-21 Thread Chris Shiflett

http://www.ultraedit.com/

Bryan McLemore wrote:

Hi guys, just wondering if anyone could recomend a good editor that is based on 
windows.



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




Re: [PHP] Editor

2002-09-21 Thread Paul Nicholson

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hey,
I use PHPCoder on my windoze machines.thats when I have to use windows;)
Search google for r2p3setup.exe to get a copy.
~Pauly

On Saturday 21 September 2002 09:15 am, Bryan McLemore wrote:
 Hi guys, just wondering if anyone could recomend a good editor that is
 based on windows.  Thanks, Bryan

- -- 
~Paul Nicholson
Design Specialist @ WebPower Design
The webthe way you want it!
[EMAIL PROTECTED]

It said uses Windows 98 or better, so I loaded Linux!
Registered Linux User #183202 using Register Linux System # 81891
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9jNeaDyXNIUN3+UQRAuLpAKCJyZIYfoy2CcsLrBwct8eARzKt+wCfcign
9nwQhWebxfmPExHhFqcKuHI=
=qL86
-END PGP SIGNATURE-

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




Re: [PHP] Editor

2002-09-21 Thread Liam MacKenzie

Editplus, all the way.
www.editplus.com

Small, fast, very configurable, lots of features, project support, direct
FTP upload

Give it a shot, it's the best  :-)


Liam


- Original Message -
From: Bryan McLemore [EMAIL PROTECTED]
To: PHP GEN LIST [EMAIL PROTECTED]
Sent: Saturday, September 21, 2002 11:15 PM
Subject: [PHP] Editor


Hi guys, just wondering if anyone could recomend a good editor that is based
on windows.  Thanks, Bryan





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




Re: [PHP] Editor

2002-09-21 Thread Chip Wiegand

On Sat, 2002-09-21 at 06:15, Bryan McLemore wrote:
 Hi guys, just wondering if anyone could recomend a good editor that is based on 
windows.  Thanks, Bryan

HTML-Kit by Chami software (www.chami.com) - saves in unix format or
windoze format, extremely configurable, direct uploads/downloads/editing
of files on the remote server, built in Tidy, etc etc.

--
Chip


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




Re: [PHP] editor php

2002-09-19 Thread Adam Williams

/bin/vi

:)

Adam

On Thu, 19 Sep 2002, Gian Michele wrote:

 Hi,
 does any body knows a cool editor for php that run under redhat 7.x and
 where i can find?
 tanks  -- Gian Michele





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




RE: [PHP] editor php

2002-09-19 Thread Steve Bradwell

Lol. Here, Here!

-Original Message-
From: Adam Williams [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 19, 2002 11:06 AM
To: Gian Michele
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] editor php


/bin/vi

:)

Adam

On Thu, 19 Sep 2002, Gian Michele wrote:

 Hi,
 does any body knows a cool editor for php that run under redhat 7.x and
 where i can find?
 tanks  -- Gian Michele





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

2002-09-19 Thread John Wards

Zend Studio if you can afford it...

www.zend.com

My work paid for it aint I lucky.

John Wards
SportNetwork.net
- Original Message - 
From: Gian Michele [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, September 19, 2002 4:57 PM
Subject: [PHP] editor php


 Hi,
 does any body knows a cool editor for php that run under redhat 7.x and 
 where i can find?
 tanks  -- Gian Michele
 
 
 -- 
 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] editor php

2002-09-19 Thread Eric C. Pollitt

I haven't tried this, but it's a PHP Class named, EditPHP.

http://spunge.mirrors.phpclasses.org/goto/browse.html/package/43.html

Eric C. Pollitt, Founder
401 E. Illinois Ave.
Peoria, IL 61603
Global Hemp - Portal to the hemp community
http://www.globalhemp.com/

Hunt out places and soil suitable for flax and hemp, and let them there be
grown.
-- Brigham Young, 1861

 From: Gian Michele [EMAIL PROTECTED]
 Date: Thu, 19 Sep 2002 17:57:48 +0200
 To: [EMAIL PROTECTED]
 Subject: [PHP] editor php
 
 Hi,
 does any body knows a cool editor for php that run under redhat 7.x and
 where i can find?
 tanks  -- Gian Michele
 
 
 -- 
 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] editor php

2002-09-19 Thread Paul Nicholson

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I've used Quantaits an opensource project.
http://quanta.sourceforge.net/
~Pauly

On Thursday 19 September 2002 11:57 am, Gian Michele wrote:
 Hi,
 does any body knows a cool editor for php that run under redhat 7.x and
 where i can find?
 tanks  -- Gian Michele

- -- 
~Paul Nicholson
Design Specialist @ WebPower Design
The webthe way you want it!
[EMAIL PROTECTED]

It said uses Windows 98 or better, so I loaded Linux!
Registered Linux User #183202 using Register Linux System # 81891
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9ifjoDyXNIUN3+UQRAg/DAKCQkRcfosrBNW5iSExXMmRAol4eFgCePbsK
asGslqIH/5oN9VSydkp+RKI=
=s6uN
-END PGP SIGNATURE-

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




RE: [PHP] Editor

2002-06-18 Thread Brian McGarvie

I have been using this for a couple of years and personally consider it the best 
all-round editor next to UltraEdit for codeing not just web-pages but other 
languages...

It's extremely flexible plug-in modules are easy to develop if you need it to do 
something, and also has quite a few decent ones that people are contributing. I've 
been trying to develop a HTML-KIT plug-in that will allow me to execute a php script 
and list any errors/warnings, so that i can check it before uploadin/testing...

Things like that make it e very nice editor... the latest Beta is especially nice...

I am presently developing an Intranet for a multi-national and this is the editor I 
have used... even when they gave me a budget to aquire any software I needed.

 -Original Message-
 From: Adrian Greeman 
 [mailto:[EMAIL PROTECTED]]
 Sent: 16 June 2002 10:38 AM
 To: [EMAIL PROTECTED]
 Subject: [PHP] Editor
 
 
 
 
 Sorry everyone - I clean forgot to add in aURL for the 
 editing programme I
 recommended a couple of days ago.
 
 It was HTML_Kit and the appropriate web site is below.
 
 
 I would be interested in comments anyway on what people think.
 
 http://www.chami.com/html-kit/
 
 
 
 
 
 
 -- 
 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] Editor

2002-06-14 Thread cal

URL??
:)
*
* Cal Evans
* Techno-Mage
* http://www.calevans.com
*

- Original Message -
From: Adrian Greeman [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, June 14, 2002 8:18 AM
Subject: [PHP] Editor


 I am just surprised that noone mentioned HTML-Kit among all the editors
 suggested.  I think it is fine and it even gives you a quick preview in
 browser window  for HTML.  It gives you PHP among various other options
 colouring the code differently and you can just highlight code to surround
 it with php tags for example.

 Does Java and other stuff too.

 Lots of plug-ins endlessly under development

 And it's FREE.

 I have it plugged in as the external text editor of choice with
Dreamweaver.





 Regards


 Adrian Greeman


 Telephone +44 20 8672 9661
 Mobile +44 780 329 7447

 e-mail:-
 [EMAIL PROTECTED]

 or

 [EMAIL PROTECTED]


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

2002-06-14 Thread 1LT John W. Holmes

Google??

http://www.google.com/search?hl=enie=UTF8oe=UTF8q=HTML-Kit

---John Holmes...

- Original Message -
From: [EMAIL PROTECTED]
To: Adrian Greeman [EMAIL PROTECTED];
[EMAIL PROTECTED]
Sent: Friday, June 14, 2002 11:38 AM
Subject: Re: [PHP] Editor


 URL??
 :)
 *
 * Cal Evans
 * Techno-Mage
 * http://www.calevans.com
 *

 - Original Message -
 From: Adrian Greeman [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, June 14, 2002 8:18 AM
 Subject: [PHP] Editor


  I am just surprised that noone mentioned HTML-Kit among all the editors
  suggested.  I think it is fine and it even gives you a quick preview in
  browser window  for HTML.  It gives you PHP among various other options
  colouring the code differently and you can just highlight code to
surround
  it with php tags for example.
 
  Does Java and other stuff too.
 
  Lots of plug-ins endlessly under development
 
  And it's FREE.
 
  I have it plugged in as the external text editor of choice with
 Dreamweaver.
 
 
 
 
 
  Regards
 
 
  Adrian Greeman
 
 
  Telephone +44 20 8672 9661
  Mobile +44 780 329 7447
 
  e-mail:-
  [EMAIL PROTECTED]
 
  or
 
  [EMAIL PROTECTED]
 
 
  --
  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] Editor

2002-06-14 Thread Chris Bunting

PHP Editors List...

http://www.itworks.demon.co.uk/phpeditors.htm

Check out http://www.php.net

The links section is handy at times...


Chris

_
Chat with friends online, try MSN Messenger: http://messenger.msn.com


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




Re: [PHP] Editor

2002-06-13 Thread Kurth Bemis (List Monkey)

At 09:18 PM 6/13/2002 +0200, Daniele Baroncelli wrote:

allaire homesite hands down

~kurth

Hi guys,

Although any editor should be fine when coding PHP, I find that the standard
Notepad it's a real pain in the ass. Especially when the script gives you an
error at line 222 ! Each time I have to scroll and count each single line!

Can anyone suggest me a different editor ?


Cheers

Daniele



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


Kurth Bemis - Network/Systems Administrator, USAExpress.net/Ozone Computer

Jedi business, Go back to your drinks - Anakin Skywalker, AOTC

[EMAIL PROTECTED] | http://kurth.hardcrypto.com
PGP key available - http://kurth.hardcrypto.com/pgp



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




Re: [PHP] Editor

2002-06-13 Thread Ray Hunter

Actually it is macromedia now.  And it is windows based, what about us linux
or unix or xbsd guys.

Ray Hunter



- Original Message -
From: Kurth Bemis (List Monkey) [EMAIL PROTECTED]
To: Daniele Baroncelli [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, June 13, 2002 1:24 PM
Subject: Re: [PHP] Editor


 At 09:18 PM 6/13/2002 +0200, Daniele Baroncelli wrote:

 allaire homesite hands down

 ~kurth

 Hi guys,
 
 Although any editor should be fine when coding PHP, I find that the
standard
 Notepad it's a real pain in the ass. Especially when the script gives you
an
 error at line 222 ! Each time I have to scroll and count each single
line!
 
 Can anyone suggest me a different editor ?
 
 
 Cheers
 
 Daniele
 
 
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


 Kurth Bemis - Network/Systems Administrator, USAExpress.net/Ozone Computer

 Jedi business, Go back to your drinks - Anakin Skywalker, AOTC

 [EMAIL PROTECTED] | http://kurth.hardcrypto.com
 PGP key available - http://kurth.hardcrypto.com/pgp



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

2002-06-13 Thread Kurth Bemis (List Monkey)

At 01:23 PM 6/13/2002 -0600, Ray Hunter wrote:

emacs with phpmode.lisp (do a google search for it)

and on apple - pre os X we like bbedit and on X we like emacs :-)

~kurth

Actually it is macromedia now.  And it is windows based, what about us linux
or unix or xbsd guys.

Ray Hunter



- Original Message -
From: Kurth Bemis (List Monkey) [EMAIL PROTECTED]
To: Daniele Baroncelli [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, June 13, 2002 1:24 PM
Subject: Re: [PHP] Editor


  At 09:18 PM 6/13/2002 +0200, Daniele Baroncelli wrote:
 
  allaire homesite hands down
 
  ~kurth
 
  Hi guys,
  
  Although any editor should be fine when coding PHP, I find that the
standard
  Notepad it's a real pain in the ass. Especially when the script gives you
an
  error at line 222 ! Each time I have to scroll and count each single
line!
  
  Can anyone suggest me a different editor ?
  
  
  Cheers
  
  Daniele
  
  
  
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php
 
 
  Kurth Bemis - Network/Systems Administrator, USAExpress.net/Ozone Computer
 
  Jedi business, Go back to your drinks - Anakin Skywalker, AOTC
 
  [EMAIL PROTECTED] | http://kurth.hardcrypto.com
  PGP key available - http://kurth.hardcrypto.com/pgp
 
 
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php


Kurth Bemis - Network/Systems Administrator, USAExpress.net/Ozone Computer

Jedi business, Go back to your drinks - Anakin Skywalker, AOTC

[EMAIL PROTECTED] | http://kurth.hardcrypto.com
PGP key available - http://kurth.hardcrypto.com/pgp



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




Re: [PHP] Editor

2002-06-13 Thread Kevin Caporaso

vi  !!


Ray Hunter [EMAIL PROTECTED] wrote in message
008d01c2130f$bb7e29c0$[EMAIL PROTECTED]">news:008d01c2130f$bb7e29c0$[EMAIL PROTECTED]...
 Actually it is macromedia now.  And it is windows based, what about us
linux
 or unix or xbsd guys.

 Ray Hunter



 - Original Message -
 From: Kurth Bemis (List Monkey) [EMAIL PROTECTED]
 To: Daniele Baroncelli [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Thursday, June 13, 2002 1:24 PM
 Subject: Re: [PHP] Editor


  At 09:18 PM 6/13/2002 +0200, Daniele Baroncelli wrote:
 
  allaire homesite hands down
 
  ~kurth
 
  Hi guys,
  
  Although any editor should be fine when coding PHP, I find that the
 standard
  Notepad it's a real pain in the ass. Especially when the script gives
you
 an
  error at line 222 ! Each time I have to scroll and count each single
 line!
  
  Can anyone suggest me a different editor ?
  
  
  Cheers
  
  Daniele
  
  
  
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php
 
 
  Kurth Bemis - Network/Systems Administrator, USAExpress.net/Ozone
Computer
 
  Jedi business, Go back to your drinks - Anakin Skywalker, AOTC
 
  [EMAIL PROTECTED] | http://kurth.hardcrypto.com
  PGP key available - http://kurth.hardcrypto.com/pgp
 
 
 
  --
  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] Editor

2002-06-13 Thread Ray Hunter

If color is all you want then try using vim.


Ray Hunter

- Original Message -
From: Kurth Bemis (List Monkey) [EMAIL PROTECTED]
To: Ray Hunter [EMAIL PROTECTED]
Cc: Daniele Baroncelli [EMAIL PROTECTED];
[EMAIL PROTECTED]
Sent: Thursday, June 13, 2002 1:29 PM
Subject: Re: [PHP] Editor


 At 01:23 PM 6/13/2002 -0600, Ray Hunter wrote:

 emacs with phpmode.lisp (do a google search for it)

 and on apple - pre os X we like bbedit and on X we like emacs :-)

 ~kurth

 Actually it is macromedia now.  And it is windows based, what about us
linux
 or unix or xbsd guys.
 
 Ray Hunter
 
 
 
 - Original Message -
 From: Kurth Bemis (List Monkey) [EMAIL PROTECTED]
 To: Daniele Baroncelli [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Thursday, June 13, 2002 1:24 PM
 Subject: Re: [PHP] Editor
 
 
   At 09:18 PM 6/13/2002 +0200, Daniele Baroncelli wrote:
  
   allaire homesite hands down
  
   ~kurth
  
   Hi guys,
   
   Although any editor should be fine when coding PHP, I find that the
 standard
   Notepad it's a real pain in the ass. Especially when the script gives
you
 an
   error at line 222 ! Each time I have to scroll and count each single
 line!
   
   Can anyone suggest me a different editor ?
   
   
   Cheers
   
   Daniele
   
   
   
   --
   PHP General Mailing List (http://www.php.net/)
   To unsubscribe, visit: http://www.php.net/unsub.php
  
  
   Kurth Bemis - Network/Systems Administrator, USAExpress.net/Ozone
Computer
  
   Jedi business, Go back to your drinks - Anakin Skywalker, AOTC
  
   [EMAIL PROTECTED] | http://kurth.hardcrypto.com
   PGP key available - http://kurth.hardcrypto.com/pgp
  
  
  
   --
   PHP General Mailing List (http://www.php.net/)
   To unsubscribe, visit: http://www.php.net/unsub.php


 Kurth Bemis - Network/Systems Administrator, USAExpress.net/Ozone Computer

 Jedi business, Go back to your drinks - Anakin Skywalker, AOTC

 [EMAIL PROTECTED] | http://kurth.hardcrypto.com
 PGP key available - http://kurth.hardcrypto.com/pgp



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




Re: [PHP] Editor

2002-06-13 Thread Philip Olson


Some popular editors that meet your OS requirements (win32), 
all have PHP syntax capabilities (in no particular order):

 - ultraedit
 - editplus
 - textpad
 - zend ide
 - homesite

Download and try them all :)

Regards,
Philip Olson



On Thu, 13 Jun 2002, Daniele Baroncelli wrote:

 Hi guys,
 
 Although any editor should be fine when coding PHP, I find that the standard
 Notepad it's a real pain in the ass. Especially when the script gives you an
 error at line 222 ! Each time I have to scroll and count each single line!
 
 Can anyone suggest me a different editor ?
 
 
 Cheers
 
 Daniele
 
 
 
 -- 
 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] Editor

2002-06-13 Thread Jay Blanchard

[snip]
Can anyone suggest me a different editor ?
[/snip]

PHPEdit (http://www.phpedit.com)

HTH!

Jay


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




Re: [PHP] Editor

2002-06-13 Thread Philipp Melab

I love emacs with php-mode.el.
He's small, reliable, customizable and if you've ever worked with Komodo or 
Zend IDE you'll find out that he's damn fast.

yours Philipp


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




Re: [PHP] Editor

2002-06-13 Thread Liam MacKenzie

EditPlus
Small, fast and very very effective.

www.editplus.com



- Original Message -
From: Daniele Baroncelli [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, June 14, 2002 5:18 AM
Subject: [PHP] Editor


 Hi guys,

 Although any editor should be fine when coding PHP, I find that the
standard
 Notepad it's a real pain in the ass. Especially when the script gives you
an
 error at line 222 ! Each time I have to scroll and count each single line!

 Can anyone suggest me a different editor ?


 Cheers

 Daniele



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

2002-06-13 Thread Robin Bouwhuis

In notepad there is an option for 'goto' if you are not using wordwrap  it
is under the edit menu.  then type in the line number and it will take you
to the line you need


Robin


- Original Message -
From: Daniele Baroncelli [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, June 13, 2002 3:18 PM
Subject: [PHP] Editor


 Hi guys,

 Although any editor should be fine when coding PHP, I find that the
standard
 Notepad it's a real pain in the ass. Especially when the script gives you
an
 error at line 222 ! Each time I have to scroll and count each single line!

 Can anyone suggest me a different editor ?


 Cheers

 Daniele



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

2002-06-13 Thread lherbst


If you are using XP, notepad can take you right to the line you need.
Select Edit...Go to... and enter the line number you want to go to.  Also,
Ctrl+G works.   I don't know if the XP version of notepad will work in any
prior windows or not.

Lee




   
  
Daniele   
  
Baroncelli   To: [EMAIL PROTECTED]
  
daniele@baroncc:  
  
celli.comSubject: [PHP] Editor
  
   
  
06/13/2002 
  
03:18 PM   
  
   
  
   
  



Hi guys,

Although any editor should be fine when coding PHP, I find that the
standard
Notepad it's a real pain in the ass. Especially when the script gives you
an
error at line 222 ! Each time I have to scroll and count each single line!

Can anyone suggest me a different editor ?


Cheers

Daniele



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

2002-06-13 Thread Scott

I have been using Home Site since it came out in the 90's.  Currently 
Macromedia Home Site 5.0.  It is my number one choice because I have to 
often switch between PHP and ASP at our show during our conversion over to 
LAMP.

We bought Zend Studio and I have been using more at times, but miss all 
the snippets and custom buttons I have been building in Home Site for 
years.

On the Linux side I would check out XEmacs with the PHP add on.  I think 
it was nedit that also worked well for me.

-Scott




On Thu, 13 Jun 2002, Daniele Baroncelli wrote:

 Hi guys,
 
 Although any editor should be fine when coding PHP, I find that the standard
 Notepad it's a real pain in the ass. Especially when the script gives you an
 error at line 222 ! Each time I have to scroll and count each single line!
 
 Can anyone suggest me a different editor ?
 
 
 Cheers
 
 Daniele
 
 
 
 

-- 
-
Now Playing:  Sugar Ray - Answer The Phone
  Server Uptime:  187 days

www.scottah.com



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




Re: [PHP] Editor

2002-06-13 Thread Greg Donald

On Thu, 13 Jun 2002, Daniele Baroncelli wrote:

Can anyone suggest me a different editor ?

Depending on my OS I amd sitting in front of:

vim - www.vim.org
editplus - www.editplus.com

-- 
---
Greg Donald
http://destiney.com/public.key
---



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




Re: [PHP] Editor

2002-06-13 Thread Michael Sweeney

I've been using jEdit (www.jedit.org) for months under Linux - very
effective for PHP (as well as Java and many other languages). Perhaps
comparable to TextEdit in the Windows universe, complete with 'snippet'
insertion. Many plugins available, very extensible, very capable editor.

..michael..

On Thu, 2002-06-13 at 12:23, Ray Hunter wrote:
 Actually it is macromedia now.  And it is windows based, what about us linux
 or unix or xbsd guys.
 
 Ray Hunter
 
 
 
 - Original Message -
 From: Kurth Bemis (List Monkey) [EMAIL PROTECTED]
 To: Daniele Baroncelli [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Thursday, June 13, 2002 1:24 PM
 Subject: Re: [PHP] Editor
 
 
  At 09:18 PM 6/13/2002 +0200, Daniele Baroncelli wrote:
 
  allaire homesite hands down
 
  ~kurth
 
  Hi guys,
  
  Although any editor should be fine when coding PHP, I find that the
 standard
  Notepad it's a real pain in the ass. Especially when the script gives you
 an
  error at line 222 ! Each time I have to scroll and count each single
 line!
  
  Can anyone suggest me a different editor ?
  
  
  Cheers
  
  Daniele
  
  
  




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




  1   2   >