> 1) Create a new JSP, add the following scriptlet
> <%
> String s = "test";
> %>
> Now select "test", including the double quotes. Then hit CTRL-SHIFT-/.
Not fixed in #636.
> 2) Create a new JSP with the following text inside:
> <html>
> <body>
> Some text for testing purpose.
> </body>
> </html>
>
> Select the word testing, or whatever word, and hit CTRL-SHIFT-/
> You'll get the word testing surrounded with /* */. I don't think it's the
> normal behaviour.
> It should be surrounded with <%-- --%>, or perhaps <!-- --> but not with
> /**/, we're not in a scriptlet!!!
Not fixed in #636
> 3) third issue, not about comments but about duplicating a line
> Create a new JSP with the following scriptlet:
>
> <%
> String s = "test";| [CTRL-D]
> %>
>
> Go to the line with the String declaration, and hit CTRL-D in order to
> duplicate the line, and instead of that:
>
> <%
> String s = "test";
> String s = "test";
> %>
>
> You'll get that, i.e. an additional blank line in between.
>
> <%
> String s = "test";
> |
> String s = "test";
> %>
Not fixed in #636
_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs