Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Problem with code assist
Problem with code assist [message #81179] Sun, 05 October 2008 19:20
Eduard Kracmar is currently offline Eduard KracmarFriend
Messages: 1
Registered: July 2009
Junior Member
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 Apr 26 16:26:27 GMT 2024

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

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

Back to the top