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 255540 - Missing code templates
Summary: Missing code templates
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-24 11:34 UTC by Ondrej Brejla
Modified: 2015-09-25 01:46 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 Ondrej Brejla 2015-09-24 11:34:02 UTC
There are missing code templates for Jasmines' beforeEach(); and afterEach();

Abbrev: be

Snippet:

beforeEach(function() {
    ${cursor}
});

and

Abbrev: ae

Snippet:

afterEach(function() {
    ${cursor}
});

Thanks.
Comment 1 Petr Pisl 2015-09-24 11:39:43 UTC
Fixed in web-main. Thanks
Comment 2 Quality Engineering 2015-09-25 01:46:32 UTC
Integrated into 'main-silver', will be available in build *201509250002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/0c7fbe78ec9a
User: Petr Pisl <ppisl@netbeans.org>
Log: #255540 - Missing code templates