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 252355 - Missing ojModule code completion
Summary: Missing ojModule code completion
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: OJET (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-12 07:56 UTC by Vladimir Riha
Modified: 2016-03-16 17:48 UTC (History)
1 user (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 Vladimir Riha 2015-05-12 07:56:56 UTC
Please try to create a new OJET application in NetBeans, there is a new data-bind called "ojModule"

data-bind="ojModule : {}"


This "ojModule is missing in code completion and also its properties in the {} are not offered.


Thanks



Product Version: NetBeans IDE Dev (Build javascript2-frameworks-1127-on-20150512)
Java: 1.8.0_40; Java HotSpot(TM) Client VM 25.40-b25
Runtime: Java(TM) SE Runtime Environment 1.8.0_40-b25
System: Linux version 3.13.0-35-generic running on i386; UTF-8; en_US (nb)
Comment 1 Petr Pisl 2015-05-13 07:33:48 UTC
From which version is ojModule added. Is there a documentation?
Comment 2 Vladimir Riha 2015-05-13 07:49:13 UTC
Sent offline, Hopefully the correct link :)
Comment 3 Antonin Nebuzelsky 2015-11-05 15:01:23 UTC
Petr, isn't this fixed?
Comment 4 Petr Pisl 2015-11-06 10:59:31 UTC
This is not fixed yet. There missing documentation page for the ojModule so this has to be treated in different way, then other components.
Comment 5 Petr Pisl 2016-03-09 11:22:04 UTC
Implemented in web-main.

http://hg.netbeans.org/web-main/rev/d1186522baac
Comment 6 Quality Engineering 2016-03-10 02:01:14 UTC
Integrated into 'main-silver', will be available in build *201603100002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/d1186522baac
User: Petr Pisl <ppisl@netbeans.org>
Log: #252355 - Missing ojModule code completion