JPA QL color scheme
Is there any gude out there on how to change the color scheme for injected JPA QL code?
I can alter the background color under Colors & Fonts -General - Injected Language fragment. A few settings are changed according to my Java settings, but some of them do not.
I think we'd be better of with a JPA-QL section under c&f , but until such a change comes, how can I change the highlighting of entity names? For example:
Query q = em.createQuery("select cp from CatalogProductData cp where cp.productId = :productId");
Which one of the setting defines the color of "cp" in that JPA-QL fragment?
Please sign in to leave a comment.
Hello Jorge,
There's no nice way of doing what you want till the next 9.0.2. EAP this
week. The JPA/EJB/Hibernate QL Section under c&f will be there.
Regards,
Gregory Shrago
On 22.03.2010 21:03, Jorge Montero wrote:
>
>
>
>
>