[PHP] Recommendation for online PHP editor please....

2010-04-25 Thread Angus Mann
HI all. I'm looking for a recommendation for an online PHP editor.

Here's what I mean

I mean a PHP program I can install on my web-server, then log in and use it to 
browse and edit other PHP files on the server.

The idea is that I could make changes and bugfixes to a web app while I'm away 
from home/office.

Ideally it would be more than just a text editor, but also have syntax 
highlighting and formatting for PHP built in.

Any recommendations would be much appreciated.

Thanks,
Angus



Re: [PHP] Recommendation for online PHP editor please....

2010-04-25 Thread Karl DeSaulniers
Here you go. This is labeled a html editor, but thinking you can edit  
php files with it as well.

HTH,

http://phphtmledit.com/

Karl


On Apr 25, 2010, at 3:01 AM, Angus Mann wrote:


HI all. I'm looking for a recommendation for an online PHP editor.

Here's what I mean

I mean a PHP program I can install on my web-server, then log in  
and use it to browse and edit other PHP files on the server.


The idea is that I could make changes and bugfixes to a web app  
while I'm away from home/office.


Ideally it would be more than just a text editor, but also have  
syntax highlighting and formatting for PHP built in.


Any recommendations would be much appreciated.

Thanks,
Angus



Karl DeSaulniers
Design Drumm
http://designdrumm.com


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



Re: [PHP] Recommendation for online PHP editor please....

2010-04-25 Thread mrfroasty
SSH + MC i.e http://www.midnight-commander.org, you will get syntax high
lights.

P:S
**Any CLI program will do the job.





On 04/25/2010 10:01 AM, Angus Mann wrote:
 HI all. I'm looking for a recommendation for an online PHP editor.

 Here's what I mean

 I mean a PHP program I can install on my web-server, then log in and use it 
 to browse and edit other PHP files on the server.

 The idea is that I could make changes and bugfixes to a web app while I'm 
 away from home/office.

 Ideally it would be more than just a text editor, but also have syntax 
 highlighting and formatting for PHP built in.

 Any recommendations would be much appreciated.

 Thanks,
 Angus


   


-- 
Extra details:
OSS:Gentoo Linux
profile:x86
Hardware:msi geforce 8600GT asus p5k-se
location:/home/muhsin
language(s):C/C++,VB,VHDL,bash,PHP,SQL,HTML,CSS
Typo:40WPM
url:http://www.mzalendo.net
url:http://www.zanbytes.com




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



Re: [PHP] Recommendation for online PHP editor please....

2010-04-25 Thread Ashley Sheridan
On Sun, 2010-04-25 at 13:46 +0200, mrfroasty wrote:

 SSH + MC i.e http://www.midnight-commander.org, you will get syntax high
 lights.
 
 P:S
 **Any CLI program will do the job.
 
 
 
 
 
 On 04/25/2010 10:01 AM, Angus Mann wrote:
  HI all. I'm looking for a recommendation for an online PHP editor.
 
  Here's what I mean
 
  I mean a PHP program I can install on my web-server, then log in and use it 
  to browse and edit other PHP files on the server.
 
  The idea is that I could make changes and bugfixes to a web app while I'm 
  away from home/office.
 
  Ideally it would be more than just a text editor, but also have syntax 
  highlighting and formatting for PHP built in.
 
  Any recommendations would be much appreciated.
 
  Thanks,
  Angus
 
 

 
 
 -- 
 Extra details:
 OSS:Gentoo Linux
 profile:x86
 Hardware:msi geforce 8600GT asus p5k-se
 location:/home/muhsin
 language(s):C/C++,VB,VHDL,bash,PHP,SQL,HTML,CSS
 Typo:40WPM
 url:http://www.mzalendo.net
 url:http://www.zanbytes.com
 
 
 
 


I wouldn't recommend editing files actually on the server. I used to do
that, until my hosting changed its cPanel setup in a way that caused
havoc with the KIOslaves in KDE. I tried to save a file, got back an
error that said the file couldn't save. So I closed the editor only to
find that the file I was editing had just been zeroed. I lost a lot of
work that day because I didn't have a backup. It's far safer to edit
local files and FTP them in, even if you just use a web-based FTP system
(and mosting hosting control panels will have one)

Thanks,
Ash
http://www.ashleysheridan.co.uk




[PHP] Re: Recommendation for online PHP editor please....

2010-04-25 Thread Al



On 4/25/2010 4:01 AM, Angus Mann wrote:

HI all. I'm looking for a recommendation for an online PHP editor.

Here's what I mean

I mean a PHP program I can install on my web-server, then log in and use it to 
browse and edit other PHP files on the server.

