Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Code Assist niggles
Code Assist niggles [message #36444] Tue, 17 July 2007 13:56 Go to next message
Phil Moorhouse is currently offline Phil MoorhouseFriend
Messages: 3
Registered: July 2009
Junior Member
When auto-close parentheses / brackets is turned on, it prevents the
variable suggestion feature from working because the cursor has a
right-parentheses/bracket to it's right. Deleting this charater allows the
suggestion to activate, but kind of defeats the point in having the
auto-close on.

As both of these features are enabled by default, it would be nice for
them not to interfere with each other. Is it worth adding this as a bug?
Syntax error and heredoc [message #36466 is a reply to message #36444] Tue, 17 July 2007 20:53 Go to previous message
Eclipse UserFriend
Originally posted by: foo.foo.com

In last available version of pdt 1.0 M1
i have syntax error on all html or css when using heredoc echo
I didn't have that in previous version


try this

<?php
echo <<<BLOCK
<style type="text/css">
..foo {height:3em;}
html{font-size:50%;}
body{font:bold 1.25em arial,sans-serif;}
..content{width:100em;}
</style>
BLOCK;
Previous Topic:3 nagging questions
Next Topic:XAMPP+PDT+XDebug: Apache crashing, please help?
Goto Forum:
  


Current Time: Thu Apr 25 17:24:36 GMT 2024

Powered by FUDForum. Page generated in 0.02780 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top