Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Comment selection bug

forums forums SQLyog SQLyog: Bugs / Feature Requests Comment selection bug

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #8666
      tdj
      Member

      First thank you for a great product!

      I have noticed a bug in version 4.0 free.

      When you have a block of SQL code you wish to comment out, maybe bcs you don't use it at the moment,

      I would do like this in earlier versions:

      * mark the block

      * press Ctrl-shift-C

      This would normally result in the following

      Code:
      — SELECT * from table
      — WHERE 1=2
      —  AND a = b
      — ORDER BY nothing

      But with version 4.0 I get instead .. which does not work

      Code:
      — SELECT * from table

      WHERE 1=2

      AND a = b

      ORDER BY nothing

      Likewise, if I use Ctrl-Shift-C on one line, I get the comment, but the cursor stays on the same line.

      With the reverse function, Ctrl-Shift-R, the cursor moves to the next line.

      This is of course the best, since I can quickly move down over a bunch of code and comment out.

      Can anyone confirm if this is in the pro version ? And if the bug is real, and will be removed ?

    • #16590
      Ritesh
      Member

      I have forwarded the issue to my development team.

      If it is in FREE edition, it will be in Enterprise version also.

Viewing 1 reply thread
  • You must be logged in to reply to this topic.