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.
Summary: | Comment toggle issue | ||
---|---|---|---|
Product: | cnd | Reporter: | crimcat <crimcat> |
Component: | Editor | Assignee: | issues@cnd <issues> |
Status: | NEW --- | ||
Severity: | blocker | CC: | dnikitin |
Priority: | P3 | ||
Version: | 6.x | ||
Hardware: | PC | ||
OS: | All | ||
Issue Type: | ENHANCEMENT | Exception Reporter: |
Description
crimcat
2008-08-07 00:51:37 UTC
It looks as enchancement >> Suggest removing all slashes
I think that it's not solution.
So, If I try to comment the following code:
// invoke methodA
a_class::methodA();
and then try to uncomment this code then I will get uncompilable source code (because comment line will be uncommented too).
|