This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 181691 - provide code completion for variables initialized in action classes
Summary: provide code completion for variables initialized in action classes
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Zend (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on: 181720 183928
Blocks:
  Show dependency tree
 
Reported: 2010-03-09 07:45 UTC by Tomas Mysik
Modified: 2010-04-13 17:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2010-03-09 07:45:06 UTC
Provide code completion for variables initialized in action classes.
Comment 1 Tomas Mysik 2010-03-22 18:55:51 UTC
Started, waiting for the editor part.
http://hg.netbeans.org/web-main/rev/f83035da2965
Comment 2 Quality Engineering 2010-03-23 05:10:16 UTC
Integrated into 'main-golden', will be available in build *201003230200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/f83035da2965
User: Tomas Mysik <tmysik@netbeans.org>
Log: Part of #181691: provide code completion for variables initialized in action classes

Not finished yet, model needs to be improved.
Comment 3 Tomas Mysik 2010-04-05 17:08:48 UTC
One more changeset.
http://hg.netbeans.org/web-main/rev/00986ccef153

This is probably the last possible change in Zend module itself, now, the model must be improved.
Comment 4 Quality Engineering 2010-04-06 04:26:20 UTC
Integrated into 'main-golden', will be available in build *201004060201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/00986ccef153
User: Tomas Mysik <tmysik@netbeans.org>
Log: #181691 continued: provide code completion for variables initialized in action classes
Comment 5 Tomas Mysik 2010-04-08 15:21:31 UTC
CC works, lowering to P3 because CTRL + click does not work.
Comment 6 Tomas Mysik 2010-04-13 10:23:45 UTC
Fixed.
http://hg.netbeans.org/web-main/rev/53e896ae74fd
Comment 7 Quality Engineering 2010-04-13 17:35:42 UTC
Integrated into 'main-golden', will be available in build *201004131450* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/53e896ae74fd
User: Tomas Mysik <tmysik@netbeans.org>
Log: #174917 & #181691: CC for frameworks improved