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

2007-10-19 Thread Børge Holen
On Thursday 18 October 2007 09:59:16 Nathan Nobbe wrote:
 On 10/18/07, Zoltán Németh [EMAIL PROTECTED] wrote:
  2007. 10. 18, csütörtök keltezéssel 12.56-kor Matt Arnilo S. Baluyos
 
  (Mailing Lists) ezt írta:
   Does Eclipse already have word-wrap?
  
   To my disappointment, it was still lacking that basic functionality
   the last time I tried it.

 a quick google tells the story of word wrap in eclipse; strangely ive never
 felt the need for it and ive been using php-eclipse for about 2 years now.

 i go to kate for all my peripheral editing needs.  i was using jedit; but
 kate
 is much leaner and i use kde anyway.  plus protoeditor can be compiled into
 kate which is nice.

 -nathan


Why wouldn't just anyone use quanta, and let this old bugger thread be, it's 
sleepy

---
Børge Holen

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



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

2007-10-18 Thread Zoltán Németh
2007. 10. 18, csütörtök keltezéssel 12.56-kor Matt Arnilo S. Baluyos
(Mailing Lists) ezt írta:
 Does Eclipse already have word-wrap?
 
 To my disappointment, it was still lacking that basic functionality
 the last time I tried it.
 

I use easyeclipse for php, and I think I've seen some option like that
somewhere but cannot remember where since I don't need it and never
needed...

greets
Zoltán Németh

 
 On 8/3/07, Nathan Nobbe [EMAIL PROTECTED] wrote:
  eclipse with php eclipse, but i may be switching to eclipse pdt once it
  becomes stable if there is no support for xdebug in php eclipse when it
  does.
 
  -nathan
 
  On 8/2/07, Merlin [EMAIL PROTECTED] wrote:
  
   Hi there,
  
   I have worked now for several years happily with homesite 4.5, but now
   it looks like I have to switch to another system as homesite will not
   run without admin rights on a XP machine.
  
   What editors do you use? Do you have any recomendations on a special
   one? I have looked into eclipse, but I would hear from your experience
   which one would you recommend me to switch to?
  
   Thank you for any comment.
  
   Best regards,
  
   Merlin
 
 -- 
 Stand before it and there is no beginning.
 Follow it and there is no end.
 Stay with the ancient Tao,
 Move with the present.
 

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



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

2007-10-18 Thread Chen Lei

Matt Arnilo S. Baluyos (Mailing Lists) 写道:

On 10/18/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
  

2007/10/18, Matt Arnilo S. Baluyos (Mailing Lists)
[EMAIL PROTECTED]:


Does Eclipse already have word-wrap?

To my disappointment, it was still lacking that basic functionality
the last time I tried it.
  

PHP Eclipse's auto format code?



Hmmm. Not so sure if that's the name they use for such feature. But
something that does basic word-wrapping for Eclipse.

  
When press Return inside a string, it auto generate  .  at the point, 
and split to two lines, like this:

$str = asf asdflk jasfdljaserija slfdkjalsdjtoia sjdflk ajsotiu  .
aslfdj atsujaoisdjfalstjioaew fasd;
It provide the Code Formatter, but the code formatted not pretty well!

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



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

2007-10-18 Thread Nathan Nobbe
On 10/18/07, Zoltán Németh [EMAIL PROTECTED] wrote:

 2007. 10. 18, csütörtök keltezéssel 12.56-kor Matt Arnilo S. Baluyos
 (Mailing Lists) ezt írta:
  Does Eclipse already have word-wrap?
 
  To my disappointment, it was still lacking that basic functionality
  the last time I tried it.


a quick google tells the story of word wrap in eclipse; strangely ive never
felt the need for it and ive been using php-eclipse for about 2 years now.

i go to kate for all my peripheral editing needs.  i was using jedit; but
kate
is much leaner and i use kde anyway.  plus protoeditor can be compiled into
kate which is nice.

-nathan


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

2007-10-17 Thread Jason Pruim


On Oct 16, 2007, at 5:26 PM, Matt Livingston wrote:


That is why I believe in a disposable system

I have 2 main computers, one running XP and the other running  
Ubuntu Linux.
I make regular backups to secure server online via FTP and  
regularly burn
backups to CD.  At any time if I got a virus that was by some  
(small) chance
powerful enough to cause damage to my PC that could not easily be  
cleaned up
- I would simply reformat the HD and reinstall the OS ;) (and that  
process
of reformatting and reinstalling takes a mere 30 minutes to 2 hours  
- latter

being the Windows and former being Ubuntu)

