Community
Participate
Working Groups
Build Identifier: 3.5.2 When toggling javascript source within a <script> tag by hitting ctrl+shift+7 (resp. cmd+7 on a mac) the selected lines don't get commented with // in front of every line. Instead it raises <!-- after <script> and --> before </script>, which is kinda odd. I would have expected, that when operating on my javascript code the IDE behaves similarly regardless in which editor I am. Reproducible: Always Steps to Reproduce: 1. With Webtools, create a new HTML-File 2. Put a <script> tag somewhere and write some lines of javascript code 3. Select some (not all, preferably some in the mid) of them and hit ctrl+shift+7 (resp. cmd+7 on a mac) 4. see? Expected behaviour // in the beginning of each line (And the vice versa behaviour to remove the comments)
Hi, We're already working to a solution for this with Bug 86520. Thanks for your report. *** This bug has been marked as a duplicate of bug 86520 ***
Ah, wonderful - I searched for different words ;) Anyway I'm happy this issue is adressed. Thank you so much.