[hibernate-issues] [Hibernate-JIRA] Created: (HBX-879) Support @NamedQuery auto-completion and syntax-highlighting when query is broken across lines
Joseph Marques (JIRA)
noreply at atlassian.com
Sat Feb 17 04:10:49 EST 2007
Support @NamedQuery auto-completion and syntax-highlighting when query is broken across lines
---------------------------------------------------------------------------------------------
Key: HBX-879
URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-879
Project: Hibernate Tools
Type: New Feature
Versions: 3.2beta8
Reporter: Joseph Marques
Currently, the auto-completion and syntax-highlighting for @NamedQuery annotations works great, but only if the entire query is in a single-line string. On a daily basis I deal with queries that are almost never under 200 characters in length. This makes writing queries on a single-line extremely awkward. However, as soon as I break any part of the query to a new line, I also break Hibernate's annotation processing. So I'm looking for the best of both worlds here - syntax highlighting when the query is split across an arbitrary number of lines.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list