-Matt


Just another reason I'm glad I have a Mac :) No virus to worry about :)



--

Jason Pruim
Raoset Inc.
Technology Manager
MQC Specialist
3251 132nd ave
Holland, MI, 49424
www.raoset.com
[EMAIL PROTECTED]

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



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

2007-10-17 Thread Matt Arnilo S. Baluyos (Mailing Lists)
Does Eclipse already have word-wrap?

To my disappointment, it was still lacking that basic functionality
the last time I tried it.


On 8/3/07, Nathan Nobbe [EMAIL PROTECTED] wrote:
 eclipse with php eclipse, but i may be switching to eclipse pdt once it
 becomes stable if there is no support for xdebug in php eclipse when it
 does.

 -nathan

 On 8/2/07, Merlin [EMAIL PROTECTED] wrote:
 
  Hi there,
 
  I have worked now for several years happily with homesite 4.5, but now
  it looks like I have to switch to another system as homesite will not
  run without admin rights on a XP machine.
 
  What editors do you use? Do you have any recomendations on a special
  one? I have looked into eclipse, but I would hear from your experience
  which one would you recommend me to switch to?
 
  Thank you for any comment.
 
  Best regards,
 
  Merlin

-- 
Stand before it and there is no beginning.
Follow it and there is no end.
Stay with the ancient Tao,
Move with the present.

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



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

2007-10-17 Thread Matt Arnilo S. Baluyos (Mailing Lists)
On 10/18/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 2007/10/18, Matt Arnilo S. Baluyos (Mailing Lists)
 [EMAIL PROTECTED]:
  Does Eclipse already have word-wrap?
 
  To my disappointment, it was still lacking that basic functionality
  the last time I tried it.

 PHP Eclipse's auto format code?

Hmmm. Not so sure if that's the name they use for such feature. But
something that does basic word-wrapping for Eclipse.

-- 
Stand before it and there is no beginning.
Follow it and there is no end.
Stay with the ancient Tao,
Move with the present.

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



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

2007-10-16 Thread mooor

 
  I recommed you Codelobster php edition. Very good free php editor. 

   It reminds me a mix of Zend Studio and MS Visual Studio.  If to the basic
features they are: 

syntax highlighting, an intelligent outocomplete, step by step debugger,
help on php, html, mysql; jump 

to funtion's or class's declaration in the project; search within the
project; highlighting of paired tags and brackets; Calss View.

I like that it has small size - only 5 mb. Free.

I've downloaded from:
http://www.codelobster.com
Good luck!


-- 
View this message in context: 
http://www.nabble.com/Which-PHP-Editor-to-use--tf4207185.html#a13231686
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] Which PHP-Editor to use?

2007-10-16 Thread Zoltán Németh
2007. 10. 16, kedd keltezéssel 04.59-kor mooor ezt írta:
  
   I recommed you Codelobster php edition. Very good free php editor. 
 
It reminds me a mix of Zend Studio and MS Visual Studio.  If to the basic
 features they are: 
 
 syntax highlighting, an intelligent outocomplete, step by step debugger,
 help on php, html, mysql; jump 
 
 to funtion's or class's declaration in the project; search within the
 project; highlighting of paired tags and brackets; Calss View.
 
 I like that it has small size - only 5 mb. Free.
 
 I've downloaded from:
 http://www.codelobster.com
 Good luck!
 
 

wow I haven't seen that thread for several weeks. this is really thread
resurrection lol :)

anyway, this thread has been talked to death a million times, so we
could just let it drop finally (I thought we already did it...) ;)

greets,
Zoltán Németh

 -- 
 View this message in context: 
 http://www.nabble.com/Which-PHP-Editor-to-use--tf4207185.html#a13231686
 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] Which PHP-Editor to use?

2007-10-16 Thread Stut

Zoltán Németh wrote:

2007. 10. 16, kedd keltezéssel 04.59-kor mooor ezt írta:
 
  I recommed you Codelobster php edition. Very good free php editor. 


   It reminds me a mix of Zend Studio and MS Visual Studio.  If to the basic
features they are: 


syntax highlighting, an intelligent outocomplete, step by step debugger,
help on php, html, mysql; jump 


to funtion's or class's declaration in the project; search within the
project; highlighting of paired tags and brackets; Calss View.

I like that it has small size - only 5 mb. Free.

I've downloaded from:
http://www.codelobster.com
Good luck!




