[jbosstools-issues] [JBoss JIRA] (JBIDE-437) Support @NamedQuery auto-completion and syntax-highlighting when query is broken across lines

Denis Golovin (JIRA) jira-events at lists.jboss.org
Wed Jul 10 13:47:21 EDT 2013


     [ https://issues.jboss.org/browse/JBIDE-437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Denis Golovin updated JBIDE-437:
--------------------------------

    Description: 
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 issue diuplicates https://hibernate.atlassian.net/browse/HBX-879

  was: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.


    
> Support @NamedQuery auto-completion and syntax-highlighting when query is broken across lines
> ---------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-437
>                 URL: https://issues.jboss.org/browse/JBIDE-437
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: hibernate
>    Affects Versions: 2.0.0.Beta2
>            Reporter: Joseph Marques
>            Assignee: Max Rydahl Andersen
>
> 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 issue diuplicates https://hibernate.atlassian.net/browse/HBX-879

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list