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 123141 - code completion in xml
Summary: code completion in xml
Status: RESOLVED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Samaresh Panda
URL:
Keywords:
Depends on:
Blocks: 138486
  Show dependency tree
 
Reported: 2007-11-30 14:04 UTC by Radim Roska
Modified: 2008-08-05 07:23 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 Radim Roska 2007-11-30 14:04:58 UTC
There is problem with code completion...

Write some tag...e.g. <tag> + end press immediately ctrl+space to invoke code completion => no suggestion.

But if you just write <tag> and w8 a second..you will get </tag> correctly. Now if you delete </tag> and press
ctrl+space again...cc will add </tag> correctly.
Comment 1 Samaresh Panda 2008-06-28 00:36:42 UTC
With the fixes in issue 111200 and issue 105539, i'm unable to reproduce this. Pl. verify.
Comment 2 tonybeckham 2008-08-01 21:13:50 UTC
reproducible for me.

Appears to have similar behavior to issue 142617

System:
Product Version: NetBeans IDE Dev (Build 200808010201)
Java: 1.5.0_13; Java HotSpot(TM) Client VM 1.5.0_13-119
System: Mac OS X version 10.5.4 running on i386; MacRoman; en_US (nb) 
Comment 3 Samaresh Panda 2008-08-05 07:23:49 UTC
WFM. Try a newer build, sounds very similar to issue 140511 which just got fixed.