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 208045 - Tag wrapping does not work in .js files
Summary: Tag wrapping does not work in .js files
Status: RESOLVED WONTFIX
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.1
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords: USABILITY
Depends on:
Blocks:
 
Reported: 2012-02-03 15:03 UTC by markuszeller
Modified: 2012-09-15 05:03 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 markuszeller 2012-02-03 15:03:33 UTC
Using tab wrapping to enclose selected text into tags does not work with .js files.

Product Version = NetBeans IDE 7.1 (Build 201201101530)
Operating System = Mac OS X version 10.7.2 running on x86_64
Java; VM; Vendor = 1.6.0_29
Runtime = Java HotSpot(TM) 64-Bit Server VM 20.4-b02-402
Comment 1 markuszeller 2012-02-07 09:46:29 UTC
Of course tags are meant, not tabs. I renamed the subject.
Comment 2 Martin Fousek 2012-09-15 05:03:53 UTC
Sorry, I don't see any advantge of the wrapping by tag in .js file case. Instead of that you can in the new javascript editor select your code and apply the hint on the left to wrap the code by standard JavaScript construts like if, while, function etc.