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 243832 - templates not expanding correctly
Summary: templates not expanding correctly
Status: RESOLVED WORKSFORME
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: Macintosh Mac OS X
: P2 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-14 21:15 UTC by John Jullion-ceccarelli
Modified: 2014-07-24 09:34 UTC (History)
2 users (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 John Jullion-ceccarelli 2014-04-14 21:15:37 UTC
in Javascript file, type:

http.createServer(fun)

then press tab after the fun, you'll get 

http.createServer(functfunction name(parameters) {
        
        })
Comment 1 John Jullion-ceccarelli 2014-04-14 21:21:38 UTC
var => TAB gives you

                        vvar name = value;
Comment 2 Petr Pisl 2014-04-14 21:30:28 UTC
Hi, I can not reproduce either the first case nor the second case. I will ask people with Mac OS, probably Mac specific?

Just the note. There is started NodeJs support on the nodejs branch.
Comment 3 Petr Jiricka 2014-07-15 12:43:10 UTC
I am trying on Mac OS X and it works fine for me, var => TAB gives me:

var name = value;
Comment 4 Petr Pisl 2014-07-24 09:34:54 UTC
Still both cases works for me. Please reopen, if you can reproduce.