The idea is that I could make changes and bugfixes to a web app while I'm away 
from home/office.

Ideally it would be more than just a text editor, but also have syntax 
highlighting and formatting for PHP built in.

Any recommendations would be much appreciated.

Thanks,
Angus




Windows 7 RemoteApp and Desktop Connections feature may do it for you. I think 
it will let you run a good editor on one PC from any other one.


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



Re: [PHP] Recommendation for online PHP editor please....

2010-04-25 Thread Jim Lucas

Angus Mann wrote:

HI all. I'm looking for a recommendation for an online PHP editor.

Here's what I mean

I mean a PHP program I can install on my web-server, then log in and use it to 
browse and edit other PHP files on the server.

The idea is that I could make changes and bugfixes to a web app while I'm away 
from home/office.

Ideally it would be more than just a text editor, but also have syntax 
highlighting and formatting for PHP built in.

Any recommendations would be much appreciated.

Thanks,
Angus




I found this one a few months ago.

http://www.gerd-tentler.de/tools/filemanager/

Put it in a password protected area on your server and you have it made.

It comes with syntax highlighting that has worked for me so far.

--
Jim Lucas

A: Maybe because some people are too annoyed by top-posting.
Q: Why do I not get an answer to my question(s)?
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

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



[PHP] Re: The Best PHP Editor.

2008-09-20 Thread Michelle Konzack
Am 2008-09-10 20:21:29, schrieb jmatt:
 
 Hi, I was using NVU to edit PHP but when I upload the index.php file back
 there will always be a slight error in disorientation.
 Example using NVU I edited the text just a bit then bam..The webpage became
 really funny
 
 What is the best to edit my PHP file?

I use mc (Midnight Commander) since I can edit the files  over  fish
or ftp online. Also I have syntax high-lightening and more...

ANd the best, it works on the console... If X crashs, you  can  continue
updating your website...  ;-)

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: [PHP] Re: The Best PHP Editor.

2008-09-20 Thread Michael S. Dunsavage
On Sat, 2008-09-20 at 04:52 +0200, Michelle Konzack wrote:
 What is the best to edit my PHP file?

Recently I've been doing quick updates in vim but I designed my friends
DJ website in Geany and Quantum.

Geany is really quite good. You'll need GTK libraries, it's a Gnome
program. 
-- 
Michael S. Dunsavage


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



Re: [PHP] The Best PHP Editor.

2008-09-12 Thread jmatt

hello
Brady Mitchell
thank you for your reply.


Brady Mitchell-2 wrote:
 
 On Sep 10, 2008, at 821PM, jmatt wrote:
 Hi, I was using NVU to edit PHP but when I upload the index.php file  
 back
 there will always be a slight error in disorientation.
 Example using NVU I edited the text just a bit then bam..The webpage  
 became
 really funny

 What is the best to edit my PHP file?
 
 Please search the list archives rather than starting up this thread  
 again. It comes up about once a week...
 
 http://marc.info/?l=php-general
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 
 


-
Popular free programming ebooks,free database ebooks,free OS ebooks download
at  http://www.ebook-x.com/ http://www.ebook-x.com/  
-- 
View this message in context: 
http://www.nabble.com/The-Best-PHP-Editor.-tp19427127p19455368.html
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] The Best PHP Editor.

2008-09-11 Thread Jim Lucas

jmatt wrote:

Hi, I was using NVU to edit PHP but when I upload the index.php file back
there will always be a slight error in disorientation.
Example using NVU I edited the text just a bit then bam..The webpage became
really funny

What is the best to edit my PHP file?
Thanks

-
Popular free programming ebooks,free database ebooks,free OS ebooks download
at  http://www.ebook-x.com/ http://www.ebook-x.com/  


Check these out.  Just a few to point out.

http://www.nabble.com/PHP-editor-to9940374.html#a9940374
http://www.nabble.com/PHP-editor-to13692513.html#a13692513
http://www.nabble.com/Which-PHP-Editor-to-use--to11968056.html#a11968349
http://www.nabble.com/most-powerful-php-editor-to847.html#a8475670
http://www.nabble.com/PHP-editor-for-linux-to18985718.html#a18985718
http://www.nabble.com/Recommended-PHP-Editors--to16556258.html#a16556258

The site is an archive list of the PHP General mailing list.  It is search able.

http://www.nabble.com/PHP---General-f140.html

Jim

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



Re: [PHP] The Best PHP Editor.

2008-09-11 Thread Nathan Rixham

jmatt wrote:

Hi, I was using NVU to edit PHP but when I upload the index.php file back
there will always be a slight error in disorientation.
Example using NVU I edited the text just a bit then bam..The webpage became
really funny

