Eclipse isnt smart enough to realise when php contain only 'chunks' of code that are meant to be included with other chucks.
Likewise, having an editor parser that somehow 'runs' your code in the back ground to be able to provide auto complete for dynamically added libraries is probably asking too much ;-) On Feb 11, 9:03 am, R <[EMAIL PROTECTED]> wrote: > Am new to Cake/PHP/ and their Eclipse combination. > > Have 2 queries. > > 1) > > I've grabbed all the code from the svn repository - all of which is > phpcake 1.2. > > Eclipse unfortunately detects a lot of 'problems' in footer.php and > header.php. As the tags aren't closed. > > Error's being: > > No start tag (<body>). footer.php line 37... > > and so on. > > How do I stop Eclipse from verifying/checking either overall or > preferably certain directories for errors? > > Thank you. > > 2) > > When I code within Eclipse - it does a great job of code completion as > well as matching braces and inverted commas. Dilemma I'm having is > when I type something as simply as: > > var $name='User'; > > when I start adding the first ' - eclipse automatically finishes it > off with a closing inverted comma, which is great - BUT - how do I tab > out of it - without having to actually type the symbol? > > Hopefully that makes sense. > > Any tips are much appreciated. > > R, > > R --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
