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 253915

Summary: CC for breakpoint condition does not offer context related items
Product: debugger Reporter: stwr
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: Picture shows the offerings

Description stwr 2015-07-28 18:34:21 UTC
Created attachment 154982 [details]
Picture shows the offerings

Product Version: NetBeans IDE 8.1 Beta (Build 201507231027)
Java: 1.8.0_60-ea; Java HotSpot(TM) 64-Bit Server VM 25.60-b23
Runtime: Java(TM) SE Runtime Environment 1.8.0_60-ea-b25
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
User directory: C:\Users\cendrowiczm\AppData\Roaming\NetBeans\8.1beta
Cache directory: C:\Users\cendrowiczm\AppData\Local\NetBeans\Cache\8.1beta

Test Case --> http://services.netbeans.org/synergy/client/app/#/case/1231/suite/1664/v/1

According to the test case I should see some context-related items in the list offered by CC for breakpoint condition.

Meanwhile I am getting always the same list of items for each my source file and|or project. Please see the picture.
Comment 1 Martin Entlicher 2015-07-29 08:20:09 UTC
In the attached picture, this is not a code-completion, but history of condition expressions.
Code-completion can be invoked via CTRL-SPACE.
Or write e.g.: text.   and you'll get the code-completion popup after the dot.
Comment 2 stwr 2015-07-29 08:29:58 UTC
Thank you for the explanation. I do not know why I did not realize it myself. Sorry for it.