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 112206 - uncomment not working
Summary: uncomment not working
Status: VERIFIED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-07 16:12 UTC by Radim Roska
Modified: 2009-02-27 14:26 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 Radim Roska 2007-08-07 16:12:07 UTC
In javascript you can comment line/block by hitting ctrl + / but uncomment is not working..instead another // is written..

so 2x ctrl + / =>
////      		return new XMLHttpRequest();
////
////      	var axO=['Msxml2.XMLHTTP.6.0', 'Msxml2.XMLHTTP.4.0',
////      		'Msxml2.XMLHTTP.3.0', 'Msxml2.XMLHTTP', 'Microsoft.XMLHTTP'], i;
Comment 1 Daniel Prusa 2007-08-08 13:46:49 UTC
Code can be uncommented by ctrl + shift + /
This is exactly how it worked in Java, but the commnet/uncomment actions have been merged into one action recently
there. We should make it consistent with Java and use the toggle approach as well.
Comment 2 Daniel Prusa 2007-08-29 09:39:07 UTC
Fixed.
Comment 3 Radim Roska 2007-08-30 10:09:11 UTC
VERIFIED