[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

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

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

[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

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

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

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

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

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

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

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

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.

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

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

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:

[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

[PHP] Re: PHP editor

2007-04-11 Thread Steve
You could always opt to use emacs or vi. Jonathan Kahan [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi all, I beleive this is in the realm of php (I have learned my lesson from last time). Does anyone have recomendation for any free (I.E. permanently free not 30 day trial)

[PHP] Re: PHP editor

2007-04-11 Thread Al
Does Estrin Technologies, inc. provide its products free? All GOOD, worthwhile editors cost something. Personally, I use phpEdit. Jonathan Kahan wrote: Hi all, I beleive this is in the realm of php (I have learned my lesson from last time). Does anyone have recomendation for any free (I.E.

[PHP] Re: PHP editor

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

RE: [PHP] editor

2005-10-16 Thread yangshiqi1089
It's also could be vim. -Original Message- From: Hodicska Gergely [mailto:[EMAIL PROTECTED] Sent: Saturday, October 15, 2005 9:48 PM To: php general help Subject: Re: [PHP] editor I read somewhere about an editor, which has built in support for phpdocumentator and creating unit test

Re: [PHP] editor

2005-10-15 Thread Hodicska Gergely
I read somewhere about an editor, which has built in support for phpdocumentator and creating unit test. Now I could not find it, I tried a lot using Google without success. Could it be PHPEdit ? Yes, thx, this is the editor which I tried to find. I already get it last night, after I tried

Re: [PHP] editor

2005-10-14 Thread Edward Vermillion
Hodicska Gergely wrote: Hi! In advance, this is not a yet another editor question. :) I read somewhere about an editor, which has built in support for phpdocumentator and creating unit test. Now I could not find it, I tried a lot using Google without success. Can anybody find out from

Re: [PHP] editor

2005-10-14 Thread Hodicska Gergely
Hi! http://www.zend.com/store/products/zend-studio/ Thx, I know this one, but I'm really curious about this unit test support. Regards, Felhő -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] editor in WEB PAGE

2005-06-20 Thread Angelo Zanetti
there is a product called spaw, i think the site is www.solmetra.com check it out HTH Angelo Zanetti Z Logic www.zlogic.co.za Denyl Meneses Guillén wrote: Hello I want to use a RTF editor within a web page like the Hotmail or Yahoo where when writing the content of the email him can be put

RE: [PHP] editor that typesets the php code

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

RE: [PHP] editor that typesets the php code

2005-04-27 Thread Richard Lynch
On Wed, April 27, 2005 5:09 pm, Rob Agar said: hi Dasmeet From: Dasmeet Singh I have just completed coding for a script... i want to take a printout of the code.. but the code is very hotch potch.. Is there any software to automatically set the code with proper spacing/tabs extra..and

[PHP] Re: php editor

2005-01-14 Thread zerof
http://www.maguma.com/ zerof -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2004-12-01 Thread Christophe Chisogne
M. Sokolewicz wrote: http://vim.sourceforge.net/tips/tip.php?tip_id=91 Thanks. It's a dictionary based completion. Is there some way to get completion for user-defined functions, variables etc, say in php files from/below current working directory? Perhaps based on ctags? Some editors do it (PHPed

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

2004-11-30 Thread M. Sokolewicz
[EMAIL PROTECTED] wrote: Hi. We use linux as default development system. Does anyboy know about a linux based php editor with autocompletion? Must be open source free software (free as in speech, not beer). We like quanta and kate, but there is no autocompletion. Does anyone know about a php

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

2004-11-30 Thread Dustin Wish with INDCO Networks
Speaking of IDE's, does anyone know if Codeweavers has ported Dreamweaver to Linux? It is my favorite IDE for programming web apps. -Original Message- From: M. Sokolewicz [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 30, 2004 9:38 AM To: [EMAIL PROTECTED] Subject: [PHP] Re: php

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

2004-11-30 Thread Christophe Chisogne
M. Sokolewicz wrote: I prefer vim, which does have auto-completion, as an add-on. Interesting. Where can this add-on be found? (google/vim.org/debian.org, I guess, but...) wouldn't call it an IDE... =/ Yes, but so usefull when edition html tags Ex ct to change to end of current tag Ex c/table to

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

2004-11-30 Thread M. Sokolewicz
Christophe Chisogne wrote: M. Sokolewicz wrote: I prefer vim, which does have auto-completion, as an add-on. Interesting. Where can this add-on be found? (google/vim.org/debian.org, I guess, but...) wouldn't call it an IDE... =/ Yes, but so usefull when edition html tags Ex ct to change to end

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

2004-11-30 Thread Matthew Weier O'Phinney
* M. Sokolewicz [EMAIL PROTECTED]: Christophe Chisogne wrote: M. Sokolewicz wrote: I prefer vim, which does have auto-completion, as an add-on. Interesting. Where can this add-on be found? (google/vim.org/debian.org, I guess, but...) wouldn't call it an IDE... =/

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

2004-11-18 Thread Sebastian Mendel
Peter Lauri wrote: Best groupmember, What editor do you use when working with websites (php) connected directly to the FTP? I like Eclipse 3.0 with the PHP plugin, but it do not have the future to connect to the FTP. did you tried the FTP-WebDAV plugin? -- Sebastian Mendel www.sebastianmendel.de

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

2004-07-28 Thread rush
Justin Patrin [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Edit locally and FTP manually. Or get some kind of mounted FTP filesystemdoesn't Windows XP have something like this built in? As far as I know, but there is great program that does that. WebDrive. A true little

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

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

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

2004-07-26 Thread Justin Patrin
On Mon, 26 Jul 2004 10:20:56 -0700, barophobia [EMAIL PROTECTED] wrote: On Sat, 24 Jul 2004 16:37:03 +0200, rush [EMAIL PROTECTED] wrote: scite, from the scintilla fame. TemplateTamer would also work fine if you just copy the whole directory wow. that's a pretty awesome editor. too bad

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

2004-07-26 Thread Tom Rogers
Hi, Tuesday, July 27, 2004, 7:40:25 AM, you wrote: JP Edit locally and FTP manually. JP Or get some kind of mounted FTP filesystemdoesn't Windows XP have JP something like this built in? JP -- JP DB_DataObject_FormBuilder - The database at your fingertips JP

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

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

Re: [PHP] editor for remote files using ssh

2004-07-24 Thread Miroslav Hudak (php/ml)
Vi or ViM :) m. Peter Risdon wrote: I have been using emacs/tramp for editing files on remote machines, but I find it can be flaky - no doubt I am doing something wrong. Can anyone suggest a good programmers' text editor that at least has syntax highlighting and can use ssh for accessing files

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

2004-07-24 Thread John W. Holmes
rush wrote: John W. Holmes [EMAIL PROTECTED] wrote in message Does anyone know of a good windows PHP editor that I can run from a USB flash drive without installing it? scite, from the scintilla fame. TemplateTamer would also work fine if you just copy the whole directory Scite is perfect. You

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

2004-07-24 Thread Curt Zirzow
* Thus wrote John W. Holmes: rush wrote: John W. Holmes [EMAIL PROTECTED] wrote in message Does anyone know of a good windows PHP editor that I can run from a USB flash drive without installing it? scite, from the scintilla fame. TemplateTamer would also work fine if you just copy the

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

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

Re: [PHP] editor for remote files using ssh

2004-07-24 Thread Curt Zirzow
* Thus wrote Miroslav Hudak (php/ml): Vi or ViM :) I swear that topics always come in bunches together. vim++ Curt -- First, let me assure you that this is not one of those shady pyramid schemes you've been hearing about. No, sir. Our model is the trapezoid! -- PHP General Mailing List

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

2004-07-24 Thread Tom Rogers
Hi, Sunday, July 25, 2004, 5:18:44 AM, you wrote: JWH Scite is perfect. You rock. A single 364KB file with PHP source code JWH highlighting, brace matching, (regex) search and replace and more. It's JWH so perfect I won't even make fun of you for mentioning TemplateTamer JWH again! ;) Thanks,

[PHP] Re: PHP editor

2004-04-15 Thread pete M
I use dreameaver. Arthur Radulescu wrote: Hello! This might sound like a stupid question but could anyone recommand a good PHP editor... I have used some editors until now but each one has some problems... Right now I am using PHPed which is pretty good but oine of the major problems is that it

RE: [PHP] Re: PHP editor

2004-04-15 Thread Nunners
www.chami.com/htmlkit/ Excellent product Nunners -Original Message- From: pete M [mailto:[EMAIL PROTECTED] Sent: 15 April 2004 11:50 To: [EMAIL PROTECTED] Subject: [PHP] Re: PHP editor I use dreameaver. Arthur Radulescu wrote: Hello! This might sound like a stupid

[PHP] Re: PHP editor

2004-04-15 Thread pete M
I code with pencil and paper then scan it with OCR ;-)) Arthur Radulescu wrote: Hello! This might sound like a stupid question but could anyone recommand a good PHP editor... I have used some editors until now but each one has some problems... Right now I am using PHPed which is pretty good

Re: [PHP] Re: PHP editor

2004-04-15 Thread Richard Harb
Finally somebody else who does it that way Unfortunately most of the $ signs usually get messed up... So ... which ocr program do you use / recommend for that? :) Thursday, April 15, 2004, 2:12:44 PM, you wrote: I code with pencil and paper then scan it with OCR ;-)) snipped / -- PHP

