Skip to main content



      Home
Home » Language IDEs » PHP Development Tools (PDT) » Problem with code assist
Problem with code assist [message #81179] Sun, 05 October 2008 15:20
Eclipse UserFriend
Hello.

I'm using PDT 2.0.0.v20080923-1839 and I'm having problems in these
constructions:

$form->addSubmit('ok', 'Send')
->onClick[] = 'OkClicked';

$form->addSubmit('cancel', 'Cancel')
->setValidationScope(FALSE)
->onClick[] = 'CancelClicked';

or

$value= dibi::query( ' select * from table ')->fetchSingle();

When I point cursor to ->onClick method or ->fetchSingle() method, eclipse
freezes everytime. I tried to turn off code assist completely, no change,
still eclipse freezes.
Previous Topic:Build: I20080924 DLTK Exception
Next Topic:debugging .inc files
Goto Forum:
  


Current Time: Fri Jul 04 21:31:14 EDT 2025

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

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

Back to the top