Re: [PHP] PHP IDE needed

2008-08-28 Thread Shelley
Though vim is not a so-called IDE, actually it's quite handy. On Wed, Aug 27, 2008 at 1:06 PM, Sascha Braun [EMAIL PROTECTED]wrote: Hi people, I have a webproject which is round about 3 GB in size. I was usually using eclipse to work with the software but over time eclipse became very

Re: [PHP] PHP IDE needed

2008-08-28 Thread Dotan Cohen
2008/8/28 Shelley [EMAIL PROTECTED]: Though vim is not a so-called IDE, actually it's quite handy. And as PHP is not [generally] compiled, no IDE is needed. VIM is great, and for a GUI text editor I use Kate. Note that there will soon be a VIM mode in Kate! I cannot wait! -- Dotan Cohen

Re: [PHP] PHP IDE needed

2008-08-28 Thread Stut
On 28 Aug 2008, at 11:57, Dotan Cohen wrote: 2008/8/28 Shelley [EMAIL PROTECTED]: Though vim is not a so-called IDE, actually it's quite handy. And as PHP is not [generally] compiled, no IDE is needed. VIM is great, and for a GUI text editor I use Kate. Note that there will soon be a VIM

Re: [PHP] PHP IDE needed

2008-08-28 Thread Brice
Please tell me which IDE might be a true alternative for projects at that size. Don't know for sure, but you can try Netbeans for PHP : http://php.netbeans.org/ kind regards, Brice Favre Thank you friends, kind regards, Sascha -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] PHP IDE needed

2008-08-28 Thread Dotan Cohen
2008/8/28 Stut [EMAIL PROTECTED]: And as PHP is not [generally] compiled, no IDE is needed. VIM is great, and for a GUI text editor I use Kate. Note that there will soon be a VIM mode in Kate! I cannot wait! What does compilation have to do with it? C/C++ are rarely interpreted but that

Re: [PHP] PHP IDE needed

2008-08-28 Thread Dan Joseph
On Thu, Aug 28, 2008 at 8:59 AM, Dotan Cohen [EMAIL PROTECTED] wrote: 2008/8/28 Stut [EMAIL PROTECTED]: And as PHP is not [generally] compiled, no IDE is needed. VIM is great, and for a GUI text editor I use Kate. Note that there will soon be a VIM mode in Kate! I cannot wait! What

Re: [PHP] PHP IDE needed

2008-08-28 Thread Stut
On 28 Aug 2008, at 13:59, Dotan Cohen wrote: 2008/8/28 Stut [EMAIL PROTECTED]: And as PHP is not [generally] compiled, no IDE is needed. VIM is great, and for a GUI text editor I use Kate. Note that there will soon be a VIM mode in Kate! I cannot wait! What does compilation have to do with

Re: [PHP] PHP IDE needed

2008-08-28 Thread Dotan Cohen
2008/8/28 Dan Joseph [EMAIL PROTECTED]: Well, while that is true about compiling, you're forgetting about other things inside of an IDE, such as debugging. Yes, you can just pull up a web browser or run the script at command line, but the debugger also has the stepping features and break

Re: [PHP] PHP IDE needed

2008-08-28 Thread Dotan Cohen
2008/8/28 Stut [EMAIL PROTECTED]: And thanks for the tasty eggs! Eggs? I've obviously missed something. So long, and thanks for all the fish! -- Dotan Cohen http://what-is-what.com http://gibberish.co.il א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת ä-ö-ü-ß-Ä-Ö-Ü

Re: [PHP] PHP IDE needed

2008-08-28 Thread Micah Gersten
That's an opinion that you state as fact. I use an IDE for PHP for function referencing is very PHP. The open declaration feature is very helpful in eclipse. Also, subeclipse is great too. Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com Dotan Cohen

Re: [PHP] PHP IDE needed

2008-08-28 Thread Dotan Cohen
2008/8/28 Micah Gersten [EMAIL PROTECTED]: That's an opinion that you state as fact. You must be new here :) -- Dotan Cohen http://what-is-what.com http://gibberish.co.il א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת ä-ö-ü-ß-Ä-Ö-Ü

Re: [PHP] PHP IDE needed

2008-08-28 Thread Micah Gersten
I've been on the list for over a month and I post quite a bit. I do the same thing apparently. See 'Re: [PHP] Re: Variable name as a string' thread. :-) Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com Dotan Cohen wrote: 2008/8/28 Micah Gersten [EMAIL

Re: [PHP] PHP IDE needed

2008-08-28 Thread Dotan Cohen
2008/8/28 Micah Gersten [EMAIL PROTECTED]: You must be new here :) I've been on the list for over a month and I post quite a bit. It is an internet meme for those who express surprise at some old internet habits. Probably most familiar to readers of /.. It was meant as an in-joke, with

Re: [PHP] PHP IDE needed

2008-08-28 Thread Lupus Michaelis
Shelley a écrit : Though vim is not a so-called IDE, actually it's quite handy. Actually, it is. An IDE is a glue between a set of tools. Vim provides every services you need, and it is scriptable. -- Mickaël Wolff aka Lupus Michaelis http://lupusmic.org -- PHP General Mailing List

Re: [PHP] PHP IDE needed

2008-08-28 Thread Brendon Van Heyzen
I really like zend studio for eclipse, debugger is slow at times on large projects. I hope, zend said they won't, is provide xdebug support for zend studio. I also really like working with mylyn. --Brendon On Aug 27, 2008, at 1:06 AM, Sascha Braun wrote: Hi people, I have a webproject

Re: [PHP] PHP IDE needed

2008-08-27 Thread VamVan
use Aptana its awesome and free as well. thanks On Tue, Aug 26, 2008 at 8:29 PM, Micah Gersten [EMAIL PROTECTED] wrote: How much RAM do you have? Eclipse is a great IDE. Have you upgraded to 3.4? Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com

Re: [PHP] PHP IDE needed

2008-08-27 Thread Shawn McKenzie
VamVan wrote: use Aptana its awesome and free as well. thanks And it's Eclipse as well :-) -Shawn -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP IDE needed

2008-08-26 Thread Sascha Braun
Hi people, I have a webproject which is round about 3 GB in size. I was usually using eclipse to work with the software but over time eclipse became very instable regarding that project. As soon as I open classes with 2000 or more lines of code in it, an out of memory error occours. So I need

Re: [PHP] PHP IDE needed

2008-08-26 Thread Micah Gersten
How much RAM do you have? Eclipse is a great IDE. Have you upgraded to 3.4? Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com Sascha Braun wrote: Hi people, I have a webproject which is round about 3 GB in size. I was usually using eclipse to work with