Re: [PHP] Re: PHP editor

2004-04-15 Thread pete M
Unfortunately most of the $ signs usually get messed up... Because I'm in the UK I use £ instead of $ and do a global search and replace Richard Harb wrote: Finally somebody else who does it that way Unfortunately most of the $ signs usually get messed up... So ... which ocr program do you

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

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

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

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

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

2003-09-22 Thread jsWalter
I use Homesite. It has plug-ins for PHP so you have tps and cose completion. I just modified another plug it has so I can see then entire list of methods a script has in a window, which can then jump to, scroll to, insert here. And I can hit F-12 and it will talk to my apache server and run the

RE: [PHP] Editor

2003-06-24 Thread Jonathan Wilkes
I use EditPad Lite, although I am thinking of upgrading to the pro version -Original Message- From: Denis 'Alpheus' Cahuk [mailto:[EMAIL PROTECTED] Sent: 24 June 2003 09:15 To: [EMAIL PROTECTED] Subject: [PHP] Editor just wanted to know what free editors (for windows) do you use. Im

Re: [PHP] Editor

2003-06-24 Thread Hidayet Dogan
Try http://www.php-editors.com and php-general list archive at http://marc.theaimsgroup.com/?l=php-general Hidayet Dogan [EMAIL PROTECTED] Pleksus Bilisim Teknolojileri D.T.O. A.S.

Re: [PHP] Re: php editor?

2003-06-18 Thread Alberto Ferrer
PROTECTED] Sent: Monday, June 16, 2003 9:57 AM Subject: Re: [PHP] Re: php editor? My favorite little gem is a shareware program called Code-Genie (www.code-genie.com). Its cheap, fast, a slim app, provides tons of useful little features, and has TOTALLY user-configurable text-coloring