What is the best to edit my PHP file?
Thanks

-
Popular free programming ebooks,free database ebooks,free OS ebooks download
at  http://www.ebook-x.com/ http://www.ebook-x.com/  


my preferences:
1- Eclipse with PDT
2- Nano/Textpad
3- Zend IDE (problems with memory on win though)
4- dreamweaver 8 code view

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



[PHP] The Best PHP Editor.

2008-09-10 Thread jmatt

Hi, I was using NVU to edit PHP but when I upload the index.php file back
there will always be a slight error in disorientation.
Example using NVU I edited the text just a bit then bam..The webpage became
really funny

What is the best to edit my PHP file?
Thanks

-
Popular free programming ebooks,free database ebooks,free OS ebooks download
at  http://www.ebook-x.com/ http://www.ebook-x.com/  
-- 
View this message in context: 
http://www.nabble.com/The-Best-PHP-Editor.-tp19427127p19427127.html
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] The Best PHP Editor.

2008-09-10 Thread Brady Mitchell

On Sep 10, 2008, at 821PM, jmatt wrote:
Hi, I was using NVU to edit PHP but when I upload the index.php file  
back

there will always be a slight error in disorientation.
Example using NVU I edited the text just a bit then bam..The webpage  
became

really funny

What is the best to edit my PHP file?


Please search the list archives rather than starting up this thread  
again. It comes up about once a week...


http://marc.info/?l=php-general

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



Re: [PHP] The Best PHP Editor.

2008-09-10 Thread Wolf
jmatt wrote:
 Hi, I was using NVU to edit PHP but when I upload the index.php file back
 there will always be a slight error in disorientation.
 Example using NVU I edited the text just a bit then bam..The webpage became
 really funny
 
 What is the best to edit my PHP file?
 Thanks

Vi, nedit, pico, nano

Read the list archives, this topic is covered extensively there...


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



Re: [PHP] PHP editor for linux

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

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


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

 Thodoris schrieb:


 O/H It flance ??:

 Hi,

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

 I'm using the Debian distribution.

 Thanks





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

 http://www.pspad.com/

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

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

  Hi,
 PHPed is nice

 Regards

 Carlos


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




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


Re: [PHP] PHP editor for linux

2008-08-26 Thread Thodoris


O/H It flance ??:

Hi,

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

I'm using the Debian distribution.

Thanks


  



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


http://www.pspad.com/

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


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


--
Thodoris


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



Re: [PHP] PHP editor for linux

2008-08-26 Thread Carlos Medina

Thodoris schrieb:


O/H It flance ??:

Hi,

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

I'm using the Debian distribution.

Thanks


 

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


http://www.pspad.com/

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


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



Hi,
PHPed is nice

Regards

Carlos

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



Re: [PHP] PHP editor for linux

2008-08-26 Thread Björn Bartels

hello...

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


cheers
bb

Am 14.08.2008 um 19:05 schrieb It flance:


Hi,

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

I'm using the Debian distribution.

Thanks





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

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




[Björn Bartels   ]

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

[--- ]

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


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


[--- ]










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



[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




Re: [PHP] PHP editor for linux

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

Hi

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

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

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

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

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

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

Happy coding
Mario

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

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



[PHP] 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] PHP editor for linux

2008-08-14 Thread It flance
Hi,

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

I'm using the Debian distribution.

Thanks


  


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



Re: [PHP] PHP editor for linux

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

 Hi,

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

 I'm using the Debian distribution.

 Thanks





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


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

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

-- 
-Dan Joseph

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

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


Re: [PHP] PHP editor for linux

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

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



It flance wrote:
 Hi,

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

 I'm using the Debian distribution.

 Thanks


   


   

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



Re: [PHP] PHP editor for linux

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

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

 I'm using the Debian distribution.

 Thanks





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



Eclipse with PDT.

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

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