wow I haven't seen that thread for several weeks. this is really thread
resurrection lol :)

anyway, this thread has been talked to death a million times, so we
could just let it drop finally (I thought we already did it...) ;)


Nahh. I wanna hear more about the Drug and Drop function for loading a 
new file. Cause everyone knows that for best results you've gotta drug 
files before you drop them into an application.


http://www.codelobster.com/details_phped.html (end of page)

-Stut

--
http://stut.net/

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



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

2007-10-16 Thread Philip Thompson
On 10/16/07, Stut [EMAIL PROTECTED] wrote:

 Zoltán Németh wrote:
  2007. 10. 16, kedd keltezéssel 04.59-kor mooor ezt írta:
 
I recommed you Codelobster php edition. Very good free php
 editor.
 
 It reminds me a mix of Zend Studio and MS Visual Studio.  If to the
 basic
  features they are:
 
  syntax highlighting, an intelligent outocomplete, step by step
 debugger,
  help on php, html, mysql; jump
 
  to funtion's or class's declaration in the project; search within the
  project; highlighting of paired tags and brackets; Calss View.
 
  I like that it has small size - only 5 mb. Free.
 
  I've downloaded from:
  http://www.codelobster.com
  Good luck!
 
 
 
  wow I haven't seen that thread for several weeks. this is really thread
  resurrection lol :)
 
  anyway, this thread has been talked to death a million times, so we
  could just let it drop finally (I thought we already did it...) ;)

 Nahh. I wanna hear more about the Drug and Drop function for loading a
 new file. Cause everyone knows that for best results you've gotta drug
 files before you drop them into an application.

 http://www.codelobster.com/details_phped.html (end of page)

 -Stut


Outta curiosity... is this a legit piece of software? I went to the site and
it *looks* real but we all know how looks can be. =P I wasn't interested
in downloading a virus this morning. any takers? =D

~Philip


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

2007-10-16 Thread marek
Ahh, so you're one of those running with out anti-virus! ... now we know
why there is so much spam :P
j/k, its legit.

Marek

Philip Thompson wrote:

 Outta curiosity... is this a legit piece of software? I went to the site and
 it *looks* real but we all know how looks can be. =P I wasn't interested
 in downloading a virus this morning. any takers? =D

 ~Philip

   

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



RE: [PHP] Which PHP-Editor to use?

2007-10-16 Thread Bastien Koert

In the same boat here...waiting for a guinea pig to ok it
 
Bastien Date: Tue, 16 Oct 2007 08:56:16 -0500 From: [EMAIL PROTECTED] To: 
php-general@lists.php.net Subject: Re: [PHP] Which PHP-Editor to use?  On 
10/16/07, Stut [EMAIL PROTECTED] wrote:   Zoltán Németh wrote:   2007. 
10. 16, kedd keltezéssel 04.59-kor mooor ezt írta: I recommed you 
Codelobster php edition. Very good free php  editor. It reminds 
me a mix of Zend Studio and MS Visual Studio. If to the  basic   features 
they are: syntax highlighting, an intelligent outocomplete, step by 
step  debugger,   help on php, html, mysql; jump to funtion's 
or class's declaration in the project; search within the   project; 
highlighting of paired tags and brackets; Calss View. I like that 
it has small size - only 5 mb. Free. I've downloaded from:   
http://www.codelobster.com   Good luck! wow I haven't 
seen that thread for several weeks. this is really thread   resurrection lol 
:) anyway, this thread has been talked to death a million times, so 
we   could just let it drop finally (I thought we already did it...) ;)  
 Nahh. I wanna hear more about the Drug and Drop function for loading a  
new file. Cause everyone knows that for best results you've gotta drug  
files before you drop them into an application.   
http://www.codelobster.com/details_phped.html (end of page)   -Stut   
Outta curiosity... is this a legit piece of software? I went to the site and 
it *looks* real but we all know how looks can be. =P I wasn't interested 
in downloading a virus this morning. any takers? =D  ~Philip
_
Express yourself with free Messenger emoticons. Get them today!
http://www.freemessengeremoticons.ca/?icid=EMENCA122

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

2007-10-16 Thread Matt Livingston
That is why I believe in a disposable system

I have 2 main computers, one running XP and the other running Ubuntu Linux.
I make regular backups to secure server online via FTP and regularly burn
backups to CD.  At any time if I got a virus that was by some (small) chance
powerful enough to cause damage to my PC that could not easily be cleaned up
- I would simply reformat the HD and reinstall the OS ;) (and that process
of reformatting and reinstalling takes a mere 30 minutes to 2 hours - latter
being the Windows and former being Ubuntu)

