Aqua Data Studio 15.0.0-dev-29
Build #: 34548
Built on: 2013-Oct-24 01:42:55 PM
Operating Environment: CentOS 6.4 [ 64-bit ]
Issue: Aqua Script -> Single line comment and Multiple line comment doesn't work if the code line contain Angle Bracket <
1. Create New Project in Aqua Script
2. In aqua script editor , write below code line, and comment
3. As the code line contain Angle bracket < , its not getting commented , using single line comment or multiple line comment
The comment works fine as can be seen from the below scripts, anything inside the comment is still treated as a comment.
The only problem is the way it is displayed. It should be grayed out completely
/*
for(var i=0; i<ContentBytes.length;i++)
print(tariq rahiman);
print("Anil");
*/
//for(var i=0; i<ContentBytes.length;i++)
print("line 10");
Issue #10626 |
Closed |
Completion |
No due date |
No fixed build |
No time estimate |
The comment works fine as can be seen from the below scripts, anything inside the comment is still treated as a comment.
The only problem is the way it is displayed. It should be grayed out completely
/*
for(var i=0; i<ContentBytes.length;i++)
print(tariq rahiman);
print("Anil");
*/
//for(var i=0; i<ContentBytes.length;i++)
print("line 10");