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 188055 - view code completion does not work if there is no html before
Summary: view code completion does not work if there is no html before
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-24 14:36 UTC by Filip Zamboj
Modified: 2012-09-20 02:27 UTC (History)
2 users (show)

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 Filip Zamboj 2010-06-24 14:36:56 UTC
Product Version: NetBeans IDE Dev (Build 100624-37b8a71917c5)
Java: 1.6.0_16; Java HotSpot(TM) 64-Bit Server VM 14.2-b01

if you have in your view just: 
<?
$this->something->
?>

then cc doesn't work
Comment 1 Filip Zamboj 2010-06-24 14:37:14 UTC
just adding: it's related to zend
Comment 2 Filip Zamboj 2010-09-15 12:32:05 UTC
batch reassigning
Comment 3 Petr Pisl 2011-09-27 09:21:41 UTC
Tomas, can you reproduce it?
Comment 4 Tomas Mysik 2011-09-27 12:35:19 UTC
Reproducible. If one adds a few lines in the beginning of the view, it works as expected.

Product Version: NetBeans IDE Dev (Build 20110927-1d7926e25027)
Java: 1.6.0_24; Java HotSpot(TM) 64-Bit Server VM 19.1-b02
System: Linux version 2.6.38-11-generic running on amd64; UTF-8; cs_CZ (nb)
Comment 5 Ondrej Brejla 2012-09-19 12:52:33 UTC
Fixed in web-main #1e82cf2e58f5
Comment 6 Quality Engineering 2012-09-20 02:27:26 UTC
Integrated into 'main-golden', will be available in build *201209200001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/1e82cf2e58f5
User: Ondrej Brejla <obrejla@netbeans.org>
Log: #188055 - view code completion does not work if there is no html before