-Matt


On 10/16/07, Bastien Koert [EMAIL PROTECTED] wrote:


 In the same boat here...waiting for a guinea pig to ok it

 Bastien Date: Tue, 16 Oct 2007 08:56:16 -0500 From:
 [EMAIL PROTECTED] To: php-general@lists.php.net Subject: Re: [PHP]
 Which PHP-Editor to use?  On 10/16/07, Stut [EMAIL PROTECTED] wrote:
   Zoltán Németh wrote:   2007. 10. 16, kedd keltezéssel 04.59-kormooor 
   ezt írta: I recommed you Codelobster php edition. Very
 good free php  editor. It reminds me a mix of Zend Studio and
 MS Visual Studio. If to the  basic   features they are:
 syntax highlighting, an intelligent outocomplete, step by step  debugger,
   help on php, html, mysql; jump to funtion's or class's
 declaration in the project; search within the   project; highlighting of
 paired tags and brackets; Calss View. I like that it has small
 size - only 5 mb. Free. I've downloaded from:  
 http://www.codelobster.com   Good luck! wow I
 haven't seen that thread for several weeks. this is really thread  
 resurrection lol :) anyway, this thread has been talked to death a
 million times, so we   could just let it drop finally (I thought we
 already did it...) ;)   Nahh. I wanna hear more about the Drug and Drop
 function for loading a  new file. Cause everyone knows that for best
 results you've gotta drug  files before you drop them into an
 application.   http://www.codelobster.com/details_phped.html (end of
 page)   -Stut   Outta curiosity... is this a legit piece of
 software? I went to the site and it *looks* real but we all know how
 looks can be. =P I wasn't interested in downloading a virus this
 morning. any takers? =D  ~Philip
 _
 Express yourself with free Messenger emoticons. Get them today!
 http://www.freemessengeremoticons.ca/?icid=EMENCA122




-- 
-Matt Livingston


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

2007-10-16 Thread Tom Ray [Lists]

Stut wrote:

Zoltán Németh wrote:

2007. 10. 16, kedd keltezéssel 04.59-kor mooor ezt írta:
 
  I recommed you Codelobster php edition. Very good free php 
editor.
   It reminds me a mix of Zend Studio and MS Visual Studio.  If to 
the basic

features they are:
syntax highlighting, an intelligent outocomplete, step by step 
debugger,

help on php, html, mysql; jump
to funtion's or class's declaration in the project; search within the
project; highlighting of paired tags and brackets; Calss View.

I like that it has small size - only 5 mb. Free.

I've downloaded from:
http://www.codelobster.com
Good luck!




wow I haven't seen that thread for several weeks. this is really thread
resurrection lol :)

anyway, this thread has been talked to death a million times, so we
could just let it drop finally (I thought we already did it...) ;)


Nahh. I wanna hear more about the Drug and Drop function for loading 
a new file. Cause everyone knows that for best results you've gotta 
drug files before you drop them into an application.


http://www.codelobster.com/details_phped.html (end of page)

-Stut

I thought it was you had to drug the programmers so they can handle the 
insanity of the clients that have no idea how anything works and expect 
you to deliver the world on a silver plater while never paying more then 
$99 for the project.


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



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

2007-08-03 Thread Zoltán Németh
2007. 08. 2, csütörtök keltezéssel 18.12-kor Merlin ezt írta:
 Hi there,
 
 I have worked now for several years happily with homesite 4.5, but now 
 it looks like I have to switch to another system as homesite will not 
 run without admin rights on a XP machine.
 
 What editors do you use? Do you have any recomendations on a special 
 one? I have looked into eclipse, but I would hear from your experience 
 which one would you recommend me to switch to?
 

it's in the archives, about a thousand times ;)

I used jEdit, but switched to Easy Eclipse for PHP lately. for my needs
that's the best I found so far.

greets
Zoltán Németh

 Thank you for any comment.
 
 Best regards,
 
 Merlin
 

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



[PHP] Which PHP-Editor to use?

2007-08-02 Thread Merlin

Hi there,

I have worked now for several years happily with homesite 4.5, but now 
it looks like I have to switch to another system as homesite will not 
run without admin rights on a XP machine.


What editors do you use? Do you have any recomendations on a special 
one? I have looked into eclipse, but I would hear from your experience 
which one would you recommend me to switch to?


Thank you for any comment.

Best regards,

Merlin

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



