Hey guys, first of all i`m new to eclipse so be careful with me . For a few days (29th of December, 2008) Eclipse PDT 2.0 [1] was comming out with a new release. So i want to have a look to it. My first steps was to install Eclipse PDT with the 'Target Management' Plugin for FTP support [2] and 'Subclipse' [3] für SVN support. So the installation works great.
So i create a new php project and include my TYPO3 project (i have tested two ways. The first way was to create a new project in workspace and create a new folder with link to the file system to my TYPO3 project. The second way was to create a new project from an existing source with link to my TYPO3 project). If i create a new frontend extension and type $this-> i become a list of variables, constants and methods. All is allright. If i type $this->cObj-> or $GLOBALS['TYPO3_db']-> i don`t become a list of variables, constants and methods. And this is my big problem. I don`t want to open typo3/sysext/cms/tslib/class.tslib_content.php to look after the name of a specific method. I want to push my work with more effective. I think this IDE (Eclipse) dont understand t3lib_div::makeInstance(). And this occur the problem i`ve described. Is there a workaround or a good solution for this problem? [1] http://www.eclipse.org/pdt/ [2] http://www.eclipse.org/dsdp/tm/ [3] http://subclipse.tigris.org/ _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
