Posted by Michael Fesser on 07/04/07 13:02
..oO(Joey33)
>I've just installed Eclipse and PDT and I'm getting familiar without
>major problems but I'm stuck with 3 issues:
>
>1. do you know any plugin that would let me convert " to \" in
>selected text? (or enclose selection with braces, I mean basic
>convertions that you use often in php when working with html tags)
A simple search and replace should do that, but in this special case
it's not really necessary. You can use single quotes as well to delimit
your HTML attributes.
>2. how do I install Zend debugger? (I downloaded the plugin 'enabling
>debbuging' from zend but probrably the server plugin too...?) Is it
>worth instaling or maybe a better choice is Xdebug?
Check out
Using PDT : Installation : Installing the Zend Debugger
http://www.thierryb.net/pdtwiki/index.php?title=Using_PDT_:_Installation_:_Installing_the_Zend_Debugger
Using PDT : User Guide : PHP Source Level Debugging
http://www.thierryb.net/pdtwiki/index.php?title=Using_PDT_:_User_Guide_:_PHP_Source_Level_Debugging
>3. how do I safely remove plugins that I don't need? AFAI there are
>eg. tools for developing Java apps. I would like to slim my Eclipse as
>much possible to speed it up.
You can disable plugins in the configuration manager, but be aware that
PDT requires _a lot_ of them. A fresh Eclipse installation is quite
small already, I don't think you can slim it even more.
Micha
[Back to original message]
|