[PHP] Re: php editor?

2003-06-16 Thread James Hatridge
Hi John et al,, On Sunday 15 June 2003 02:09, John Nichel wrote: Linux I use Quanta. Do you know how (or if) to get Quanta to color code PHP like it does html? If I could get that then Quanta would be almost perfit. Thanks JIM -- Jim Hatridge Linux User #88484

Re: [PHP] Re: php editor?

2003-06-16 Thread Stefan Dengscherz
Hi James, Quanta has built in syntax highlighting for PHP; i have made a small screenshot: http://www.chowned.us/sd/quanta-php.png regards Am Mon, 2003-06-16 um 17.49 schrieb James Hatridge: Hi John et al,, On Sunday 15 June 2003 02:09, John Nichel wrote: Linux I use Quanta. Do you

Re: [PHP] Re: php editor?

2003-06-16 Thread Noel Wade
My favorite little gem is a shareware program called Code-Genie (www.code-genie.com). Its cheap, fast, a slim app, provides tons of useful little features, and has TOTALLY user-configurable text-coloring. You can specify a particular coloring scheme for each file extension, so it automatically

Re: [PHP] Re: php editor?

2003-06-16 Thread Chris Sherwood
I use PHPCoder Pro and it works great... hook it into your php and apache engines and you can run and debug while coding - Original Message - From: Noel Wade [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 16, 2003 9:57 AM Subject: Re: [PHP] Re: php editor? My favorite

Re: [PHP] Re: php editor?

2003-06-16 Thread Jim McNeely
on mac OS X, BBEdit color codes php, perl, shell scripts, SQL, and HTML, and does regular expression searches/replaces etc. across multiple files and also cleans the dishes. Its definitely my favorite text editor. jim mcneely On Monday, June 16, 2003, at 10:49 AM, James Hatridge wrote: Hi

[PHP] Re: php editor?

2003-06-15 Thread M-Ali Mahmoodi
thanks all for all i will test them M-Ali Mahmoodi [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] hi all i'm a beginner in php can anyone help me about useful and powerful editors in php? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Re: php editor?

2003-06-14 Thread Aliaksei Kurets
The best PHP editor I know is Zend Studio. This is a real good editor with debugging, highlighting and very good code complete. M-Ali Mahmoodi [EMAIL PROTECTED] ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ × ÎÏ×ÏÓÔÑÈ ÓÌÅÄÕÀÝÅÅ: news:[EMAIL PROTECTED] hi all i'm a beginner in php can anyone help me about useful and

RE: [PHP] Re: php editor?

2003-06-14 Thread electroteque
possibly not free though ? -Original Message- From: Aliaksei Kurets [mailto:[EMAIL PROTECTED] Sent: Saturday, June 14, 2003 9:15 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: php editor? The best PHP editor I know is Zend Studio. This is a real good editor with debugging, highlighting

Re: [PHP] Re: php editor?

2003-06-14 Thread Aliaksei Kurets
PROTECTED] Subject: [PHP] Re: php editor? The best PHP editor I know is Zend Studio. This is a real good editor with debugging, highlighting and very good code complete. M-Ali Mahmoodi [EMAIL PROTECTED] ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ × ÎÏ×ÏÓÔÑÈ ÓÌÅÄÕÀÝÅÅ: news:[EMAIL PROTECTED] hi all i'm a beginner

[PHP] Re: php editor

2003-01-12 Thread rush
I think Scite (http://www.scintilla.org/SciTE.html) can do it. rush -- http://www.templatetamer.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

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

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

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

Re: [PHP] Editor

2002-09-21 Thread Brad Bonkoski
I like textpad, because it will write files in a Unix friendly way, i.e. none of that annoying ^M at the end of lines! :-) Bryan McLemore wrote: Hi guys, just wondering if anyone could recomend a good editor that is based on windows. Thanks, Bryan -- PHP General Mailing List

RE: [PHP] Editor

2002-09-21 Thread Todd Pasley
You can get vi/vim for windows, without a doubt the best editor of all time if you can be bothered learning the commands. Todd. -Original Message- From: Bryan McLemore [mailto:[EMAIL PROTECTED]] Sent: Saturday, 21 September 2002 11:16 PM To: PHP GEN LIST Subject: [PHP] Editor Hi

Re: [PHP] Editor

2002-09-21 Thread Sascha Cunz
Newest gvim for windows acts in most cases just like any other editor, too. You can mark text with the mouse, scroll over with the scrollbars etc. etc. It even got a nice menu. This is the best you can get - and it does everything. I even switched from VC++'s IDE to gvim, now ;-) Am Samstag,

Re: [PHP] Editor

2002-09-21 Thread Chris Shiflett
http://www.ultraedit.com/ Bryan McLemore wrote: Hi guys, just wondering if anyone could recomend a good editor that is based on windows. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Editor

2002-09-21 Thread Paul Nicholson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey, I use PHPCoder on my windoze machines.thats when I have to use windows;) Search google for r2p3setup.exe to get a copy. ~Pauly On Saturday 21 September 2002 09:15 am, Bryan McLemore wrote: Hi guys, just wondering if anyone could recomend a

