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 257382 - Events should be included in Oracle JET Code Completion
Summary: Events should be included in Oracle JET Code Completion
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: OJET (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-04 08:22 UTC by Geertjan Wielenga
Modified: 2016-03-16 17:46 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 Geertjan Wielenga 2016-01-04 08:22:05 UTC
Right now, events (such as 'beforecurrentrow') are not included in Oracle JET property code completion, though they should be there. Right now the problem is that 'beforecurrentrow', for example, is not shown in code completion, so the user does not know they can use it.

More info:

https://blogs.oracle.com/geertjan/entry/selecting_a_row_in_oracle1
Comment 1 Petr Pisl 2016-03-08 17:58:31 UTC
Implemented in web-main.
http://hg.netbeans.org/web-main/rev/6c0bc1539514
Comment 2 Quality Engineering 2016-03-09 02:13:50 UTC
Integrated into 'main-silver', will be available in build *201603090002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/6c0bc1539514
User: Petr Pisl <ppisl@netbeans.org>
Log: #257382 - Events should be included in Oracle JET Code Completion

Implementation of events in code completion for OJET components