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 192220 - CC doesn't word if there is space between braces in if statement
Summary: CC doesn't word if there is space between braces in if statement
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.0
Hardware: PC Other
: P2 normal with 1 vote (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-20 18:36 UTC by nbphpuser
Modified: 2010-11-23 06:05 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 nbphpuser 2010-11-20 18:36:00 UTC
1. Create new file
2. Enter there 

<?php

if( )
?>


3. Place cursor after '(' - NOTE: space between braces
4. type 'file', select file_exist from suggestion list, accept
5. Suggestion is not inserted in code


Product Version: NetBeans IDE Dev (Build 2010-11-12_09-04-00 )
Java: 1.6.0_22; Java HotSpot(TM) Client VM 17.1-b03
System: Windows 7 version 6.1 running on x86;
Comment 1 Petr Pisl 2010-11-22 14:33:53 UTC
Fixed in the web-main. Thanks for reporting.
Comment 2 Quality Engineering 2010-11-23 06:05:53 UTC
Integrated into 'main-golden', will be available in build *201011230001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/164bfe7eb0db
User: Petr Pisl <ppisl@netbeans.org>
Log: #192220 - CC doesn't word if there is space between braces in if statement