Re: [PHP] Editor

2002-09-21 Thread Liam MacKenzie
Editplus, all the way. www.editplus.com Small, fast, very configurable, lots of features, project support, direct FTP upload Give it a shot, it's the best :-) Liam - Original Message - From: Bryan McLemore [EMAIL PROTECTED] To: PHP GEN LIST [EMAIL PROTECTED] Sent: Saturday,

Re: [PHP] Editor

2002-09-21 Thread Chip Wiegand
On Sat, 2002-09-21 at 06:15, Bryan McLemore wrote: Hi guys, just wondering if anyone could recomend a good editor that is based on windows. Thanks, Bryan HTML-Kit by Chami software (www.chami.com) - saves in unix format or windoze format, extremely configurable, direct

Re: [PHP] editor php

2002-09-19 Thread Adam Williams
/bin/vi :) Adam On Thu, 19 Sep 2002, Gian Michele wrote: Hi, does any body knows a cool editor for php that run under redhat 7.x and where i can find? tanks -- Gian Michele -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP] editor php

2002-09-19 Thread Steve Bradwell
Lol. Here, Here! -Original Message- From: Adam Williams [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 11:06 AM To: Gian Michele Cc: [EMAIL PROTECTED] Subject: Re: [PHP] editor php /bin/vi :) Adam On Thu, 19 Sep 2002, Gian Michele wrote: Hi

