[symfony-users] Re: real autocomplete

2008-09-29 Thread Puentes Diaz, Roberto G. ([EMAIL PROTECTED])
On 14 sep, 13:56, "Bernhard Schussek" <[EMAIL PROTECTED]> wrote: > Apart from configuring the symfony lib dir as include path, I can also > recommend setting the symfony lib dir up as a custom project and > including it in your project (right click -> configure include path -> > projects tab -> ad

[symfony-users] Re: real autocomplete

2008-09-29 Thread Puentes Diaz, Roberto G. ([EMAIL PROTECTED])
On 14 sep, 12:20, Hugo HAMON <[EMAIL PROTECTED]> wrote: > Hello, > > Do you want a real autocomplete of the global core classes of the > symfony framework (ie sfWebRequest, sfWebResponse... ?) or only for > classes generated by the ORM ? For all > * Propel generates all accessors (getters and s

[symfony-users] Re: real autocomplete

2008-09-14 Thread Bernhard Schussek
Apart from configuring the symfony lib dir as include path, I can also recommend setting the symfony lib dir up as a custom project and including it in your project (right click -> configure include path -> projects tab -> add project). To be able to include it, you have to build the project thoug

[symfony-users] Re: real autocomplete

2008-09-14 Thread Hugo HAMON
Hello, Do you want a real autocomplete of the global core classes of the symfony framework (ie sfWebRequest, sfWebResponse... ?) or only for classes generated by the ORM ? * Propel generates all accessors (getters and setters), so Eclipse PDT gives you the autocomplete for your model. * Doctrin