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 248927 - Code completion in "New Watch" dialog does not work
Summary: Code completion in "New Watch" dialog does not work
Status: VERIFIED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Node.js Debugger (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-26 14:28 UTC by Jiri Kovalsky
Modified: 2015-03-27 14:07 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 Jiri Kovalsky 2014-11-26 14:28:31 UTC
Product Version: NetBeans IDE Dev (Build 201411260001)
Java: 1.8.0_25; Java HotSpot(TM) 64-Bit Server VM 25.25-b02
Runtime: Java(TM) SE Runtime Environment 1.8.0_25-b17
System: Linux version 3.13.0-24-generic running on amd64; UTF-8; en_US (nb)

Description:
============
User cannot use code completion in "New Watch" dialog, because it does not suggest anything.

Steps to reproduce:
===================
1. Create new "Samples > HTML5/JavaScript > List Directory Sample" project.
2. Press Ctrl+F5 to start debugging session.
3. When the execution stops at first line in main.js, press F8.
4. Right click Editor area and invoke "New Watch..." from popup menu.
5. With cursor in watch expression textfield press Ctrl+Space.
6. "No suggestion" shows up.
Comment 1 Martin Entlicher 2014-11-26 15:36:41 UTC
Reproduced.
Comment 2 Martin Entlicher 2015-03-25 16:42:24 UTC
Fixed by changeset:   285416:ba5fac5e5857
http://hg.netbeans.org/web-main/rev/ba5fac5e5857
Comment 3 Quality Engineering 2015-03-26 03:23:32 UTC
Integrated into 'main-silver', will be available in build *201503260001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/ba5fac5e5857
User: mentlicher@netbeans.org
Log: #248927: Provide the CSL code completion to dialog bindings.
Comment 4 Jiri Kovalsky 2015-03-27 14:07:37 UTC
Product Version: NetBeans IDE Dev (Build 201503270001)
Java: 1.8.0_40; Java HotSpot(TM) 64-Bit Server VM 25.40-b25
Runtime: Java(TM) SE Runtime Environment 1.8.0_40-b25
System: Linux version 3.13.0-24-generic running on amd64; UTF-8; en_US (nb)

Works great. Thanks for the fix.