RE: [PHP] Which PHP-Editor to use?

2007-08-02 Thread Chris Boget
 I have worked now for several years happily with 
 homesite 4.5, but now it looks like I have to switch 
 to another system as homesite will not run without 
 admin rights on a XP machine.
 What editors do you use? 

I used Homesite for the longest time until I was introduced to Visual
Slick Edit.  It really is an amazing IDE and I've been using it for the
last 3 - 4 years.

http://www.slickedit.com/content/view/73/60/

thnx,
Chris

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



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

2007-08-02 Thread Nathan Nobbe
eclipse with php eclipse, but i may be switching to eclipse pdt once it
becomes stable if there is no support for xdebug in php eclipse when it
does.

-nathan

On 8/2/07, Merlin [EMAIL PROTECTED] wrote:

 Hi there,

 I have worked now for several years happily with homesite 4.5, but now
 it looks like I have to switch to another system as homesite will not
 run without admin rights on a XP machine.

 What editors do you use? Do you have any recomendations on a special
 one? I have looked into eclipse, but I would hear from your experience
 which one would you recommend me to switch to?

 Thank you for any comment.

 Best regards,

 Merlin

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




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

2007-08-02 Thread tg-php
The age old question... is it that time of the year again already?

Some reviews and lists:
http://www.php-editors.com/


I've used Zend Studio for years, and really like it, but lately I've gotten 
tired of the java virtual machine seeming to hog tons of system resources.

I've also used Crimson Editor for quick and dirty code editing.  Very light 
weight, syntax highlighting, macros, etc.  No code completion or fancy stuff, 
but good for a 'text editor' (not really an IDE).

So in exploring alternatives to Zend Studio, I'm evaluating phpDesigner 2007.   
It's not a nice as Zend, but has a much happier footprint since it's Windows 
native.

I couldn't tell you if it requires admin or not.

An alternative if you want to keep using Homesite (an old favorite of mine too 
from ages ago) is see what it needs admin rights to access and maybe get your 
admin to change the permissions on those files/folders so your non-admin login 
has rights.

-TG



= = = Original message = = =

Hi there,

I have worked now for several years happily with homesite 4.5, but now 
it looks like I have to switch to another system as homesite will not 
run without admin rights on a XP machine.

What editors do you use? Do you have any recomendations on a special 
one? I have looked into eclipse, but I would hear from your experience 
which one would you recommend me to switch to?

Thank you for any comment.

Best regards,

Merlin

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


___
Sent by ePrompter, the premier email notification software.
Free download at http://www.ePrompter.com.

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



RE: [PHP] Which PHP-Editor to use?

2007-08-02 Thread Sanjeev N
Hi,

I have used both Editplus and Macromedia dreamweaver.

If you want to see the visual the elements then dreamweaver is best.
If you only want the coding environment the I also suggest you to use
editplus

Warm Regards,
Sanjeev
http://www.sanchanworld.com/
http://webdirectory.sanchanworld.com

-Original Message-
From: Merlin [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 02, 2007 9:43 PM
To: php-general@lists.php.net
Subject: [PHP] Which PHP-Editor to use?

Hi there,

I have worked now for several years happily with homesite 4.5, but now 
it looks like I have to switch to another system as homesite will not 
run without admin rights on a XP machine.

What editors do you use? Do you have any recomendations on a special 
one? I have looked into eclipse, but I would hear from your experience 
which one would you recommend me to switch to?

Thank you for any comment.

Best regards,

Merlin

-- 
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] Which PHP-Editor to use?

2007-08-02 Thread Tom Ray [Lists]

Merlin wrote:

Hi there,

I have worked now for several years happily with homesite 4.5, but now 
it looks like I have to switch to another system as homesite will not 
run without admin rights on a XP machine.


What editors do you use? Do you have any recomendations on a special 
one? I have looked into eclipse, but I would hear from your experience 
which one would you recommend me to switch to?


Thank you for any comment.

Best regards,

Merlin

I either code in Dreamweaver or straight on the server via SecureCRT and 
use Pico. I really never could get into the other editor programs.


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



RE: [PHP] Which PHP-Editor to use?

