Imagine I have multiple different multine-hql-queries in ONE Instance of a HQL-Editor and want to comment out a few multline-hql-queries, so only one query is activated, the rest is commented out. Actually, I am forced to bring all these queries to one line because I am not able to use multiline-comments. This is not user-friendly.
It would be fine to reopen the issue or create a new, which fully supports comments in hql-editor both one-line and multi-line comments..
Dont you think so?
Multiline comments can be achieved via the standard /* comment */ or <!-- comment -->.