What I would like to see in a cakePHP plugin:

1.) The same set of functionality that PHPEclipse has
2.) Code completion for cake api
3.) A elipse version of bake.php
3.) Refactoring is a must.
4.) Automagically creates your repository(optional with SVN and
Subclipse), tables and adds scaffolding
5.) Some way for the plugin to find the correct phpdoc comments (Using
Eclipse now with phpeclipse, it can't find the correct comments)
     ie - public $helpers = array('mySpacialHelper'); $this-
>mySpecialHelper->function();  If I mouse over function, I get no
comments in the tooltip.
6.) A separate helper to handle file syncing with more than one host.
    ie - I use FileSync plugin to sync all of my files with a test
host I have on my local network so I can view changes as I make them
in a web browser.  I also want as an option to specify a second host
so, when my code is correct, I can upload it to a production server
(per file checkboxes)
7.)  Integrated browser support.  PHPEclipse has a php browser
installed but, when I hit save, it points to the logical path not the
one specified in .htaccess
8.) Completion and helping with testing using simpletest or phpunit.
(As of this writing, phpunit is masked in gentoo as well as
simpletest)

All I can think of right now.  That's a tall order.  Unfortunately, I
know zero about developing plug-ins for eclipse and my Java knowledge
is to say the least, laughable.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to