Re: [PHP] editor php

2002-09-19 Thread John Wards
Zend Studio if you can afford it... www.zend.com My work paid for it aint I lucky. John Wards SportNetwork.net - Original Message - From: Gian Michele [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 19, 2002 4:57 PM Subject: [PHP] editor php Hi, does

Re: [PHP] editor php

2002-09-19 Thread Eric C. Pollitt
I haven't tried this, but it's a PHP Class named, EditPHP. http://spunge.mirrors.phpclasses.org/goto/browse.html/package/43.html Eric C. Pollitt, Founder 401 E. Illinois Ave. Peoria, IL 61603 Global Hemp - Portal to the hemp community http://www.globalhemp.com/ Hunt out places and soil

Re: [PHP] editor php

2002-09-19 Thread Paul Nicholson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've used Quantaits an opensource project. http://quanta.sourceforge.net/ ~Pauly On Thursday 19 September 2002 11:57 am, Gian Michele wrote: Hi, does any body knows a cool editor for php that run under redhat 7.x and where i can find? tanks

RE: [PHP] Editor

2002-06-18 Thread Brian McGarvie
I have been using this for a couple of years and personally consider it the best all-round editor next to UltraEdit for codeing not just web-pages but other languages... It's extremely flexible plug-in modules are easy to develop if you need it to do something, and also has quite a few decent

Re: [PHP] Editor

2002-06-14 Thread cal
URL?? :) * * Cal Evans * Techno-Mage * http://www.calevans.com * - Original Message - From: Adrian Greeman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 14, 2002 8:18 AM Subject: [PHP] Editor I am just surprised that noone mentioned HTML-Kit among all the editors

Re: [PHP] Editor

2002-06-14 Thread 1LT John W. Holmes
Google?? http://www.google.com/search?hl=enie=UTF8oe=UTF8q=HTML-Kit ---John Holmes... - Original Message - From: [EMAIL PROTECTED] To: Adrian Greeman [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, June 14, 2002 11:38 AM Subject: Re: [PHP] Editor URL?? :) * * Cal Evans

Re: [PHP] Editor

2002-06-14 Thread Chris Bunting
PHP Editors List... http://www.itworks.demon.co.uk/phpeditors.htm Check out http://www.php.net The links section is handy at times... Chris _ Chat with friends online, try MSN Messenger: http://messenger.msn.com -- PHP

Re: [PHP] Editor

2002-06-13 Thread Kurth Bemis (List Monkey)
At 09:18 PM 6/13/2002 +0200, Daniele Baroncelli wrote: allaire homesite hands down ~kurth Hi guys, Although any editor should be fine when coding PHP, I find that the standard Notepad it's a real pain in the ass. Especially when the script gives you an error at line 222 ! Each time I have to