[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



RE: [PHP] PHP editor for linux

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

---8--- snip

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

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


Todd Boyd
Web Programmer




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



Re: [PHP] PHP editor for linux

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

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

 ---8--- snip

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

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


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

just my 2c,

vim + cli + protoeditor(as needed)

-nathan


RE: [PHP] PHP editor for linux

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

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

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

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

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

just my 2c,

vim + cli + protoeditor(as needed)

---

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


Todd Boyd
Web Programmer





Re: [PHP] PHP editor for linux

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

 just my 2c,

 vim + cli + protoeditor(as needed)

 -nathan


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

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

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



Re: [PHP] PHP editor for linux

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

I use geany and Quantum
-- 
Michael S. Dunsavage


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



Re: [PHP] PHP editor for linux

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

I use geany and Quantum

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

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



Re: [PHP] PHP editor for linux

2008-08-14 Thread Lester Caine

Boyd, Todd M. wrote:


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


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


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

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



Re: [PHP] PHP editor

2007-11-16 Thread Cem Kayali


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

Regards



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


-
  
  
  


Cem Kayalı

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

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



[PHP] PHP editor

2007-11-11 Thread Frank Lopes
Being very new to PHP (empahsis on VERY...), I wonder what most of you use 
to develop in PHP?


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

What would you recommend that I use?

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



RE: [PHP] PHP editor

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

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

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



Re: [PHP] PHP editor

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

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

Personally I use vi or kate. 


/Per Jessen, Zürich

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



Re: [PHP] PHP editor

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

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

 Personally I use vi or kate.

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

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

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

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



[PHP] PHP Editor

2007-11-11 Thread elk dolk

Frank Lopes wrote:

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

Personally I use vi or kate. 

An editor that can give you WYSIWYG and color print outs.
Has anybody any idea?



 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Re: [PHP] PHP editor

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

and pretty much every week before that :-)

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

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

 

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



Re: [PHP] PHP editor

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

 and pretty much every week before that :-)

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

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

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



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

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



Re: [PHP] PHP editor

2007-11-11 Thread Brendon Van Heyzen

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

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


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


What would you recommend that I use?

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



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



Re: [PHP] PHP editor

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

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

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

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

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


 
 
 

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



Re: [PHP] PHP editor

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

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

oh... well that makes it ok =D



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

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



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



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

2007-08-02 Thread Al

phpEdit  http://www.waterproof.fr/products/PHPEdit/

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


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



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

2007-08-02 Thread Chris Aitken
I know I've been away from this list for years and have missed the several
reincarnations of this thread over time, but has anyone ever used a kickass
little program called Notepad2?

I discovered this about 2 years ago and it's the most brilliant little
application I've ever found. Sure, it doesn't have the niceties like
multi-file search  replace (which can be handy when you get a job to fix
someone elses website and they don't use a PHP shell for the HTML code
instead have all the HTML code in every file).

Notepad2 is just this little app which has things like language specific
colour coding, line numbering, tab indentation support, and its just SO
small, memory-unintensive, and a pleasure to use. I have tried so many
different types over the years always get sick of the bloat and the shit
that's put into programs like dreamweaver, smartedit etc that I cant stand
using it.

I love being able to fire off a quick little notepad2 editor from my FTP
program, make the changes, save it, close it and upload it. Brilliant
system.


-Original Message-
From: Al [mailto:[EMAIL PROTECTED] 
Sent: Friday, 3 August 2007 6:56 AM
To: php-general@lists.php.net
Subject: [PHP] Re: Which PHP-Editor to use?

phpEdit  http://www.waterproof.fr/products/PHPEdit/

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

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



__ NOD32 2433 (20070802) Information __

This message was checked by NOD32 antivirus system.
http://www.eset.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 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



[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



Re: [PHP] PHP editor

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

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

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

s/several/several thousand/


Cheers
-- 
David Robley

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

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



Re: [PHP] PHP editor

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

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

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

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



RE: [PHP] PHP editor

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

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

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

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



Re: [PHP] PHP editor

2007-04-13 Thread Philip Thompson

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


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

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

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



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


~Philip

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



Re: [PHP] PHP editor

2007-04-13 Thread M.Sokolewicz

Philip Thompson wrote:

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


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

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

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



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


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


- tul

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



Re: [PHP] PHP editor

2007-04-13 Thread Stut

M.Sokolewicz wrote:

Philip Thompson wrote:

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


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

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

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



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


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


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


-Stut

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



Re: [PHP] PHP editor

2007-04-13 Thread Tijnema !

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

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

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

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

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


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

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

- tul



Uhm, C is a scripting language too right?

Most editors are written in C :)

Tijnema

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



Re: [PHP] PHP editor

2007-04-13 Thread Jarrel Cobb

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

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


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

 - tul


Uhm, C is a scripting language too right?

Most editors are written in C :)

Tijnema

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




RE: [PHP] PHP editor

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

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

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

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

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

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


 Uhm, C is a scripting language too right?

 Most editors are written in C :)

 Tijnema

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



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



RE: [PHP] PHP editor

2007-04-13 Thread Tim
 

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

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

There is now :P

Regards,

Tim

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



RE: [PHP] PHP editor

2007-04-13 Thread Tim
 

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

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

:D

Tim

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



Re: [PHP] PHP editor

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

 Does it mean an editor for editing PHP scripts,

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

 or an editor written in PHP?

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

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

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

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



  1   2   3   4   5   6   7   8   >