Re: PHP debugging
On Tue, 31 Aug 2004 11:07:22 +0100, Rob Allen <robng@the-allens.net>
wrote:
[color=blue]
>In message <9KQYc.27702$Es 2.10186114@news 4.srv.hcvlny.cv .net>, dbmethods
><dbmethods@nos pam.com> writes[color=green]
>>Which IDE you would recommend? Perfer run on Linux.[/color]
>
>Zend Studio.
>
>Useful features (as in most IDEs):
>* code completion - tooltip includes phpdoc info about function.
>* debugger.
>* press F1 to get help on a php function.
>* "go to source of this function" (i.e ctags ).
>* grouping of files into "projects".
>* find in project.
>
>Things I dislike:
>* no "strip trailing whitespace" on save.
>* ctrl+tab for switching open files doesn't use a "stack" of tabs.
>* no keyboard shortcut for "open file under cursor".
>* no keyboard shortcut for "go to source of this function".
>* tab line for open files becomes multi-line if too many files are
>opened.
>
>
>It's free for personal use and not especially expensive if you are
>making money from your PHP coding :)[/color]
I recently tried Zend and have since gone back to UEdit on windoze
(Anjuta or Vim on *nix depending on current environment).
Zend has a couple of useful features.. remote file tree for one is very
useful and missing in UEdit.
I develop on a remote box so need a remote debugger for Zend which
AFAIK, isn't a free option. Sure, as I'd be using it for a commercial
purpose too, I could pay for it, but...
Zend IDE has the slowest, cludgiest editor I've ever used; it's purely
horrid! I guess Java has it's place like everything else, an IDE such as
Zend IMO is _not_ a place for it.. it's _WAY_ too slow.
There's no anti-aliasing of fonts either for the editor, which while not
essential, I think makes the code slightly easier on the eyes to read.
As using Zend for me wouldn't just come under "personal use", IMO, it
has too many cons and not enough pros to warrant the price asked. Had
this been written properly in C / C++, it might be a different story.
</£0.02>
Regards,
Ian
--
Ian.H
digiServ Network
London, UK
On Tue, 31 Aug 2004 11:07:22 +0100, Rob Allen <robng@the-allens.net>
wrote:
[color=blue]
>In message <9KQYc.27702$Es 2.10186114@news 4.srv.hcvlny.cv .net>, dbmethods
><dbmethods@nos pam.com> writes[color=green]
>>Which IDE you would recommend? Perfer run on Linux.[/color]
>
>Zend Studio.
>
>Useful features (as in most IDEs):
>* code completion - tooltip includes phpdoc info about function.
>* debugger.
>* press F1 to get help on a php function.
>* "go to source of this function" (i.e ctags ).
>* grouping of files into "projects".
>* find in project.
>
>Things I dislike:
>* no "strip trailing whitespace" on save.
>* ctrl+tab for switching open files doesn't use a "stack" of tabs.
>* no keyboard shortcut for "open file under cursor".
>* no keyboard shortcut for "go to source of this function".
>* tab line for open files becomes multi-line if too many files are
>opened.
>
>
>It's free for personal use and not especially expensive if you are
>making money from your PHP coding :)[/color]
I recently tried Zend and have since gone back to UEdit on windoze
(Anjuta or Vim on *nix depending on current environment).
Zend has a couple of useful features.. remote file tree for one is very
useful and missing in UEdit.
I develop on a remote box so need a remote debugger for Zend which
AFAIK, isn't a free option. Sure, as I'd be using it for a commercial
purpose too, I could pay for it, but...
Zend IDE has the slowest, cludgiest editor I've ever used; it's purely
horrid! I guess Java has it's place like everything else, an IDE such as
Zend IMO is _not_ a place for it.. it's _WAY_ too slow.
There's no anti-aliasing of fonts either for the editor, which while not
essential, I think makes the code slightly easier on the eyes to read.
As using Zend for me wouldn't just come under "personal use", IMO, it
has too many cons and not enough pros to warrant the price asked. Had
this been written properly in C / C++, it might be a different story.
</£0.02>
Regards,
Ian
--
Ian.H
digiServ Network
London, UK
Comment