Re: [PHP] Editor

2002-06-13 Thread Ray Hunter
Subject: Re: [PHP] Editor At 09:18 PM 6/13/2002 +0200, Daniele Baroncelli wrote: allaire homesite hands down ~kurth Hi guys, Although any editor should be fine when coding PHP, I find that the standard Notepad it's a real pain in the ass. Especially when the script gives you an error

Re: [PHP] Editor

2002-06-13 Thread Kurth Bemis (List Monkey)
- Original Message - From: Kurth Bemis (List Monkey) [EMAIL PROTECTED] To: Daniele Baroncelli [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, June 13, 2002 1:24 PM Subject: Re: [PHP] Editor At 09:18 PM 6/13/2002 +0200, Daniele Baroncelli wrote: allaire homesite hands down ~kurth

Re: [PHP] Editor

2002-06-13 Thread Kevin Caporaso
-- From: Kurth Bemis (List Monkey) [EMAIL PROTECTED] To: Daniele Baroncelli [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, June 13, 2002 1:24 PM Subject: Re: [PHP] Editor At 09:18 PM 6/13/2002 +0200, Daniele Baroncelli wrote: allaire homesite hands down ~kurth

Re: [PHP] Editor

2002-06-13 Thread Ray Hunter
If color is all you want then try using vim. Ray Hunter - Original Message - From: Kurth Bemis (List Monkey) [EMAIL PROTECTED] To: Ray Hunter [EMAIL PROTECTED] Cc: Daniele Baroncelli [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, June 13, 2002 1:29 PM Subject: Re: [PHP] Editor

Re: [PHP] Editor

2002-06-13 Thread Philip Olson
Some popular editors that meet your OS requirements (win32), all have PHP syntax capabilities (in no particular order): - ultraedit - editplus - textpad - zend ide - homesite Download and try them all :) Regards, Philip Olson On Thu, 13 Jun 2002, Daniele Baroncelli wrote: Hi guys,

RE: [PHP] Editor

2002-06-13 Thread Jay Blanchard
[snip] Can anyone suggest me a different editor ? [/snip] PHPEdit (http://www.phpedit.com) HTH! Jay -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Editor

2002-06-13 Thread Philipp Melab
I love emacs with php-mode.el. He's small, reliable, customizable and if you've ever worked with Komodo or Zend IDE you'll find out that he's damn fast. yours Philipp -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Editor

2002-06-13 Thread Liam MacKenzie
EditPlus Small, fast and very very effective. www.editplus.com - Original Message - From: Daniele Baroncelli [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 14, 2002 5:18 AM Subject: [PHP] Editor Hi guys, Although any editor should be fine when coding PHP, I find that

Re: [PHP] Editor

2002-06-13 Thread Robin Bouwhuis
In notepad there is an option for 'goto' if you are not using wordwrap it is under the edit menu. then type in the line number and it will take you to the line you need Robin - Original Message - From: Daniele Baroncelli [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June

Re: [PHP] Editor

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

Re: [PHP] Editor

2002-06-13 Thread Scott
I have been using Home Site since it came out in the 90's. Currently Macromedia Home Site 5.0. It is my number one choice because I have to often switch between PHP and ASP at our show during our conversion over to LAMP. We bought Zend Studio and I have been using more at times, but miss

Re: [PHP] Editor

2002-06-13 Thread Greg Donald
On Thu, 13 Jun 2002, Daniele Baroncelli wrote: Can anyone suggest me a different editor ? Depending on my OS I amd sitting in front of: vim - www.vim.org editplus - www.editplus.com -- --- Greg Donald

Re: [PHP] Editor

2002-06-13 Thread Michael Sweeney
: [EMAIL PROTECTED] Sent: Thursday, June 13, 2002 1:24 PM Subject: Re: [PHP] Editor At 09:18 PM 6/13/2002 +0200, Daniele Baroncelli wrote: allaire homesite hands down ~kurth Hi guys, Although any editor should be fine when coding PHP, I find that the standard Notepad it's

  1   2   >