2007-08-02 Thread Robert Cummings
On Thu, 2007-08-02 at 13:36 -0400, [EMAIL PROTECTED] wrote:
 -Original Message-
 From: Merlin [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, August 02, 2007 12:13 PM
 To: php-general@lists.php.net
 Subject: [PHP] Which PHP-Editor to use?
 
 Hi there,
 
 I have worked now for several years happily with homesite 4.5, but now 
 it looks like I have to switch to another system as homesite will not 
 run without admin rights on a XP machine.
 
 What editors do you use? Do you have any recomendations on a special 
 one? I have looked into eclipse, but I would hear from your experience 
 which one would you recommend me to switch to?
 
 Personally I use Vi on windows or linux or on windows I use Notepad++.
 
 Thank you for any comment.

I've said it before and I'll say it again: JOE

http://sourceforge.net/project/showfiles.php?group_id=23475package_id=16059release_id=433511

Cheers,
Rob.
-- 
...
SwarmBuy.com - http://www.swarmbuy.com

Leveraging the buying power of the masses!
...

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



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

2007-08-02 Thread Richard Heyes
I have worked now for several years happily with homesite 4.5, but now 
it looks like I have to switch to another system as homesite will not 
run without admin rights on a XP machine.


What editors do you use? Do you have any recomendations on a special 
one? I have looked into eclipse, but I would hear from your experience 
which one would you recommend me to switch to?


I used to use Homesite, but it was a buggy POS. Try Scite at 
http://www.scintilla.org.


--
Richard Heyes
+44 (0)844 801 1072
http://www.websupportsolutions.co.uk

Knowledge Base and HelpDesk software
that can cut the cost of online support

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



RE: [PHP] Which PHP-Editor to use?

2007-08-02 Thread djnecrogami
-Original Message-
From: Merlin [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 02, 2007 12:13 PM
To: php-general@lists.php.net
Subject: [PHP] Which PHP-Editor to use?

Hi there,

I have worked now for several years happily with homesite 4.5, but now 
it looks like I have to switch to another system as homesite will not 
run without admin rights on a XP machine.

What editors do you use? Do you have any recomendations on a special 
one? I have looked into eclipse, but I would hear from your experience 
which one would you recommend me to switch to?

Personally I use Vi on windows or linux or on windows I use Notepad++.

Thank you for any comment.

Best regards,

Merlin

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

---
Anton C. Swartz IV
Phoenix Edge Network L.L.C. http://www.phpopenid.com - Owner
PHPLogic Development Services http://www.phplogic.net - Co-Owner
Necrogami http://www.necrogami.com - Personal Blog
Based in Indianapolis, IN

The Opposite of war is not Peace it is Creation.

Don't let sin rule your body. After all, your body is bound to die, so dont
obey its desires or let any part of it become slave to evil. Give yourselves
to God, as people who have been raised from death to life. Make every part
of your body a slavethat pleases God. Don't let sin keep ruling your
lives.You are ruled by God's Kindness and not by the law.
Romans 6:12-14



-- 
No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.476 / Virus Database: 269.11.2/931 - Release Date: 8/1/2007 4:53 PM

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



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

2007-08-02 Thread Tijnema
On 8/2/07, Merlin [EMAIL PROTECTED] wrote:
 Hi there,

 I have worked now for several years happily with homesite 4.5, but now
 it looks like I have to switch to another system as homesite will not
 run without admin rights on a XP machine.

 What editors do you use? Do you have any recomendations on a special
 one? I have looked into eclipse, but I would hear from your experience
 which one would you recommend me to switch to?

 Thank you for any comment.

 Best regards,

 Merlin


All about personal preference, I use Adobe (Macromedia) Dreamweaver
CS3, and I really like the server interface through FTP. It allows me
to easily switch between my different sites around the world :)
Apart from that, color coding is good, and supports auto tabbing :)

Tijnema

-- 
Vote for PHP Color Coding in Gmail! - http://gpcc.tijnema.info

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



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

2007-08-02 Thread Naz Gassiep

Merlin wrote:

Hi there,

I have worked now for several years happily with homesite 4.5, but now 
it looks like I have to switch to another system as homesite will not 
run without admin rights on a XP machine.


What editors do you use? Do you have any recomendations on a special 
one? I have looked into eclipse, but I would hear from your experience 
which one would you recommend me to switch to?


Only replying because nobody has mentioned it yet:
UltraEdit and it's sister app, UEStudio. Both are outstanding, I'm using 
UEStudio now. I've tried a few other ones mentioned here, and UEStudio 
has it all, including the crucial (for me) direct editing of files over 
FTP/SFTP.


Auto-reopening of all files when the app restarts and positioning the 
windows where you want them saves lots of time when you're working on 
large scale apps too. When you're a pixel positioning pedant like me, 
oepning 20 files at the start of a coding session can be a pain.


Regards,
- Naz.

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